]> git.lizzy.rs Git - plan9front.git/blobdiff - rc/bin/inst/bootsetup
fix manual (book) build, add files/permissions for lp, compile postscript
[plan9front.git] / rc / bin / inst / bootsetup
index 798b08bfaf2fdbb8970baf25d2c79503b1f38b79..9e5c71d466cbf591e9d1e290120c8ad78a5cc79b 100755 (executable)
@@ -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
        }