Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-29 | Handle site${VERSION}-$(hostname -s).tgz files better so that they | Kenneth 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-26 | crank to 4.0-beta | Theo de Raadt | |
2006-06-23 | Add a set siteXY-<hostname>.tgz and make it selected by default. This | Kenneth R Westerback | |
allows host specific files to be trivially installed and makes creating/maintaining large numbers of host specific configurations much simpler. Suggested by work being done by Alex Holst, brought to my attention by mk@ during c2k6. Name format suggested by henning@, tweaked by deraadt@. | |||
2006-05-18 | Don'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-15 | Make '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-11 | Change default answer for 'Do you expect to run the X Window System?' | Kenneth R Westerback | |
to 'no'. Requested by deraadt@ | |||
2006-03-06 | eject -> mt (except on alpha where size tests are needed) | Theo de Raadt | |
2006-03-04 | Put comment on separate line so it is stripped from install media. | Kenneth R Westerback | |
2006-02-28 | Remove old static X modules from previous versions. Patch by krw@, ok deraadt@ | Matthieu Herrb | |
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2005-11-22 | '?' may not be easily found until the keyboard is mapped. Make 'L' the | Kenneth 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-28 | selected install sets are denoted by `[X]', not `[x]'; | Jason McIntyre | |
ok krw@ | |||
2005-10-26 | Sync mygate handling with latest netstart changes so upgrades work. | Kenneth R Westerback | |
2005-10-20 | Always give user a chance to confirm/modify TERM and keymap when | Kenneth R Westerback | |
running install or upgrade. ok deraadt@ | |||
2005-10-16 | Bring enable_network() into line with /etc/netstart by not attempting | Kenneth R Westerback | |
to use mygate if any interface attempts dhcp. | |||
2005-10-16 | Use 'rtsolif' in enable_network(), rather than 'rtsif', to make it more | Kenneth R Westerback | |
closely resemble netstart. No functional change. | |||
2005-10-12 | Comments are now allowed in myname and mygate. Steal stripcom() from | Kenneth 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-10 | Provide some verbiage about MDSERIAL. Suggested by miod@. | Kenneth R Westerback | |
2005-10-05 | Apply Todd's netstart r1.106 fix to evaluation of dhcp and rtsol lines | Kenneth R Westerback | |
in hostname.if files. | |||
2005-08-29 | addhostent() shouldn't delete the hosts entry for the 'other' address | Kenneth R Westerback | |
family. Specifying an IPv6 address will no longer remove an IPv4 entry from hosts, nor visa verse. Noted by mickey@. ok deraadt@. | |||
2005-08-09 | move to 3.8-beta | Theo de Raadt | |
2005-08-04 | activate libstubs (setlocale + dbopen) | Marc Espie | |
okay deraadt@ | |||
2005-07-02 | During set selection, ask for a "file name pattern" rather than a | Uwe Stuehler | |
"regular expression" because the answer is processed by the shell. ok krw@ | |||
2005-06-13 | Typo. ${version} -> ${VERSION}. Spotted by David Krause. | Kenneth R Westerback | |
2005-05-24 | Checking for the address '0.0.0.0' no longer works as test for | Kenneth R Westerback | |
dhclient failure. Just check if any inet address was assigned. | |||
2005-04-30 | Fix rtsol IPv6 install - check correct directory for hostname.* files. | Kenneth R Westerback | |
Found & ok dlg@. | |||
2005-04-21 | Create disk device before attempting to disklabel it. Don't keep a | Kenneth R Westerback | |
disk which couldn't be created in the selection list. noticed by deraadt@ | |||
2005-04-19 | There is no reliable way to detect a working network interface. So | Kenneth R Westerback | |
always offer ftp and http as set sources. Problem noted by uwe@, ok deraadt@ | |||
2005-04-18 | restore tab before [X] list; krw ok | Theo de Raadt | |
2005-04-15 | Report dhcp success *only* if the interface is UP, and an address other | Kenneth R Westerback | |
than 0.0.0.0 has been assigned to it. Fixes problem of interfaces being removed from the available list even if dhcp fails because there is no link. Some code cleanup and shrinkage. Pointed out a long time ago by a friend of Henning's, whose email I read again this afternoon and now can't find for the life of me. | |||
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@. |