]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/boot/pc/mkfile
let the kernel set dma mode for ata by default
[plan9front.git] / sys / src / boot / pc / mkfile
index 25b1d3838d721247bbcf2f18b293a04b7de3c688..16d0c20637667bba54a1e28dff8b98835bcff8d1 100644 (file)
@@ -54,17 +54,11 @@ $BIN/%:     %
 test.iso: 9bootiso
        rm -fr tmp $target
        mkdir 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
+       cp 9bootiso tmp/386
+       cp /386/9pccd tmp/386
        mkdir tmp/cfg
-       echo 'bootfile=/386/9pc' >tmp/cfg/plan9.ini
+       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