diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-04 21:34:51 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-04 21:34:51 +0000 |
commit | a8b922169bf064b11c3eff827770c2635e679a04 (patch) | |
tree | 45046175c94e94312a5998a4b4715f1c41e26de4 /rc/bin/inst/bootsetup | |
parent | f9c92129f38f3d4679675b1221f2e8ab269eeaef (diff) | |
download | plan9front-a8b922169bf064b11c3eff827770c2635e679a04.tar.xz |
inst/bootsetup: dont use disk/format to add files to 9fat. use dossrv/wstat() to make 9bootfat continuous
Diffstat (limited to 'rc/bin/inst/bootsetup')
-rwxr-xr-x | rc/bin/inst/bootsetup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index e33313f3a..7a409afbb 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -46,11 +46,12 @@ case go if(~ $need9fatformat yes){ log Initializing Plan 9 FAT partition. - disk/format -r 2 -d -b /386/pbs $fat /n/newfs/386/9bootfat + disk/format -r 2 -d -b /386/pbs $fat mount -c /srv/dos /n/9fat $fat } logprog cp /tmp/plan9.ini /n/9fat/plan9.ini logprog cp /n/newfs/386/9bootfat /n/9fat/9bootfat + logprog chmod +al /n/9fat/9bootfat logprog cp /n/newfs/386/9pcf /n/9fat/9pcf logprog cp /n/newfs/386/9pccpuf /n/9fat/9pccpuf |