aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* MFC: Prompt for the driver floppy when booted from floppy prior to the mainJohn Baldwin2003-01-153-0/+17
* MFC: If you don't create a /usr filesystem, / will need 200MB.Jun Kuriyama2003-01-131-1/+1
* MFC: teach sysinstall about rpcbind.Scott Long2003-01-073-6/+34
* MFC label.c:1.135:Robert Watson2002-12-311-7/+2
* MFC: Add a new ftp mirror in Ireland which offers a service over IPv6.David Malone2002-12-251-0/+4
* MFC: Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).Jun Kuriyama2002-12-152-5/+5
* When things get bigger than 99GB our fields run over.Poul-Henning Kamp2002-12-111-5/+20
* Unhook LOMAC sysinstall twiddle for the time being: mac_lomac requiresRobert Watson2002-12-091-0/+2
* - Use some macros to define common text between the dialog boxes to set theJohn Baldwin2002-12-051-38/+25
* Fixed a partition type for pc98 when create or change slices in the fdiskYoshihiro Takahashi2002-12-041-0/+8
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-12-034-69/+286
* Oops, forgot this cosmetic tweak to the perl menu item in my previousJohn Baldwin2002-12-031-1/+1
* - Convert the installation of the X package to using installPackage()John Baldwin2002-12-033-3/+14
* Rename installX11package() to installPackage() and tweak it so that itJohn Baldwin2002-12-032-6/+4
* Fix a bug in the fdisk editor that partially masked the chunk deletionJohn Baldwin2002-12-031-2/+2
* ia64 specific.Marcel Moolenaar2002-12-023-3/+53
* ia64: make link /boot->efi/boot relative.Marcel Moolenaar2002-11-301-1/+6
* - Only declare the MBR menu for i386 that is not PC98.John Baldwin2002-11-271-1/+9
* Only include the fdisk editor and associated code if WITH_SLICES isJohn Baldwin2002-11-271-8/+10
* Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 useJohn Baldwin2002-11-271-0/+2
* - Only define syscons menus and syscons menu items in other menus ifJohn Baldwin2002-11-271-6/+24
* If the user choose to Undo everything in the label editor, only run theJohn Baldwin2002-11-271-0/+2
* - Use WITH_SLICES to conditionalize the fdisk editor during install insteadJohn Baldwin2002-11-271-6/+14
* Only include the diskPartitionEditor script command if WITH_SLICES isJohn Baldwin2002-11-271-0/+2
* Only try to setup moused(8) before setting up the X server if WITH_MICE isJohn Baldwin2002-11-271-0/+4
* - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1John Baldwin2002-11-272-0/+19
* Add some helper macros to make #ifdef's in sysinstall easier to readJohn Baldwin2002-11-271-0/+14
* Only display the APM option in the Startup menu on i386.John Baldwin2002-11-271-0/+2
* Use #elif defined(__alpha__) instead of #elif __alpha__.John Baldwin2002-11-271-1/+1
* Enable the compat4x distribution on Alpha as well as i386.John Baldwin2002-11-271-0/+2
* - Assume __FreeBSD__ is greater than 3.John Baldwin2002-11-271-8/+1
* Expand X_AS_PKG so that we don't declare distribution bitmasks or menusJohn Baldwin2002-11-275-12/+60
* Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixesJohn Baldwin2002-11-271-5/+5
* Removed the vestiges of modems(5).Ruslan Ermilov2002-11-271-1/+0
* configXEnvironment doesn't work in sysinstall now.Giorgos Keramidas2002-11-261-1/+6
* Add GNOME 2 to the sysinstall desktop configuration menu, removeBruce A. Mah2002-11-262-23/+10
* Add several new real categories and virtual categories.Akinori MUSHA2002-11-181-2/+9
* Create a link /boot -> /<efi>/boot, where <efi> is the mountpointMarcel Moolenaar2002-11-181-0/+15
* Enable selecting the type of partition menu on pc98.Yoshihiro Takahashi2002-11-161-17/+17
* Fix to build for pc98.Yoshihiro Takahashi2002-11-151-1/+1
* Add conditional code specific to ia64 to allow newfs(8)-ing FATMarcel Moolenaar2002-11-142-3/+59
* Also test for type efi everywhere we currently test for type fat.Marcel Moolenaar2002-11-135-6/+11
* Use a clean flags variable when creating chunks from scripts instead ofJohn Baldwin2002-11-121-3/+2
* Remove a line that set the status to success. We already do that at theJohn Baldwin2002-11-121-2/+1
* Try to cleanup the non-interactive disk labeling code a bit. ReworkJohn Baldwin2002-11-121-48/+38
* Do a bit of cleanup. new_part() basically ignored the passed in sizeJohn Baldwin2002-11-121-19/+11
* Doh, fix a bug in previous commit. The default is to newfs for newJohn Baldwin2002-11-121-1/+1
* When setting the mountpoint name, remember any previous setting of theJohn Baldwin2002-11-121-2/+7
* A support for creating EFI partitions. This is required on ia64,Marcel Moolenaar2002-11-101-0/+3
* Mount devfs with nmount(2) instead of mount(2). This error was maskedJohn Baldwin2002-11-051-1/+12