diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-07-24 22:16:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-07-24 22:16:11 +0000 |
| commit | 528cc96a49ae15a6500f7bf5552c5f6d58ad5968 (patch) | |
| tree | 6c0dd77f551d13095c3d878890a1688a746d44ab /usr.sbin/sysinstall | |
| parent | 03d8025d59a572a70dd4cf2b25cc512e6640e854 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 1b6132aa1e0c..6bd7d9fb4ab8 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -229,7 +229,7 @@ DMenu MenuIndex = { { " Doc, HTML", "The HTML documentation menu.", NULL, docBrowser }, { " Dump Vars", "(debugging) dump out internal variables.", NULL, dump_variables }, { " Emergency shell", "Start an Emergency Holographic shell.", NULL, installFixitHoloShell }, -#ifdef __i386__ +#if defined(__i386__) || defined(__ia64__) { " Fdisk", "The disk Partition Editor", NULL, diskPartitionEditor }, #endif { " Fixit", "Repair mode with CDROM or fixit floppy.", NULL, dmenuSubmenu, NULL, &MenuFixit }, @@ -1241,7 +1241,7 @@ DMenu MenuConfigure = { NULL, configPackages }, { " Root Password", "Set the system manager's password", NULL, dmenuSystemCommand, NULL, "passwd root" }, -#ifdef __i386__ +#if defined(__i386__) || defined(__ia64__) { " Fdisk", "The disk Slice (PC-style partition) Editor", NULL, diskPartitionEditor }, #endif |
