From 333ac889387edf19bcc5615a1b983eec337ebc3d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 27 Sep 2017 21:08:02 -0600 Subject: [PATCH] Copy filesystem configuration to filesystem --- mk/filesystem.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/filesystem.mk b/mk/filesystem.mk index 2e28d24..5f2d412 100644 --- a/mk/filesystem.mk +++ b/mk/filesystem.mk @@ -8,7 +8,7 @@ build/filesystem.bin: filesystem.toml build/bootloader build/kernel cargo run --manifest-path redoxfs/Cargo.toml --release --bin redoxfs -- $@.partial build/filesystem/ sleep 2 pgrep redoxfs - cp build/bootloader build/kernel build/filesystem/ + cp filesystem.toml build/bootloader build/kernel build/filesystem/ cargo run --manifest-path installer/Cargo.toml -- $(INSTALLER_FLAGS) -c $< build/filesystem/ chown -R 0:0 build/filesystem chown -R 1000:1000 build/filesystem/home/user