summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Collapse)Author
2005-03-08ask about ntpd(8) in install script; ok krw henningTheo de Raadt
this is pending an improvement from henning to ntpd to make it utterly silent during startup.
2005-03-07move to 3.7-betaTheo de Raadt
2005-02-16Validate successful installation of required sets by seeing if theyKenneth R Westerback
are still in DEFAULTSETS. Better than checking random file/dir we expect set to provide. Give the user the option to complete an installation/upgrade without installing all the sets we think are required. Shrinks code a bit. From an idea by beck@. ok deraadt@ nick@
2005-02-13zap whitespace at eol; ok krw@David Krause
2005-01-12remove some differencesTheo de Raadt
2005-01-11put a seperate and real fsck on the mediaTheo de Raadt
2004-12-29nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by meTheo de Raadt
2004-11-28When dhcp configuration is attempted add the network interface to aKenneth R Westerback
'dhcp' group . Present 'dhcp' as the default value for the ip address of interfaces in the 'dhcp' group, not the address the previous dhcp configuration might have obtained. Makes it 'safer' to restart installs after network configuration. Suggested by/ok mickey@, ok deraadt@, henning@.
2004-11-22some architectures now need a etc/firmware on the install media (cheap ↵Theo de Raadt
enough all can have it)
2004-11-11typo; bad krwTheo de Raadt
2004-11-06select dd or ed from newly installed filesystem instead, ok krwTheo de Raadt
2004-10-12Bring the tape install code up to current standards andKenneth R Westerback
add a few enhancements: - allow installation of all files on a tape without rewinding - ask for and use a blocksize for each file - provide a list of tape devices to users - force use of 'nr<tape>' devices - check for /bin/mt before trying to install makedev() is simplified a bit to rely on errors from MAKEDEV rather than checking for specific devices being present.
2004-10-02Minor code cleanup and shrinkage. No functional change.Kenneth R Westerback
2004-10-02Last use of sleep(1) in install scripts was eliminated by recentKenneth R Westerback
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@
2004-09-29Code cleanup and shrinkage (~2K).Kenneth R Westerback
Factor out drive/partition handling for CD and disk installs. Should only affect installs/upgrades from non-ISO CDs and unmounted disk partitions. Tested by Otto@. 'It is that high risk time' deraadt@.
2004-09-16Set the console device speed before instead of after selecting it as theRyan Thomas McBride
console. Fixes booting on Soekris net4501 without a cable connected. ok tom@ markus@
2004-08-09move to 3.6-betaTheo de Raadt
2004-07-30Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some ofKenneth R Westerback
which will be disabled for /bin/sh invocations soon. Requested by millert@. ok pval@.
2004-07-25Don't need to specify 9600 as the default speed, since it is first on theKenneth R Westerback
list of speeds and thus the default default.
2004-07-18Make bsd.rd a default set.Kenneth R Westerback
ok deraadt@
2004-07-18spacesTheo de Raadt
2004-07-18For set installation via URL or NFS, assume the network has been configuredKenneth R Westerback
to the user's satisfaction. ok tdeval@ deraadt@
2004-07-17Delete unused local vars.Kenneth R Westerback
2004-07-17Add 'stty <tty> <speed>' line to boot.conf if serial console isKenneth R Westerback
made the default console. Ensures specified speed is actually used. Pointed out by Derick Siddoway and Bob Humphrey. ok deraadt@
2004-07-17Don't add '/'s to timezone path when null input enteredKenneth R Westerback
as sub-timezone. Pointed out by cloder@.
2004-07-04Remove requirement that the 'b' partition on the root disk beKenneth R Westerback
configured during install. If it is configured it will still be unconditionally used as swap, so don't let the user set a mount point for it. Minor white space, commment and verbiage adjustments. Suggested by many including Mickey, Henning, Todd, and Theo. ok deraadt@
2004-06-26Allow change of default console to first serial device during install. Used inKenneth R Westerback
i386 only at this time. ok beck@ deraadt@
2004-06-22Don't make xetc a default install set.Kenneth R Westerback
ok matthieu@
2004-06-22introduce the new xetc set. ok deraadt@, miod@, krw@.Matthieu Herrb
2004-06-20If all default sets have been successfully installed, make [done] theKenneth R Westerback
default answer to 'Where are the install sets?'. Requested by various, most recently Henning and Theo.
2004-06-13if bsd.mp exists... let a user install itTheo de Raadt
2004-05-28Add MDROOTFSOPT handling code to allow non-default newfs options toKenneth R Westerback
be specified for root filesystems. Add MDROOTFSOPT value for luna88k so installed system can boot. Tested by Kenji Ayoma. ok miod@.
2004-05-04Create /var/empty on miniroot install media. Privsep dhclient requiresKenneth R Westerback
this to successfully chroot. ok henning@ beck@
2004-04-12Refactor network initialization code into explicit v4 routines toKenneth R Westerback
prepare for v6 initialization. Minor verbiage changes, and not asking for v4 default route if no v4 addresses were configured are the only user visible changes. ok deraadt@.
2004-04-06Remove the 3.3 -> 3.4 upgrade openssl hack.Kenneth R Westerback
2004-03-23Update copyrights to 2004.Kenneth R Westerback
ok deraadt@.
2004-03-18Don't ask for timezone info during an upgrade.Kenneth R Westerback
Suggestion by Tom Cosgrove. ok miod@ millert@ deraadt@.
2004-03-16save 2 bytes due to tabsTheo de Raadt
2004-03-14Fix sane_install() tests to use relevant directories/files. TightenKenneth R Westerback
emitted error messages. Change default response to 'Use the nameserver now?' from a 'y' to 'yes' to be consistant with other ask_yn() usages. ok beck@ deraadt@.
2004-03-09URL-encode all usercode/password characters between 0x20 and 0x7e so thatKenneth R Westerback
more weird usercodes and passwords work. Embedded blanks especially. ok beck@.
2004-02-28Revert v1.314 changes adding '~' to user supplied relative ftp paths,Kenneth R Westerback
since today's ftp/fetch.c commit fixes real issue, and v1.314 broke 'ftp' user. Problems with 'ftp' user reported by Stephen Kirkham of UofA.
2004-02-28makeing->makingJolan Luff
2004-02-27move to 3.5-betaTheo de Raadt
2004-02-08Shave a few more characters.Kenneth R Westerback
2004-02-08Replace 'localhost' with '127.0.0.1' and add -q to route invocationsKenneth R Westerback
in enable_network(). From /etc/netstart.
2004-02-08Add loopback routes late during upgrades, as /etc/netstart does now.Kenneth R Westerback
Scavange a couple of characters while in the area.
2004-02-08Fix typo: 2>&2 -> 2>&1.Kenneth R Westerback
2004-02-07Simplify inet line processing in inet_info().Kenneth R Westerback
2004-01-11With wonderful new dhclient there is no need to try to kill a runningKenneth R Westerback
client or to run it with -1.
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
which begin to enable use of this will follow at a later time.