Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | typo; bad krw | Theo de Raadt | |
2004-11-06 | select dd or ed from newly installed filesystem instead, ok krw | Theo de Raadt | |
2004-10-12 | Bring the tape install code up to current standards and | Kenneth 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-02 | Minor code cleanup and shrinkage. No functional change. | Kenneth R Westerback | |
2004-10-02 | Last use of sleep(1) in install scripts was eliminated by recent | Kenneth R Westerback | |
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@ | |||
2004-09-29 | Code 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-16 | Set the console device speed before instead of after selecting it as the | Ryan Thomas McBride | |
console. Fixes booting on Soekris net4501 without a cable connected. ok tom@ markus@ | |||
2004-08-09 | move to 3.6-beta | Theo de Raadt | |
2004-07-30 | Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some of | Kenneth R Westerback | |
which will be disabled for /bin/sh invocations soon. Requested by millert@. ok pval@. | |||
2004-07-25 | Don't need to specify 9600 as the default speed, since it is first on the | Kenneth R Westerback | |
list of speeds and thus the default default. | |||
2004-07-18 | Make bsd.rd a default set. | Kenneth R Westerback | |
ok deraadt@ | |||
2004-07-18 | spaces | Theo de Raadt | |
2004-07-18 | For set installation via URL or NFS, assume the network has been configured | Kenneth R Westerback | |
to the user's satisfaction. ok tdeval@ deraadt@ | |||
2004-07-17 | Delete unused local vars. | Kenneth R Westerback | |
2004-07-17 | Add 'stty <tty> <speed>' line to boot.conf if serial console is | Kenneth R Westerback | |
made the default console. Ensures specified speed is actually used. Pointed out by Derick Siddoway and Bob Humphrey. ok deraadt@ | |||
2004-07-17 | Don't add '/'s to timezone path when null input entered | Kenneth R Westerback | |
as sub-timezone. Pointed out by cloder@. | |||
2004-07-04 | Remove requirement that the 'b' partition on the root disk be | Kenneth 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-26 | Allow change of default console to first serial device during install. Used in | Kenneth R Westerback | |
i386 only at this time. ok beck@ deraadt@ | |||
2004-06-22 | Don't make xetc a default install set. | Kenneth R Westerback | |
ok matthieu@ | |||
2004-06-22 | introduce the new xetc set. ok deraadt@, miod@, krw@. | Matthieu Herrb | |
2004-06-20 | If all default sets have been successfully installed, make [done] the | Kenneth R Westerback | |
default answer to 'Where are the install sets?'. Requested by various, most recently Henning and Theo. | |||
2004-06-13 | if bsd.mp exists... let a user install it | Theo de Raadt | |
2004-05-28 | Add MDROOTFSOPT handling code to allow non-default newfs options to | Kenneth 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-04 | Create /var/empty on miniroot install media. Privsep dhclient requires | Kenneth R Westerback | |
this to successfully chroot. ok henning@ beck@ | |||
2004-04-12 | Refactor network initialization code into explicit v4 routines to | Kenneth 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-06 | Remove the 3.3 -> 3.4 upgrade openssl hack. | Kenneth R Westerback | |
2004-03-23 | Update copyrights to 2004. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-03-18 | Don't ask for timezone info during an upgrade. | Kenneth R Westerback | |
Suggestion by Tom Cosgrove. ok miod@ millert@ deraadt@. | |||
2004-03-16 | save 2 bytes due to tabs | Theo de Raadt | |
2004-03-14 | Fix sane_install() tests to use relevant directories/files. Tighten | Kenneth 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-09 | URL-encode all usercode/password characters between 0x20 and 0x7e so that | Kenneth R Westerback | |
more weird usercodes and passwords work. Embedded blanks especially. ok beck@. | |||
2004-02-28 | Revert 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-28 | makeing->making | Jolan Luff | |
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-02-08 | Shave a few more characters. | Kenneth R Westerback | |
2004-02-08 | Replace 'localhost' with '127.0.0.1' and add -q to route invocations | Kenneth R Westerback | |
in enable_network(). From /etc/netstart. | |||
2004-02-08 | Add loopback routes late during upgrades, as /etc/netstart does now. | Kenneth R Westerback | |
Scavange a couple of characters while in the area. | |||
2004-02-08 | Fix typo: 2>&2 -> 2>&1. | Kenneth R Westerback | |
2004-02-07 | Simplify inet line processing in inet_info(). | Kenneth R Westerback | |
2004-01-11 | With wonderful new dhclient there is no need to try to kill a running | Kenneth R Westerback | |
client or to run it with -1. | |||
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2003-12-21 | Bowing to the relentless pressure from Nick Holland, change the default answer | Kenneth R Westerback | |
to 'Use the nameserver now?' to 'yes'. ok deraadt@. | |||
2003-12-16 | no more libz | Henning Brauer | |
2003-12-04 | shorten a teeny bit more | Theo de Raadt | |
2003-12-04 | ask if sshd should be on by default (default to yes, still); tested by nick | Theo de Raadt | |
2003-11-03 | spelling fix in comments | David Krause | |
2003-09-26 | Fix typo: 'Which disk do you wish to initialize??' -> '... initialize?'. | Kenneth R Westerback | |
Only appeared when non-boot disks were initialized. | |||
2003-09-22 | Introduce a function ask_yn() to use when asking 'yes or no' | Kenneth R Westerback | |
questions. ask_yn() always returns a 'y' or 'n' in $resp, vastly simplifying the logic used to check the user response. ask_yn() insists on the user responding with a 'y', 'n', 'yes', or 'no'. Case is ignored. Previously almost any input was accepted as either a yes or a no depending on the question. ask_yn() reduces the chance of user error, e.g. by answering the next question (default route) instead of the posed one (Use DNS server now?). All 'yes or no' questions now use ask_yn(). All questions show the full default answer, i.e. 'yes' or 'no' rather than 'y' or 'n'. Some minor logic cleanups of the usual sort, but no changes to logic flow or questions bar minor verbiage adjustment. Inspired by a Bob Beck install nit. | |||
2003-09-09 | do not defer * matching; from drahn, with some input from me | Theo de Raadt | |
2003-09-06 | Do the ssl/openssl directory/link dance in both places it could occur, | Kenneth R Westerback | |
/usr/include and /usr/libdata/perl5/site_perl/*-openbsd. Allows both base34 and comp34 to be upgraded from a stock install. ok deraadt@. |