rename file to BOOT.BIN
K.I.S.S.
This commit is contained in:
@@ -139,7 +139,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
|
||||
# copy kernel to filesystem
|
||||
if [ -e $boottest_file ]; then
|
||||
cp -v $boottest_file $mount_point/BOOTI686.BIN
|
||||
cp -v $boottest_file $mount_point/BOOT.BIN
|
||||
else
|
||||
echo "Failed to write $boottest_file to disk image" >&2
|
||||
exit 1
|
||||
|
||||
@@ -359,7 +359,7 @@ IntToHex_table:
|
||||
NewLine_cstr:
|
||||
db StrCRLF_NUL
|
||||
BootTarget_str:
|
||||
db "BOOTI686BIN"
|
||||
db "BOOT BIN"
|
||||
boot_drive_ptr:
|
||||
db 0x00
|
||||
stage2_resb_1:
|
||||
|
||||
Reference in New Issue
Block a user