mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Reduce size of EFI livedisk
This commit is contained in:
parent
a88266ce7f
commit
0a834ca34d
@ -41,7 +41,7 @@ build/harddrive-efi.bin: build/bootloader.efi build/filesystem.bin
|
||||
cat $@.partial build/filesystem.bin > $@
|
||||
|
||||
build/livedisk-efi.iso: build/bootloader.efi build/kernel_live
|
||||
dd if=/dev/zero of=$@.partial bs=1048576 count=384
|
||||
dd if=/dev/zero of=$@.partial bs=1048576 count=272
|
||||
mkfs.vfat $@.partial
|
||||
mmd -i $@.partial efi
|
||||
mmd -i $@.partial efi/boot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user