Update cookbook, use release version of installer
This commit is contained in:
parent
6ef0dc283a
commit
d09edb4f83
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue