diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-05 06:41:01 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-05 06:41:01 +0000 |
commit | de2dc860d3c8cd7dd410e06353663b5b7d00fa3a (patch) | |
tree | 8dd4d19ad64bea92853bb16685d1071f0472bc0f /rc/bin/inst | |
parent | 2908369aeb4b2c85f611c8329b65ae42e58f4f01 (diff) |
fix manual (book) build, add files/permissions for lp, compile postscript
Diffstat (limited to 'rc/bin/inst')
-rwxr-xr-x | rc/bin/inst/bootsetup | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 798b08bfa..9e5c71d46 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -19,12 +19,13 @@ case go if(! test -f /tmp/plan9.ini) { { - echo bootfile'='9pcf + echo 'bootfile=9pcf' echo 'bootargs=local!'^$fs echo 'mouseport='^$mouseport echo 'monitor='^$monitor echo 'vgasize='^$vgasize - echo '*nomp=1' + if(test -f '#ec/*nomp') + echo '*nomp=' } >/tmp/plan9.ini } |