Reduce size to 512

This commit is contained in:
Jeremy Soller 2017-06-17 14:33:08 -06:00
parent 7625b3fb47
commit cc8b991b99

View file

@ -1,7 +1,7 @@
build/filesystem.bin: filesystem.toml build/kernel
-$(FUMOUNT) build/filesystem/ || true
rm -rf $@ $@.partial build/filesystem/
dd if=/dev/zero of=$@.partial bs=1048576 count=1024
dd if=/dev/zero of=$@.partial bs=1048576 count=512
cargo run --manifest-path installer/redoxfs/Cargo.toml --quiet --release --bin redoxfs-mkfs $@.partial
mkdir -p build/filesystem/
cargo build --manifest-path installer/redoxfs/Cargo.toml --quiet --release --bin redoxfs