diff options
-rw-r--r-- | sys/src/boot/pc/mkfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/boot/pc/mkfile b/sys/src/boot/pc/mkfile index 0e3562696..9e3d88943 100644 --- a/sys/src/boot/pc/mkfile +++ b/sys/src/boot/pc/mkfile @@ -56,16 +56,16 @@ test.iso: 9bootiso mkdir tmp mkdir tmp/386 cp 9bootiso tmp/386 - cp /386/9pccd tmp/386 + cp /386/9pcf tmp/386 mkdir tmp/cfg echo 'bootfile=/386/9pccd' >tmp/cfg/plan9.ini disk/mk9660 -B 386/9bootiso -p /sys/lib/sysconfig/proto/allproto -s tmp $target rm -fr tmp -test.dsk: 9bootfat mbr pbs +test.dsk: 9bootfat mbr pbs test.iso rm -fr tmp $target mkdir tmp - cp 9bootfat tmp + cp test.iso 9bootfat tmp mkdir tmp/386 cp /386/9pcf tmp/386 echo 'bootfile=/386/9pcf' >tmp/plan9.ini |