# HG changeset patch # User Tormod Volden # Date 1427143221 -3600 # Node ID 229d216a4c116cf9a6b11fa1db771bd4821dd643 # Parent e62697e7ce49d7cceb98a95bf0d982d2ca6b5fbc level2/6309 bootfile script: Fix typo in options Thanks to Robert Gault for reporting. The typo prevents the script from running and is almost impossible to see when you "list mb.dw" as the first line scrolls off the screen before you see it. Also modify the filename in a message to make it consistent with other scripts. This script should be identical to the 6809 one. diff -r e62697e7ce49 -r 229d216a4c11 level2/coco3/scripts/mb.dw --- a/level2/coco3/scripts/mb.dw Wed Feb 25 00:17:55 2015 -0600 +++ b/level2/coco3/scripts/mb.dw Mon Mar 23 21:40:21 2015 +0100 @@ -4,7 +4,7 @@ echo * NitrOS-9 Level 2 Boot Creation Script echo * echo * This script creates a bootable DriveWire 3 disk image -echo * using the .bl bootlist file. +echo * using the dw.bl bootlist file. echo * echo * The resulting disk will boot NitrOS-9 from DriveWire disk 0. echo * diff -r e62697e7ce49 -r 229d216a4c11 level2/coco3_6309/scripts/mb.dw --- a/level2/coco3_6309/scripts/mb.dw Wed Feb 25 00:17:55 2015 -0600 +++ b/level2/coco3_6309/scripts/mb.dw Mon Mar 23 21:40:21 2015 +0100 @@ -1,4 +1,4 @@ -g-t +-t -x tmode .1 pau=0 echo * NitrOS-9 Level 2 Boot Creation Script