aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
Commit message (Expand)AuthorAgeFilesLines
* 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-49/+39
* 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
* Move the modules in the mfsroot to /modules instead of /stand/modules soJohn Baldwin2002-11-041-1/+1
* Update the list of FTP mirrors to reflect the current situation.Peter Pentchev2002-11-041-23/+123
* - Added the MenuIPLType menu for selecting pc98 boot IPL.Yoshihiro Takahashi2002-11-033-18/+113
* The hw.physmem sysctl has an unsigned long value now, fix the retrievalThomas Moestl2002-11-021-1/+1
* debugMsg() should end with "\n".Jun Kuriyama2002-11-019-14/+14
* With the recent libdisk changes, alpha doesn't need (as much) special magic.Poul-Henning Kamp2002-10-301-35/+0
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontPoul-Henning Kamp2002-10-291-4/+4
* Fix the wizardmodes 'write' command to not explode: Don't referencePoul-Henning Kamp2002-10-281-4/+2
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+2
* Allow users to read the Early Adopter's Guide in sysinstall.Bruce A. Mah2002-10-271-7/+9
* MFS: Update sysinstall text for the number and size or ports in the portsBruce A. Mah2002-10-251-2/+2
* Goodbye and good riddance!Poul-Henning Kamp2002-10-251-80/+0
* Confirmed kill: "Bogon #1" is dead, killed by DEVFS.Poul-Henning Kamp2002-10-251-38/+0
* Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)Poul-Henning Kamp2002-10-251-2/+2
* Fix cut&paste mistake.Poul-Henning Kamp2002-10-231-2/+2
* Remove more private MAKEDEV kludges.Poul-Henning Kamp2002-10-221-3/+3
* Give a real error on failure to mount DEVFS.Poul-Henning Kamp2002-10-221-19/+5
* Chunk functions in libdisk take an extra arguement for all archs to accomodatePoul-Henning Kamp2002-10-222-13/+2
* Pick up a prototyp from libdisk.h instead of having our own.Poul-Henning Kamp2002-10-221-1/+0
* DEVFS has been nmountified, so use nmount(2) to mount it.Poul-Henning Kamp2002-10-211-2/+14
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.Makoto Matsushita2002-10-202-2/+2
* Fix to check disk geometry.Yoshihiro Takahashi2002-10-141-2/+4
* The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.Yoshihiro Takahashi2002-10-141-0/+6
* Use snprintf() instead of sprintf().Yoshihiro Takahashi2002-10-141-3/+3
* Check correct machine name.Yoshihiro Takahashi2002-10-141-0/+2
* * Negative #if's are harder to read as they don't tell exactly what archDavid E. O'Brien2002-10-117-26/+31
* Create symlink for /etc/group. MAKEDEV file will use this file (group nameMakoto Matsushita2002-09-281-0/+1
* Add tcl81 that was missing.Akinori MUSHA2002-09-091-0/+1
* Teach sysinstall that documents on the boot floppy might not be gzipped.John Hay2002-08-091-0/+6
* Typo: s/seperately/separatelyJens Schweikhardt2002-08-062-2/+2
* Fix links to the FAQ and the HandbookMarc Fonvieille2002-08-011-2/+2
* enable fdisk for ia64 as well as i386Peter Wemm2002-07-241-2/+2
* Only install the mbr code on i386.. not ia64. This changes it fromPeter Wemm2002-07-241-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-5/+9