http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=nameless2disk;h=ddd8960718596f83cdd3a98f83d8d85c81cd0e9f;hp=28b3427ca0063b2dd83fb2402fba23d28111264c;hb=1b898caae334ff6a40fb1d8076482102cc211a08;hpb=d895d72c4e8625b435add9067fe8f7298de2d301;ds=sidebyside
-BINARIES=( boot/x86/mbr boot/x86/vbr-fat32 boot/x86/stage3/LOADER.BIN kernel/kernel. bin ) +BINARIES=( boot/x86/mbr boot/x86/vbr-fat32 boot/x86/stage3/LOADER.BIN kernel/kernel. elf ) check_binaries() { for i in "${BINARIES[@]}"; do check_binaries() { for i in "${BINARIES[@]}"; do @@ -72,7 +72,7 @@ install_blkdev() { exit 1 fi cp boot/x86/stage3/LOADER.BIN $mountpoint/LOADER.BIN exit 1 fi...