diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-11-04 22:40:19 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-11-04 22:40:19 +0100 |
commit | 199b37d2d1558986a9f3849b2262cfe2174d9543 (patch) | |
tree | 12587333bd6edad90b364ad3d6e5c2f9eca81e47 /sys/src/boot | |
parent | f21719ea46e6c060cc8fadaffb41b7dfb89be62e (diff) |
use /386/9pcf in test.iso target
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/pc/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/boot/pc/mkfile b/sys/src/boot/pc/mkfile index 9e3d88943..779490520 100644 --- a/sys/src/boot/pc/mkfile +++ b/sys/src/boot/pc/mkfile @@ -58,7 +58,7 @@ test.iso: 9bootiso cp 9bootiso tmp/386 cp /386/9pcf tmp/386 mkdir tmp/cfg - echo 'bootfile=/386/9pccd' >tmp/cfg/plan9.ini + echo 'bootfile=/386/9pcf' >tmp/cfg/plan9.ini disk/mk9660 -B 386/9bootiso -p /sys/lib/sysconfig/proto/allproto -s tmp $target rm -fr tmp |