diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-16 04:07:39 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-16 04:07:39 +0200 |
commit | 9884f5f0ed65d5bb5789bd323484237ba16ce855 (patch) | |
tree | 97a385a415acb2300e47388fe518b3aa85ea7081 | |
parent | cb1c0763fbddc95cdc165d838b410a34f412622c (diff) | |
download | plan9front-9884f5f0ed65d5bb5789bd323484237ba16ce855.tar.xz |
handy test targets
-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 |