GRRR. Do not force Dangerously Dedicated mode on amd64 when you select
'use entire disk'. Neither for ia64 while I'm here - it needs a MBR if its going to use fdisk+disklabel. The ia64 case is mostly academic though because you'd be creating two partitions (dos + freebsd) rather than a single freebsd-only partition.
This commit is contained in:
parent
df9af9283f
commit
88e9362de9
@ -390,7 +390,7 @@ diskPartition(Device *dev)
|
||||
|
||||
case 'A':
|
||||
case 'F': /* Undocumented magic Dangerously Dedicated mode */
|
||||
#ifndef __i386__
|
||||
#if !defined(__i386__) && !defined(__amd64__) && !defined(__ia64__)
|
||||
rv = 1;
|
||||
#else /* The rest is only relevant on x86 */
|
||||
cp = variable_get(VAR_DEDICATE_DISK);
|
||||
|
@ -390,7 +390,7 @@ diskPartition(Device *dev)
|
||||
|
||||
case 'A':
|
||||
case 'F': /* Undocumented magic Dangerously Dedicated mode */
|
||||
#ifndef __i386__
|
||||
#if !defined(__i386__) && !defined(__amd64__) && !defined(__ia64__)
|
||||
rv = 1;
|
||||
#else /* The rest is only relevant on x86 */
|
||||
cp = variable_get(VAR_DEDICATE_DISK);
|
||||
|
Loading…
Reference in New Issue
Block a user