From d09edb4f839d3d27f22fe66d69e3a8d90b7a4803 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 12 Mar 2018 20:52:42 -0600 Subject: [PATCH] Update cookbook, use release version of installer --- cookbook | 2 +- mk/filesystem.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook b/cookbook index 045a6d5..84aecb2 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit 045a6d5647beb7426a51bf14913c2c4e79deeab2 +Subproject commit 84aecb23b64f02e1b3a31a94203095f4a240add7 diff --git a/mk/filesystem.mk b/mk/filesystem.mk index 5f2d412..8f19f17 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