disklabel needs the "full-disk" partition

This commit is contained in:
Poul-Henning Kamp 1994-10-15 07:56:02 +00:00
parent d49858b6cc
commit a5faf1be52

View File

@ -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."