test: use new bootimg option _BOOTPATCHFILE

This will allow to use file system parameters other than
the default 1440 KiB 90mm diskette's default FAT12 FS.
This commit is contained in:
C. Masloch 2023-03-29 20:46:32 +02:00 committed by E. C. Masloch
parent abc5ab7f0a
commit 4973031b00

View File

@ -102,7 +102,7 @@ shift
"$options_i_bootimg" \ "$options_i_bootimg" \
"$options_i_lmacros" \ "$options_i_lmacros" \
-D_PAYLOADFILE="::rename,'$KERNELPATHNAME',KERNEL.SYS,fdconfig.sys,test.com,result.txt" \ -D_PAYLOADFILE="::rename,'$KERNELPATHNAME',KERNEL.SYS,fdconfig.sys,test.com,result.txt" \
-D_BOOTFILE="'$BOOT.bin'" \ -D_BOOTPATCHFILE="'$BOOT.bin'" \
-D_WARN_DEFAULT_OFF=1 \ -D_WARN_DEFAULT_OFF=1 \
-D_WARN_TOOMANYFAT=0 -D_WARN_ALIGNDATA=0 \ -D_WARN_TOOMANYFAT=0 -D_WARN_ALIGNDATA=0 \
$options_hdimage -D_MBR_PART_TYPE="$pitype" \ $options_hdimage -D_MBR_PART_TYPE="$pitype" \