diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-06 02:00:51 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-06 02:00:51 +0200 |
commit | 628611fb5c701365c3b2fcbf705448a1af635cc7 (patch) | |
tree | 36a97c5550f15776c8ba07c20a0d0250ee1534b4 /rc/bin/inst/bootsetup | |
parent | 1613fd9f526dc5a5703bbeb1d84e59980db0845e (diff) |
inst: provide gpt/mbr choice when disk is blank, format esp
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. |