diff --git a/cookbook b/cookbook index 045a6d564..84aecb23b 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 045a6d5647beb7426a51bf14913c2c4e79deeab2 +Subproject commit 84aecb23b64f02e1b3a31a94203095f4a240add7 diff --git a/mk/filesystem.mk b/mk/filesystem.mk index 5f2d41239..8f19f17aa 100644 --- a/mk/filesystem.mk +++ b/mk/filesystem.mk @@ -9,7 +9,7 @@ build/filesystem.bin: filesystem.toml build/bootloader build/kernel sleep 2 pgrep redoxfs cp filesystem.toml build/bootloader build/kernel build/filesystem/ - cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) -c $< build/filesystem/ + cargo run --manifest-path installer/Cargo.toml --release -- $(INSTALLER_FLAGS) -c $< build/filesystem/ chown -R 0:0 build/filesystem chown -R 1000:1000 build/filesystem/home/user chmod -R uog+rX build/filesystem