Update cookbook, use release version of installer

This commit is contained in:
Jeremy Soller 2018-03-12 20:52:42 -06:00
parent 6ef0dc283a
commit d09edb4f83
2 changed files with 2 additions and 2 deletions

View file

@ -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