summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Mount devfs with nmount(2) instead of mount(2). This error was maskedjhb2002-11-051-1/+12
| | | | | because errors from mount(2) were explicitly ignored. I didn't fix that bug.
* Move the modules in the mfsroot to /modules instead of /stand/modules sojhb2002-11-041-1/+1
| | | | | | | that they aren't copied over into /stand of new installations. Submitted by: matusita Tested on: i386
* Update the list of FTP mirrors to reflect the current situation.roam2002-11-041-23/+123
| | | | | Reviewed by: -doc, -hubs Approved by: silence on -doc, -hubs
* - Added the MenuIPLType menu for selecting pc98 boot IPL.nyan2002-11-033-18/+113
| | | | | | | - Disabled 'Syscons, Font', 'Syscons, Screenmap' and 'Syscons, Ttys' menus on pc98. - Fixed the MenuMouseType and MenuMousePort menus for pc98. - Fixed some comments for pc98.
* The hw.physmem sysctl has an unsigned long value now, fix the retrievaltmm2002-11-021-1/+1
| | | | to match that.
* debugMsg() should end with "\n".kuriyama2002-11-019-14/+14
|
* With the recent libdisk changes, alpha doesn't need (as much) special magic.phk2002-10-301-35/+0
|
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontphk2002-10-291-4/+4
| | | | need them either.
* Fix the wizardmodes 'write' command to not explode: Don't referencephk2002-10-281-4/+2
| | | | the name in the disk tree we just deleted when we reopen.
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-271-1/+2
| | | | consumption.
* Allow users to read the Early Adopter's Guide in sysinstall.bmah2002-10-271-7/+9
|
* MFS: Update sysinstall text for the number and size or ports in the portsbmah2002-10-251-2/+2
| | | | | | collection. src/release/sysinstall/dist.c 1.175.2.29 -> 1.175.2.30
* Goodbye and good riddance!phk2002-10-251-80/+0
|
* Confirmed kill: "Bogon #1" is dead, killed by DEVFS.phk2002-10-251-38/+0
|
* Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)phk2002-10-251-2/+2
|
* Fix cut&paste mistake.phk2002-10-231-2/+2
|
* Remove more private MAKEDEV kludges.phk2002-10-221-3/+3
|
* Give a real error on failure to mount DEVFS.phk2002-10-221-19/+5
|
* Chunk functions in libdisk take an extra arguement for all archs to accomodatephk2002-10-222-13/+2
| | | | PC98 with less ifdef madness.
* Pick up a prototyp from libdisk.h instead of having our own.phk2002-10-221-1/+0
|
* DEVFS has been nmountified, so use nmount(2) to mount it.phk2002-10-211-2/+14
|
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.matusita2002-10-202-2/+2
| | | | | | pccard.c is no longer needed for i386 also. OKed by: imp, nyan
* Fix to check disk geometry.nyan2002-10-141-2/+4
| | | | Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh)
* The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.nyan2002-10-141-0/+6
|
* Use snprintf() instead of sprintf().nyan2002-10-141-3/+3
|
* Check correct machine name.nyan2002-10-141-0/+2
|
* * Negative #if's are harder to read as they don't tell exactly what archobrien2002-10-117-26/+31
| | | | | | | | | something applies to. So change #ifndef to an explicit list of defines. * Treate sparc64 and ia64 as 64-bit platforms, which means larger roots. * sparc64 should halt back to the firmware, not reset. * sparc64 doesn't need to play MS-DOS/BIOS partition crap games. Reviewed by: jake
* Create symlink for /etc/group. MAKEDEV file will use this file (group namematusita2002-09-281-0/+1
| | | | | | | | to gid conversion). PR: 43455 Submitted by: n-kogane@syd.odn.ad.jp X-MFC after: immediately if re@ permits, or after 4.7-RELEASE is out
* Add tcl81 that was missing.knu2002-09-091-0/+1
|
* Teach sysinstall that documents on the boot floppy might not be gzipped.jhay2002-08-091-0/+6
| | | | Reviewed by: ru
* Typo: s/seperately/separatelyschweikh2002-08-062-2/+2
| | | | | | PR: misc/41235 Submitted by: Fesskat Tudeer <freebsd-fesskat@fesskat.org> MFC after: 3 days
* Fix links to the FAQ and the Handbookblackend2002-08-011-2/+2
| | | | | Reviewed by: re@ MFC after: 1 week
* enable fdisk for ia64 as well as i386peter2002-07-241-2/+2
|
* Only install the mbr code on i386.. not ia64. This changes it frompeter2002-07-241-1/+1
| | | | #ifndef __alpha__ to #ifdef __i386__
* The .Nm utilitycharnier2002-07-141-5/+9
|
* Diff-reduce with 4-stable: 4.x has a compat4x package.jhb2002-07-021-1/+1
|
* Call the 4.x snap server "releng4.freebsd.org" instead ofjhb2002-07-021-2/+2
| | | | "stable.freebsd.org" to be the same as 4-stable.
* Alpha does indeed have a COMPAT4X distribution on current. 4-stablejhb2002-07-021-0/+2
| | | | already has this correct.
* Add lge(4) to the list of drivers. It was present in 4-stable but not injhb2002-07-021-0/+1
| | | | -current.
* Change our default XF86Config location from /etc/ to /etc/X11/,obrien2002-06-102-2/+3
| | | | | | following the lead of The XFree86 Project's default. Approved by: Murray
* Fix a bug where request_part_size() was hard-coded to check the rootSizejhb2002-06-071-1/+1
| | | | | | variable rather than the one passed in as the first argument. Sponsored by: The Weather Channel
* o Remove ftp.freebsd.org from the USA servers and add to thejedgar2002-06-051-3/+5
| | | | | | | Denmark servers. o Add snapshots.jp.FreeBSD.org. Approved by: brian
* Add information about setting up media to use the multi-volume supportmurray2002-06-051-0/+60
| | | | | | in sysinstall. Reviewed by: ru
* Backout revision 1.2 since it didn't work and replace it with a fix thatjhb2002-06-031-6/+2
| | | | | | actually does work. Ignore errors from kldload(2) if the errno value is EEXIST. It would help if this return value were documented in the kldload(2) manual page.
* Fix handling of the 'noError' variable. According to the code comments,jhb2002-06-031-12/+11
| | | | | | | | | | | one can set the 'noError' variable to ignore any errors that occur for the next command. However, the code was only unsetting 'noError' when an error actually occurred, so if you set 'noError', the next command completed ok, and the command after that failed, the second command's failure would be ignored. This fixes this by performing the 'noError' check earlier and then unsetting 'noError' after every command that is run. Sponsored by: The Weather Channel
* Add a 'mediaClose' script command to close the open media. An example usejhb2002-06-032-0/+14
| | | | | | | would be to unmount the CD you installed from and prompt the user to eject it before rebooting the machine. Sponsored by: The Weather Channel
* Brush up descriptions of sendmail menu last added.matusita2002-06-011-2/+4
| | | | Submitted by: gshapiro
* Add 'Sendmail' menu to set sendmail_enable variable.matusita2002-06-012-1/+22
| | | | Reviewed by: bmah (description only)
* Don't load a module from /stand/modules in the MFS root if it is already injhb2002-05-311-0/+4
| | | | the kernel.
* Fix integer overflow causing disk/partition size display wrappingpb2002-05-311-3/+3
| | | | above 4GB.
OpenPOWER on IntegriCloud