Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-13 | Tweak set source option testing. Don't offer nfs if no active interface | Kenneth R Westerback | |
is found - even if /sbin/mount_nfs is present. | |||
2005-04-13 | spacing | Theo de Raadt | |
2005-04-13 | Display 'none' as v6 default address when no v6 address is detected. | Kenneth R Westerback | |
Tighten some code. | |||
2005-04-13 | Only show sets locations that might work. e.g. no /sbin/nfs == don't | Kenneth R Westerback | |
offer nfs as a location. Eliminate (m)ounted source in favour of an extra question for disk sources. Bit of cleanup and overall shrinkage. ok deraadt@ miod@ | |||
2005-04-13 | Allow any valid kbd(8) mapping to be specified (e.g. us.dvorak). Be | Kenneth R Westerback | |
more terse both in prompts and output. Show list of major tables only on request. Problem noted by Matt Jibson. ok deraadt@ | |||
2005-04-09 | spaces | Theo de Raadt | |
2005-04-09 | Create on the installed system all disk, cd and tape devices found in | Kenneth R Westerback | |
dmesg.boot, not just the ones that happen to be referenced by the install process. ok deraadt@ miod@ | |||
2005-04-09 | Don't error out on mount just because someone confuses (m)ounted with | Kenneth R Westerback | |
(d)isk sources and tries to mount an already mounted partition. Using (d)isk where (m)ounted was meant should now just work. ok nick@ deraadt@ | |||
2005-04-07 | If a UDF 'c' partition is found on a CD, just mount it without asking | Kenneth R Westerback | |
questions. Just as ISO9660 'c' partitions are mounted w/o questions. ok deraadt@ | |||
2005-04-05 | Use 'route -qn' for the IPv6 default route command in hostname.if. | Kenneth R Westerback | |
Don't use local link address as possible IPv6 manual address. From todd@. | |||
2005-04-03 | More shrinkage with a bit of code factoring. | Kenneth R Westerback | |
2005-04-02 | Scrounge a few characters of whitespace. | Kenneth R Westerback | |
2005-04-02 | Initial IPv6 install/upgrade support. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-03-30 | put mount_udf here too (big media things use this) | Theo de Raadt | |
2005-03-27 | Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate | Kenneth R Westerback | |
fixed list of available maps and machine dependant md_set_term() functions. Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment) will now present list of available keyboard encodings. ok deraadt@ | |||
2005-03-26 | More cleanup & cleanup. Use more '[[]]' over '[]' to eliminate "'s, | Kenneth R Westerback | |
use pattern matching in '[[]]' rather than case statement. | |||
2005-03-26 | More cleanup. ${MODE} -> $MODE. | Kenneth R Westerback | |
2005-03-26 | More cleanup. Nuke isalphanumeric() and assume anything that | Kenneth R Westerback | |
successfully ifconfig's is a valid interface. | |||
2005-03-26 | Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in | Kenneth R Westerback | |
while statements. | |||
2005-03-14 | Present list of dns servers supplied by dhcp as blank separated list, | Kenneth R Westerback | |
not newline separted list. Spotted by & ok deraadt@. | |||
2005-03-08 | append to rc.conf.local; david | Theo de Raadt | |
2005-03-08 | ask about ntpd(8) in install script; ok krw henning | Theo de Raadt | |
this is pending an improvement from henning to ntpd to make it utterly silent during startup. | |||
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-02-16 | Validate successful installation of required sets by seeing if they | Kenneth 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-13 | zap whitespace at eol; ok krw@ | David Krause | |
2005-01-12 | remove some differences | Theo de Raadt | |
2005-01-11 | put a seperate and real fsck on the media | Theo de Raadt | |
2004-12-29 | nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by me | Theo de Raadt | |
2004-11-28 | When dhcp configuration is attempted add the network interface to a | Kenneth 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-22 | some architectures now need a etc/firmware on the install media (cheap ↵ | Theo de Raadt | |
enough all can have it) | |||
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 | |