From 628611fb5c701365c3b2fcbf705448a1af635cc7 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 6 Jun 2015 02:00:51 +0200 Subject: inst: provide gpt/mbr choice when disk is blank, format esp --- rc/bin/inst/bootsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc/bin/inst/bootsetup') 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. -- cgit v1.2.3