summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-07-03jmc becomes upset when nouns are used as verbs; via krwTheo de Raadt
2009-07-02Do *not* newfs non-ffs partitions while installing. Even if someoneKenneth 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-01Do not default to disk installs; ftp or cdrom covers 99% of users; ok krwTheo de Raadt
2009-06-30syncTheo de Raadt
2009-06-30syncTheo de Raadt
2009-06-29Revert 1.558, making the installer (in the worst case) use the base-setTheo 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-29syncTheo de Raadt
2009-06-29syncTheo de Raadt
2009-06-28Change mid-sentence "From" to "from".Stuart Henderson
2009-06-28GS140 & TS15 won't work yet either.Jonathan Gray
2009-06-28Don't list the AlphaServer 4100 in the unsupported systemsJonathan Gray
section when it is mentioned in the supported systems section shortly before.
2009-06-27Add initial user to the 'staff' class.Antoine Jacoutot
ok deraadt@, ok krw@
2009-06-24syncTheo de Raadt
2009-06-24Bring macppc install into the new age. Fewer questions, less verbiage,Kenneth R Westerback
more action and safety. "reads ok" sthen@. ok deraadt@
2009-06-204.6-BETAMiod Vallat
2009-06-20syncMiod Vallat
2009-06-19Don't create bogus hosts file entries if too few parameters areKenneth R Westerback
passed to addhostent(). Noticed by sthen@ and jsing@. ok halex@ deraadt@
2009-06-17syncTheo de Raadt
2009-06-14We want to install a LIF label on the disk before we run disklabel -ATheo de Raadt
or disklabel -E. Otherwise that disk will indicate the wrong bounds. (nothing at all -> 0; MBR -> probably 63; LIF -> 256).
2009-06-12the TZ list cannot fit onto the floppiesTheo de Raadt
2009-06-12make the interrupt handler in install.sub print a linefeed and also makeAlexander Hall
sure to enable echoing of the input to the tty ok krw@
2009-06-12Put back the once-only code that krw removed earlier, because we want ^CTheo de Raadt
from the install script to go to the # prompt, not back to the question.
2009-06-12Avoid vlan explosion reported by deraadt@, sthen@ and jsing@ whenKenneth 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-11Bring this up to the new way of doing the fdisk handlingTheo de Raadt
2009-06-11extra spaceTheo de Raadt
2009-06-11Do not show MBRs without the correct signature, instead say they areTheo de Raadt
bogus and provide less options to the user ok krw
2009-06-11krw must not have tested his dhcp change from a scratch bootTheo de Raadt
2009-06-11No need to show the filename the duplicate mount point was detectedKenneth R Westerback
in. Noticed in an error message from todd@.
2009-06-11Make 'dhcp' the default answer only if no other interface hasKenneth R Westerback
been configured to use dhcp. Requested by deraadt@.
2009-06-10A tighter printing format for the SHA256 hashes.Theo de Raadt
2009-06-10On systems without keyboard setting, the hostname choice had no blank lineTheo de Raadt
above it. It disturbed me deeply.
2009-06-10Count existing vlan's so restarting the script doesn't lose track ofKenneth R Westerback
which vlan to create next.
2009-06-10when sets cannot be found, do the 4-space indent dance to make theTheo de Raadt
failure list a whole lot prettier. ok todd
2009-06-10the interface list should not be sorted. use the order that ifconfigTheo 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-09syncTheo de Raadt
2009-06-09Update the user input routines to (re-evaluate and) redraw theAlexander 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-09Tighten 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-08syncTheo de Raadt
2009-06-07syncTheo de Raadt
2009-06-07More tersification. Fixes verbiage issue reported by jdixon@ onKenneth R Westerback
icb.
2009-06-06syncTheo de Raadt
2009-06-06syncTheo de Raadt
2009-06-05add some hostname sanity checkAlexander Hall
honour the path part of the suggested hostname/path combo "please commit" deraadt@
2009-06-04syncTheo de Raadt
2009-06-04Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so weKenneth R Westerback
aren't lying about being able to do that at any prompt. Suggested by deraadt@
2009-06-04Only print the intro verbiage once, instead of every pass through the ↵Kenneth R Westerback
"(I)nstall, ..." loop. Noticed by & ok deraadt@
2009-06-04add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 hostAlexander Hall
name notation ok deraadt@
2009-06-04count nifs in enable_network(); allows ftplist to be fetched in theStuart Henderson
upgrade case too. ok deraadt@
2009-06-04Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing ofKenneth R Westerback
those lines in list2sh.awk. ok deraadt@
2009-06-04syncTheo de Raadt