summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-15 07:56:02 +0000
committerphk <phk@FreeBSD.org>1994-10-15 07:56:02 +0000
commitf25b4a6f31d549e8f9447d5afc0b06961b7e942a (patch)
treece4daee83f53dd70b41cac1dcc336f10699f41de /etc
parent261a75b7fca35bad877a831721da431e28f0f989 (diff)
downloadFreeBSD-src-f25b4a6f31d549e8f9447d5afc0b06961b7e942a.zip
FreeBSD-src-f25b4a6f31d549e8f9447d5afc0b06961b7e942a.tar.gz
disklabel needs the "full-disk" partition
Diffstat (limited to 'etc')
-rwxr-xr-xetc/etc.i386/inst1.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install
index c63e8f1..bb08ba5 100755
--- a/etc/etc.i386/inst1.install
+++ b/etc/etc.i386/inst1.install
@@ -861,7 +861,7 @@ put_fdisk_data
echo
echo -n "Labelling disk..."
echo y |
-/sbin/disklabel -w -r -B ${drivename} $name
+/sbin/disklabel -w -r -B ${drivename}d $name
# >/dev/null 2>&1
echo " done."
OpenPOWER on IntegriCloud