Skip to content

Commit

Permalink
test: use new bootimg option _BOOTPATCHFILE
Browse files Browse the repository at this point in the history
This will allow to use file system parameters other than
the default 1440 KiB 90mm diskette's default FAT12 FS.
  • Loading branch information
ecm-pushbx committed Mar 29, 2023
1 parent 4b3f067 commit 03e6927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ shift
"$options_i_bootimg" \
"$options_i_lmacros" \
-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_TOOMANYFAT=0 -D_WARN_ALIGNDATA=0 \
$options_hdimage -D_MBR_PART_TYPE="$pitype" \
Expand Down

0 comments on commit 03e6927

Please sign in to comment.