]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use WITH_SLICES to conditionalize the fdisk editor during install instead
authorjhb <jhb@FreeBSD.org>
Wed, 27 Nov 2002 19:45:10 +0000 (19:45 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 27 Nov 2002 19:45:10 +0000 (19:45 +0000)
commitf5ed1728818b5099b59fb4f9f1a57bc56f9120d1
tree316303a10c86ff895b204dc949c2ddfb5e511332
parent9c5f468a4efa716f0d560ca0c7023e8c4e137270
- Use WITH_SLICES to conditionalize the fdisk editor during install instead
  of an explicit list of architecture defines.
- Tweak the message prior to the label editor in the !WITH_SLICES case to
  make it slightly less awkward since this is the first dialog we see after
  starting an install.
- Only offer to customize syscons settings if WITH_SYSCONS.
- Offer to enable Linux compat if WITH_LINUX.  Before we only did this for
  i386.
- On the alpha, offer to enable OSF/1 compat after asking about Linux
  compat.
- Only offer to configure moused(8) if WITH_MICE is defined.

Tested on: i386, alpha, sparc64
Approved by: re
usr.sbin/sade/install.c
usr.sbin/sysinstall/install.c