Update cookbook, use release version of installer
This commit is contained in:
parent
6ef0dc283a
commit
d09edb4f83
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
|||
Subproject commit 045a6d5647beb7426a51bf14913c2c4e79deeab2
|
||||
Subproject commit 84aecb23b64f02e1b3a31a94203095f4a240add7
|
|
@ -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…
Reference in a new issue