diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-04 21:35:28 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-04 21:35:28 +0000 |
commit | f93365aaef7dbdc544418c5a0711e4fe84948bcc (patch) | |
tree | 27dca38e929ce825343b649b96ee6dff68de9554 | |
parent | a8b922169bf064b11c3eff827770c2635e679a04 (diff) | |
download | plan9front-f93365aaef7dbdc544418c5a0711e4fe84948bcc.tar.xz |
inst/bootsetup: comment
-rwxr-xr-x | rc/bin/inst/bootsetup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 7a409afbb..8a4639a84 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -51,6 +51,7 @@ case go } logprog cp /tmp/plan9.ini /n/9fat/plan9.ini logprog cp /n/newfs/386/9bootfat /n/9fat/9bootfat + # make file continous on disk logprog chmod +al /n/9fat/9bootfat logprog cp /n/newfs/386/9pcf /n/9fat/9pcf logprog cp /n/newfs/386/9pccpuf /n/9fat/9pccpuf |