diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-27 19:25:46 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-27 19:25:46 +0000 |
| commit | 25f775064e95ef02e7a00b89ee15e9d71656b63d (patch) | |
| tree | e251cbcc09cc0c1e4b836799f07143100f8927f4 /usr.sbin/sysinstall | |
| parent | 748d6a2e7512c2bc1fdeff5dd75e72d88658a9f5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 91d8033629c4..8e265e9f532f 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1448,8 +1448,10 @@ DMenu MenuStartup = { NULL, { { "X Exit", "Exit this menu (returning to previous)", checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, +#ifdef __i386__ { " APM", "Auto-power management services (typically laptops)", dmenuVarCheck, dmenuToggleVariable, NULL, "apm_enable=YES" }, +#endif #ifdef PCCARD_ARCH { " pccard", "Enable PCCARD (AKA PCMCIA) services (also laptops)", dmenuVarCheck, dmenuToggleVariable, NULL, "pccard_enable=YES" }, |
