diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-04-20 03:49:58 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-04-20 03:49:58 +0000 |
commit | fbea254ad3b2bb3f19ed1f365ceece214da95bfd (patch) | |
tree | c1a50c99a631121a7a6b6a0eee6fc15e933c397f /rc/bin/inst/bootsetup | |
parent | 94c8e58f1415040860b876e1ce424c2519895cf9 (diff) | |
download | plan9front-fbea254ad3b2bb3f19ed1f365ceece214da95bfd.tar.xz |
add Fish-'s installer patches; possibly not in a working state. testing/fixes requested.
Diffstat (limited to 'rc/bin/inst/bootsetup')
-rwxr-xr-x | rc/bin/inst/bootsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 1d19bd62c..8213b66a9 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -22,7 +22,7 @@ case go if(! test -f /tmp/plan9.ini) { { sfs=`{echo $fs | sed 's;/dev;#S;'} - if(~ $fstype fossil fossil+venti){ + if(~ $fstype fossil cwfs){ echo bootfile'='$bootfat!9pcf echo 'bootargs=local!'^$sfs echo 'bootdisk=local!'^$sfs |