diff options
Diffstat (limited to 'rc/bin/inst/bootsetup')
| -rwxr-xr-x | rc/bin/inst/bootsetup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 34d1c5b9c..e3f2a7cca 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -1,6 +1,6 @@ #!/bin/rc -# desc: create a boot floppy or configure hard disk to boot plan 9 +# desc: configure hard disk to boot plan 9 # prereq: copydist fats=() @@ -73,7 +73,7 @@ case go if(~ $need9fatformat yes){ log Initializing Plan 9 FAT partition. - logprog disk/format -r 2 -d -b /n/newfs/386/pbs $9fat + logprog disk/format -r 2 -d -b /n/newfs/386/pbs -l PLAN9 $9fat } if not { log Updating bootsector. |
