Reduce size to 512
This commit is contained in:
parent
7625b3fb47
commit
cc8b991b99
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue