diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 17:37:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-12 17:37:27 +0000 |
commit | f9c1d16835f3c006b24e204b38255e617cf0edb4 (patch) | |
tree | 82877867d2adbc6cb61057f59f3179d4811b5397 /sys/src/boot | |
parent | cef6cf06eb4051a81d3c91c42259d26183b67514 (diff) |
missing realemu manpage
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/pc/mkfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/src/boot/pc/mkfile b/sys/src/boot/pc/mkfile index b4b5ab01d..2d23d9481 100644 --- a/sys/src/boot/pc/mkfile +++ b/sys/src/boot/pc/mkfile @@ -54,17 +54,18 @@ $BIN/%: % test.iso: 9bootiso rm -fr tmp $target mkdir tmp - cp 9bootiso tmp touch tmp/foo touch tmp/bar touch tmp/baz touch tmp/386aaa mkdir tmp/386 + cp /386/9bootiso tmp/386 cp /386/9pc tmp/386 cp /386/9pcload tmp/386 cp /386/9pcf tmp/386 - #echo 'bootfile=/386/9pc' >tmp/plan9.ini - disk/mk9660 -B 9bootiso -p /sys/lib/sysconfig/proto/allproto -s tmp $target + mkdir tmp/cfg + echo 'bootfile=/386/9pc' >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 |