clean.sh
This commit is contained in:
2
nel_os_bootloader/clean.sh
Executable file
2
nel_os_bootloader/clean.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
rm -rf iso fat.img nel_os.iso
|
@ -2,8 +2,6 @@
|
||||
|
||||
EFI_BINARY="$1"
|
||||
|
||||
rm -rf iso fat.img cdimage.iso
|
||||
|
||||
dd if=/dev/zero of=fat.img bs=1k count=1440
|
||||
mformat -i fat.img -f 1440 ::
|
||||
mmd -i fat.img ::/EFI
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
EFI_BINARY="$1"
|
||||
|
||||
./clean.sh
|
||||
./create-iso.sh "$EFI_BINARY"
|
||||
|
||||
qemu-system-x86_64 -enable-kvm \
|
||||
|
Reference in New Issue
Block a user