summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB.ceri2005-12-301-1/+1
| | | | | | | Bump USR_MIN_SIZE to 128MB, so that an auto-layout install won't fail due to /usr being too small. MFC After: 8 days
* An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout toceri2005-12-291-2/+2
| | | | | | | succeed, whilst an i386 with 256MB of RAM requires more. Up the amount of disk hinted at as a minimum requisite for auto-layout. MFC after: 1 week
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-154-14/+1
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* -mdoc sweep.ru2005-11-181-1/+1
|
* Sync whitespace change that is found uniquely in RELENG_6, to reduce diffdelphij2005-10-091-1/+1
| | | | against it.
* Switch from OLDCARD to NEWCARD on pc98.nyan2005-09-272-8/+0
|
* - Remove NTP servers which do not resolve in DNS.rodrigc2005-08-241-87/+69
| | | | | | | | | | - Use pool.ntp.org servers where possible, thanks to Chuck Swiger <cswiger at mac dot com> . - Update list of Swedish NTP servers, thanks to Fredrik Lindberg <fli+freebsd-current at shapeshifter dot se> . PR: bin/75479 MFC after: 1 day
* Change the default partition sizing code in order tocperciva2005-08-161-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Provide larger /, /var, and /tmp partitions (the last increase was in 2001, and we now have both larger hard drives and more space-hungry software.) 2. If there is enough space available, allocate extra space to /var sufficient to store a crash dump. On systems where harddrivesize > 3 * RAMsize + 10GB, the default sizes will now be as follows: swap RAMsize * 2 / 512 MB /tmp 512 MB /var 1024 MB + RAMsize /usr the rest (8GB or more) On systems where harddrivesize > RAMsize / 8 + 2 GB, the default sizes will be in the following ranges, with space allocated proportionally: swap RAMsize / 8 -- RAMsize * 2 / 256 MB -- 512 MB /tmp 128 MB -- 512 MB /var 128 MB -- 1024 MB /usr 1536 MB -- 8192 MB On systems with even less disk space, the existing behaviour is not changed. Approved by: re (kensmith) MFC after: 1 day (or once people stop arguing about colours of paint)
* The /stand directory now disappears out from under sysinstall whilekensmith2005-08-051-1/+2
| | | | | | | | | it is running during installations. The vsystem() function does get used after this happens (e.g. if you manually configure the network interface and ask it to enable the interface) so it needs to be a little smarter about whether it uses /stand/sh or /bin/sh. MFC after: 3 days
* Recognise GEM ethernet adapter (sparc64/ppc).grehan2005-07-211-0/+1
| | | | | reviewed by: scottl MFC after: 3 days
* Make sure /etc/fstab is written out for Apple-partitioned drivesgrehan2005-07-211-0/+4
| | | | | reviewed by: scottl MFC after: 3 days
* Catch up with menus.c revision 1.399.obrien2005-07-171-29/+0
|
* Update hardcoded postfix version number to the current postfix versionsimon2005-07-041-1/+1
| | | | | | | | | 2.2.x. PR: i386/82030 Prodded by: matteo MFC after: 1 week Approved by: re (scottl)
* Provide 32-bit runtime support on amd64 as a separate distribution, lib32.ru2005-06-162-1/+8
| | | | | | Prodded by: obrien Nodded by: peter Approved by: re
* The current NTP servers for .nl do not work with ntpdate, so switch tojhb2005-05-061-6/+6
| | | | | | | | using the servers provided by nl.net instead. PR: bin/80659 Submitted by: Jilles Tjoelker jilles at stack dot nl MFC after: 3 days
* Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) tomatusita2005-05-011-0/+6
| | | | | | | | | | | the NTP server list. The servers are by Internet Multifeed Co., and connected to their IX service JPNAP. It would be a good NTP server for machines in Japan. See also http://www.jst.mfeed.ad.jp/ for more details (Japanese only). Reviewed by: nork
* Explicitly install linux_base 8 to make sure the right version isjhb2005-04-121-1/+1
| | | | | | | | installed. PR: bin/74593 Submitted by: Matteo Riondato rionda at gufi dot org MFC after: 3 days
* Add over 32GB disk support on pc98 (userland part).nyan2005-03-301-1/+1
| | | | Submitted by: Hirokazu WATANABE
* Change the Romania NTP server to point to a working server.jhb2005-03-281-2/+2
| | | | | Submitted by: Ion-Mihai Tetcu itetcu at people dot tecnik93 dot com MFC after: 3 days
* Add Central European and Slovak keymaps to sysinstall.murray2005-03-192-3/+6
| | | | | PR: misc/78701 MFC after: 1 week
* Use the correct variable name for the description of multi-volumemurray2005-03-181-3/+3
| | | | support in cdrom.inf. Should be CD_VOLUME.
* Automatically switch to ttyv3 where the fixit shell is running when usingjhb2005-03-021-0/+2
| | | | | | the standard console and any fixit mode. MFC after: 1 day
* - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) failsjhb2005-03-022-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | with EBUSY and a cdrom is not mounted at /cdrom, sysinstall fails to treat it as an error and thinks that the disk mounted ok. However, it doesn't find a cdrom.inf file so it complains. Later when it tries to unmount the disk due to a mediaClose() umount(2) returns an error, and it never clears its internal mounted flag. The fix here is to properly handle EBUSY as an error if there isn't a CD already mounted at /cdrom. - Add a new CDROMInitQuiet variable that can be used to shut up the dialog box about the mount(2) system call failing when trying to mount a CD-ROM. This is used by the feature described below. - When using a fixit CD, first try to see if we can mount the disc in the drive now and use it as a fixit CD. If not, then prompt the user to insert the disc and try again. If we do succeed on the first "silent" probe then we don't ask the user to eject the disk after leaving fixit mode. - Add a simple file existence test to make sure that the disc that we mount really is a livefs disc. - Explicitly switch back to ttyv0 when using the standard console after the fixit shell dies. Previously this behavior worked accidentally because all the fixit modes popped up a dialog box which contained a hidden switch to ttyv0. MFC after: 1 day
* Expand contractions.ru2005-02-131-6/+6
|
* Remove /stand when we are done with it.obrien2005-02-071-0/+3
| | | | Submitted by: Ryan Sommers <ryans@gamersimpact.com>
* Add "NTP pool servers" to the list, including Worldwide, Asia, Europe,matusita2005-01-251-0/+15
| | | | | | | Oceania, and North America. Obtained from: http://ntp.isc.org/bin/view/Servers/NTPPoolServers MFC after: 1 week
* ntp.cyber-fleet.net is not in DNS database, remove it.matusita2005-01-251-3/+0
| | | | Reported by: sarumaru at ReichaNet IRC, users-jp@jp.FreeBSD.org, etc.
* Sort sections.ru2005-01-181-5/+5
|
* Removed bitrot.ru2005-01-131-5/+2
|
* Minor comment fix.kensmith2005-01-071-1/+1
| | | | MFC after: 1 week
* Remove old wdc driver completely.nyan2005-01-041-6/+0
|
* Due to unknown reasons, Disk_Names() returns SCSI CDROM as a validyongari2004-12-221-0/+14
| | | | | | | | | | | | | disk. This is main reason why sysinstall presents SCSI CDROM to available disks in Fdisk/Label menu. In addition, adding a blank SCSI CDROM to the menu generates floating point exception in sparc64. Disk_Names() just extracts sysctl "kern.disks". Why GEOM treats SCSI CDROM as a disk is beyond me and that should be investigated. For temporary workaround, ignore SCSI CDROM device. PR: sparc64/72962 Tested by: R. Tyler Ballance < tyler AT tamu DOT edu> MFC after: 1 week
* Use the source of the termcap database when available.ru2004-12-211-10/+16
|
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-192-13/+13
| | | | | PR: 73878 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Make logic more readable.obrien2004-11-191-3/+3
|
* Only write the rc.conf header when a new rc.conf is written. This wassimon2004-11-161-1/+1
| | | | | | | | | accidentally removed in v. 1.211. Submitted by: Olafur Osvaldsson <oli@isnic.is> PR: bin/73692 MFC after: 1 week Approved by: trhodes
* Add Estonian keyboards.jhb2004-11-111-1/+2
| | | | | | | PR: bin/73232 Reported by: Mart Tõnso tm at hwg dot edu dot ee Submitted by: Olafur Osvaldsson oli at isnic dot is MFC after: 1 week
* Add ftp8.de.freebsd.orgjosef2004-11-061-0/+2
| | | | | Requested by: vs Approved by: ssouhlal
* Fix braino where I didn't fix the file path from when the line wasobrien2004-11-041-1/+1
| | | | copied from the test program.
* Stop listening to bug reports with wrong solutions and commit a fix to the 'obrien2004-11-041-1/+1
| | | | problem I know will work.
* fix typo in generated /etc/exports: escape all 'obrien2004-11-011-1/+1
|
* fix typo in generated /etc/exports: s/synatx/syntax/rse2004-10-041-1/+1
|
* Revert rev. 1.351 of this file, which allowed users to read thebmah2004-09-181-9/+7
| | | | | (now obsolete and disconnected on HEAD) Early Adopters Guide from within sysinstall.
* Clear all "active partition" bits before we set a new one.delphij2004-09-151-1/+7
| | | | | | | | | | This adds a safebelt that prevents users to mark more than one "active" partitions, which will lead to a unbootable machine, especially in multi-boot configurations. PR: bin/71404 MFC After: 3 days Approved by: murray (mentor)
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+1
| | | | | | | | | | | | VT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY. The vge driver has been added to GENERIC for i386, pc98 and amd64, but not to sparc or ia64 since I don't have the ability to test it there. The vge(4) driver supports VLANs, checksum offload and jumbo frames. Also added the lge(4) and nge(4) drivers to GENERIC for i386 and pc98 since I was in the neighborhood. There's no reason to leave them out anymore.
* Remove support for configuring the X server from sysinstall. Generalkensmith2004-08-306-163/+0
| | | | | | | | | concensus seems to be that is best left for doing post-install. Discussed on: freebsd-current@ Tested with: make release Approved by: re@ MFC after: 3 days
* Start the de-orbital burn of our previous FreeBSD version compat libsobrien2004-08-291-16/+0
| | | | | | living in usr/src. We need to use them from ports to record dependencies. Discussed with: re(scottl)
* No longer do special handling of Perl. FreeBSD users have all of 5.xobrien2004-08-251-2/+0
| | | | | | | | | | to get used to the fact that Perl is no longer part of the base system. It is practically impossible to install any useful package and not get Perl automatically pulled in as a dependency. So the typical user will get their Perl. This change greatly reduces the amount of manual labor in building the miniinst.iso in release building.
* Add snapshots.se.freebsd.org to list of available ftp mirrors.josef2004-08-241-1/+3
| | | | | Dont forget to use X-LATEST as Release Name (where X is version major number) when you choose a snapshot server.
* Fix installing from SCSI tape drives by catching up device names withbmah2004-08-161-1/+1
| | | | | | | reality. PR: 70279 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
OpenPOWER on IntegriCloud