Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-03 | jmc becomes upset when nouns are used as verbs; via krw | Theo de Raadt | |
2009-07-02 | Do *not* newfs non-ffs partitions while installing. Even if someone | Kenneth R Westerback | |
has entered 'n i' in disklabel and caused a mountpoint to be saved for the non-ffs partition. Discovered by and fix tested by mgrimm@. ok deraadt@. | |||
2009-07-01 | Do not default to disk installs; ftp or cdrom covers 99% of users; ok krw | Theo de Raadt | |
2009-06-30 | sync | Theo de Raadt | |
2009-06-30 | sync | Theo de Raadt | |
2009-06-29 | Revert 1.558, making the installer (in the worst case) use the base-set | Theo de Raadt | |
localtime zone for decision making. But when we get into that situation, also skip timezone manipulation the first time (before base install) and defer it to after the base install (since that is the only time that file exists). Complicated? It could be worse.. ok krw halex | |||
2009-06-29 | sync | Theo de Raadt | |
2009-06-29 | sync | Theo de Raadt | |
2009-06-28 | Change mid-sentence "From" to "from". | Stuart Henderson | |
2009-06-28 | GS140 & TS15 won't work yet either. | Jonathan Gray | |
2009-06-28 | Don't list the AlphaServer 4100 in the unsupported systems | Jonathan Gray | |
section when it is mentioned in the supported systems section shortly before. | |||
2009-06-27 | Add initial user to the 'staff' class. | Antoine Jacoutot | |
ok deraadt@, ok krw@ | |||
2009-06-24 | sync | Theo de Raadt | |
2009-06-24 | Bring macppc install into the new age. Fewer questions, less verbiage, | Kenneth R Westerback | |
more action and safety. "reads ok" sthen@. ok deraadt@ | |||
2009-06-20 | 4.6-BETA | Miod Vallat | |
2009-06-20 | sync | Miod Vallat | |
2009-06-19 | Don't create bogus hosts file entries if too few parameters are | Kenneth R Westerback | |
passed to addhostent(). Noticed by sthen@ and jsing@. ok halex@ deraadt@ | |||
2009-06-17 | sync | Theo de Raadt | |
2009-06-14 | We want to install a LIF label on the disk before we run disklabel -A | Theo de Raadt | |
or disklabel -E. Otherwise that disk will indicate the wrong bounds. (nothing at all -> 0; MBR -> probably 63; LIF -> 256). | |||
2009-06-12 | the TZ list cannot fit onto the floppies | Theo de Raadt | |
2009-06-12 | make the interrupt handler in install.sub print a linefeed and also make | Alexander Hall | |
sure to enable echoing of the input to the tty ok krw@ | |||
2009-06-12 | Put back the once-only code that krw removed earlier, because we want ^C | Theo de Raadt | |
from the install script to go to the # prompt, not back to the question. | |||
2009-06-12 | Avoid vlan explosion reported by deraadt@, sthen@ and jsing@ when | Kenneth R Westerback | |
^C'ing and restarting the install script. When looking for the next vlan to offer, stop at the first unconfigured one rather than the first non-existant one. ok deraadt@ | |||
2009-06-11 | Bring this up to the new way of doing the fdisk handling | Theo de Raadt | |
2009-06-11 | extra space | Theo de Raadt | |
2009-06-11 | Do not show MBRs without the correct signature, instead say they are | Theo de Raadt | |
bogus and provide less options to the user ok krw | |||
2009-06-11 | krw must not have tested his dhcp change from a scratch boot | Theo de Raadt | |
2009-06-11 | No need to show the filename the duplicate mount point was detected | Kenneth R Westerback | |
in. Noticed in an error message from todd@. | |||
2009-06-11 | Make 'dhcp' the default answer only if no other interface has | Kenneth R Westerback | |
been configured to use dhcp. Requested by deraadt@. | |||
2009-06-10 | A tighter printing format for the SHA256 hashes. | Theo de Raadt | |
2009-06-10 | On systems without keyboard setting, the hostname choice had no blank line | Theo de Raadt | |
above it. It disturbed me deeply. | |||
2009-06-10 | Count existing vlan's so restarting the script doesn't lose track of | Kenneth R Westerback | |
which vlan to create next. | |||
2009-06-10 | when sets cannot be found, do the 4-space indent dance to make the | Theo de Raadt | |
failure list a whole lot prettier. ok todd | |||
2009-06-10 | the interface list should not be sorted. use the order that ifconfig | Theo de Raadt | |
chooses, since that is the order people are used to. krw remembered some weird behaviour, but i tested and could not find it ok krw | |||
2009-06-09 | sync | Theo de Raadt | |
2009-06-09 | Update the user input routines to (re-evaluate and) redraw the | Alexander Hall | |
question if dmesg changes are detected. The password reading routines are not subject to these changes at this point. ok deraadt@, krw@ | |||
2009-06-09 | Tighten and tweak keyboard question. Use 'layout' instead of 'type' | Kenneth R Westerback | |
as suggested by mk@. Shortened verbiage allows us to bring back 'L' as a way to list the alternate layouts, as pointed out by Andr?s on tech@. On some keyboards finding the '?' can be a challenge before the layout is set. ok deraadt@ | |||
2009-06-08 | sync | Theo de Raadt | |
2009-06-07 | sync | Theo de Raadt | |
2009-06-07 | More tersification. Fixes verbiage issue reported by jdixon@ on | Kenneth R Westerback | |
icb. | |||
2009-06-06 | sync | Theo de Raadt | |
2009-06-06 | sync | Theo de Raadt | |
2009-06-05 | add some hostname sanity check | Alexander Hall | |
honour the path part of the suggested hostname/path combo "please commit" deraadt@ | |||
2009-06-04 | sync | Theo de Raadt | |
2009-06-04 | Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so we | Kenneth R Westerback | |
aren't lying about being able to do that at any prompt. Suggested by deraadt@ | |||
2009-06-04 | Only print the intro verbiage once, instead of every pass through the ↵ | Kenneth R Westerback | |
"(I)nstall, ..." loop. Noticed by & ok deraadt@ | |||
2009-06-04 | add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 host | Alexander Hall | |
name notation ok deraadt@ | |||
2009-06-04 | count nifs in enable_network(); allows ftplist to be fetched in the | Stuart Henderson | |
upgrade case too. ok deraadt@ | |||
2009-06-04 | Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing of | Kenneth R Westerback | |
those lines in list2sh.awk. ok deraadt@ | |||
2009-06-04 | sync | Theo de Raadt | |