diff options
Diffstat (limited to 'etc/etc.i386/inst1.install')
-rwxr-xr-x | etc/etc.i386/inst1.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index e394117..c63e8f1 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -861,7 +861,8 @@ put_fdisk_data echo echo -n "Labelling disk..." echo y | -/sbin/disklabel -w -r ${drivename} $name /usr/mdec/${drivetype}boot /usr/mdec/boot${drivetype} >/dev/null 2>&1 +/sbin/disklabel -w -r -B ${drivename} $name +# >/dev/null 2>&1 echo " done." # XXX - Do it again, incase we disklabeled sector 0! |