summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
AgeCommit message (Collapse)Author
2008-11-11Drop svnd lines from the munged fstab for upgrades, to avoid confusingKenneth R Westerback
fsck. Reported by Sebastian Rother via tech@. "sure" deraadt@
2008-11-11Replace some 4 space knf spacing with install space paranoia tabs, savingKenneth R Westerback
33 characters.
2008-09-30install hostname.* files mode 640 root.wheel by default; ok krwTheo de Raadt
2008-09-07Nuke ifconfig '-m' uses. Use bare 'media' instead. Pointed out byKenneth R Westerback
Paul de Weerd via source-changes@.
2008-07-07Rework the ntpd question to default to no, and ask for the NTP server only ↵Jason Dixon
if user chooses yes. Easier than the 3-part question and requires far fewer keystrokes to enable the 'default'. ok krw@
2008-07-06Make 'dhcp' the initial default when configuring the network. ThisKenneth R Westerback
makes one more answer <cr>'able during install without changing any existing behaviour. Change 'NTP server?' default answer from 'none' to 'default'. Suggested by thib@, supported by marco@, jsing@, millert@
2008-07-02move to 4.4-betaTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-06-24Remove leading zeros of subpart of partition's blocksize so ksh does notTobias Stoeckmann
interpret it as octal, leading to error messages like "048" is not a number. ok krw
2008-06-13ksh's arithmetic is 32 bit signed so we can no longer rely onKenneth R Westerback
block counts being small enough to do arithmetic on. Manually process partition block counts into 'human readable' byte sizes when asking for confirmation of disk configuration. Install script now properly displays the size of Yottabyte partitions. requested by & ok deraadt@
2008-04-17force mode for hostname.* files to 600; ok krwTheo de Raadt
2008-03-15When installing via NFS, only retry the mount five times (instead of theJoel Sing
default 10,000 times). ok deraadt@ krw@ thib@
2008-03-09Remove question about keep alive option.Kenneth R Westerback
Requested by deraadt@
2008-03-09Consolidate FTP option handling, fixing one missing set of optionsKenneth R Westerback
and adding a new question during install to allow the setting of FTP's -k option in situations where intervening routers/firewalls are prematurely killing connections. Original idea and diff from espie@ ok espie@
2008-03-05Tweak regexp replacing 'off' with 'on secure' so we don't end up withKenneth R Westerback
'on secure secure'. ok deraadt@
2008-03-04Redo serial console configuration logic. Smaller, easier toKenneth R Westerback
understand. Add serial console handling for alpha, macppc, zaurus. No functional change for i386/amd64. All archs should now have automatic serial console configuration. ok deraadt@
2008-02-204.3-betaMiod Vallat
2008-02-11For architectures with an enabled 'console' ttys entry, adjust theKenneth R Westerback
speed of said entry to reflect the speed of the console being used to install. For archs with MDSERIAL defined, offer the current device and speed as the defaults for switching to serial consoles. Fixes new Sun gear that uses a 115200 console speed and makes for better defaults without breaking current install processes. ok dlg@ henning@
2007-12-14make more clear that the NTP question is not a three way yes/noOtto Moerbeek
question; ok deraadt@
2007-08-02spelling fixes in the commentsDavid Krause
2007-07-27oops, forgot to crank to 4.2Theo de Raadt
2007-05-28Don't look for wt tape devices while installing.Kenneth R Westerback
2007-04-27caps for NTP server; from jdixonTheo de Raadt
2007-04-25Use 'ifconfig' and not 'ifconfig -a' as the -a is now the default.Kenneth R Westerback
2007-04-25Add capacity to specify one ntp 'server' (not 'servers') during install.Kenneth R Westerback
Suggested by deraadt@, nifty sed nit from ray@. ok deraadt@ beck@ mbalmer@
2007-03-26Make the default behaviour to force a fsck when upgrading, as itOtto Moerbeek
was before it became optional. ok krw@ beck@ pedro@
2007-03-26Don't pass fsck '--fp'. From Loic Tortay via PR #5422.Kenneth R Westerback
2007-03-16Give the upgrader an option to *not* fsck -f non-root filesystems. InKenneth R Westerback
fact make that the default. Help upgraders with big filesystems and no patience. Suggested by & ok beck@.
2007-03-13Keep copyright year current.Kenneth R Westerback
2007-03-04If INSTALL.<arch> isn't present at the given set location, give theKenneth R Westerback
user a chance to bail out before selecting sets to install. Just in case the user ended up in the wrong directory. Suggested by beck@, feedback from various. "emphatic ok" beck@ "go for it" deraadt@
2007-03-01shrink early text; input from frantisek holop, discussion and ok ok krwTheo de Raadt
2007-02-14Use new 'disknames' command to get names of disks and cds.Kenneth R Westerback
ok deraadt@
2007-02-124.1-betaHenning Brauer
2007-02-11Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user theKenneth R Westerback
option to choose a filesystem type when mounting a disk. Rely on the filesystem information provided by the disklabel. When there is only one usable partition on the selected disk, just mount it without bothering the user with a question. Ensure that msdos filesystems are mounted with '-s' so that the names of the install sets will be in lower case and thus visible to the script. msdos problems noted by Rodolfo Gouveia, who did a lot of testing and debugging. 'mount -t ...' silliness pointed out by deraadt@.
2006-08-29Handle site${VERSION}-$(hostname -s).tgz files better so that theyKenneth R Westerback
don't get in the way of noticing that all default sets are installed. Restores the desired behaviour where [done] becomes the default answer to the "Location of sets?" question once all default sets are successfully installed. spotted by & ok deraadt@
2006-07-26crank to 4.0-betaTheo de Raadt
2006-05-18Don't ask for a password for ftp transfers if the username 'ftp' is used.Kenneth R Westerback
Suggested by deraadt@, 'looks good to me' deraadt@
2006-03-15Make 'no' the default answer to 'Display the list of XXX servers?'.Kenneth R Westerback
Suggested by otto@, various people chiming in to agree. While here fix one ask_yn misuse and update copyright to 2006.
2006-03-11Change default answer for 'Do you expect to run the X Window System?'Kenneth R Westerback
to 'no'. Requested by deraadt@
2006-02-28Remove old static X modules from previous versions. Patch by krw@, ok deraadt@Matthieu Herrb
2006-01-19crank to 3.8-betaTheo de Raadt
2005-11-22'?' may not be easily found until the keyboard is mapped. Make 'L' theKenneth R Westerback
command to list the major keymaps. Also accept 'l' and '?' without explictly mentioning them in the user prompt. A varient of a suggestion by And??s (sic) Delfino, seconded by jmc@. ok millert@ deraadt@
2005-10-28selected install sets are denoted by `[X]', not `[x]';Jason McIntyre
ok krw@
2005-10-26Sync mygate handling with latest netstart changes so upgrades work.Kenneth R Westerback
2005-10-20Always give user a chance to confirm/modify TERM and keymap whenKenneth R Westerback
running install or upgrade. ok deraadt@
2005-10-16Bring enable_network() into line with /etc/netstart by not attemptingKenneth R Westerback
to use mygate if any interface attempts dhcp.
2005-10-16Use 'rtsolif' in enable_network(), rather than 'rtsif', to make it moreKenneth R Westerback
closely resemble netstart. No functional change.
2005-10-12Comments are now allowed in myname and mygate. Steal stripcom() fromKenneth R Westerback
/etc/netstart and use in myname and mygate processing. Fixes problems with (U)pgrade's. Discovered while preparing for Todd's new mygate functionality. ok todd@
2005-10-10Provide some verbiage about MDSERIAL. Suggested by miod@.Kenneth R Westerback
2005-10-05Apply Todd's netstart r1.106 fix to evaluation of dhcp and rtsol linesKenneth R Westerback
in hostname.if files.