diff options
author | aiju <aiju@phicode.de> | 2012-08-07 17:57:04 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2012-08-07 17:57:04 +0200 |
commit | b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2 (patch) | |
tree | 42047f997cda3eddec9faeafeb74435cc72a4786 /rc/bin/inst/bootsetup | |
parent | ef1c1863051d0530a31b291f4e334ee7601c318c (diff) | |
download | plan9front-b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2.tar.xz |
added hjfs
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 190d69ec7..f5d5c4aa5 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -37,7 +37,7 @@ case go bootfile=9pcf @{ echo 'bootfile='^$bootfile - echo 'bootargs=local!'^$fs + echo 'bootargs=local!'^$fs^$fsflags if(~ $#nvram 1) echo 'nvram='^$nvram echo 'mouseport='^$mouseport |