summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-07-29syncTheo de Raadt
2009-07-28syncTheo de Raadt
2009-07-28syncTheo de Raadt
2009-07-27syncTheo de Raadt
2009-07-27syncTheo de Raadt
2009-07-26Noticed we had run out of cd space. What a giant CD! Instead of puttingTheo de Raadt
gzip'd copies of the bsd.rd's on the media, just link to the ones in the release dir, saving more than 18% of the media size
2009-07-25syncTheo de Raadt
2009-07-24syncTheo de Raadt
2009-07-23syncTheo de Raadt
2009-07-23Don't use the presence of /etc/fstab to determine if all filesystemsKenneth R Westerback
are umount'd at the start of install/upgrade. As halex@ pointed out 'umount -af' doesn't actually use /etc/fstab, so just always do it. Fixes situations where bailing out of install/upgrade before /etc/fstab was created meant filesystems were not umount'd and restarting the install/upgrade would fail. Noticed & prodded deraadt@
2009-07-22syncTheo de Raadt
2009-07-21syncTheo de Raadt
2009-07-14Add a couple of missing ';;'s in case statements. Both are justKenneth R Westerback
before the 'esac' so there should be no functional change, but consistancy feels so good. ok halex@
2009-07-13syncMiod Vallat
2009-07-10We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) toTheo de Raadt
decide to talk-back. Sigh.
2009-07-09The cd install method is called cd, not cdrom. This gets told to theTheo de Raadt
back end, which feeds it back to us next time, and since we don't know what it means... we ignore it. That is dumb.
2009-07-09disable the 3c990 firmware because the media is just slightly over-full,Theo de Raadt
and people on i386 with large dmesg who answer just the right set of questions run the ramdisk out of space.
2009-07-06Fix handling of install info saving and fetching. May still be someKenneth R Westerback
interesting behaviour with v6 '[]' ftp syntax, but best we can do for 4.6. Testing and tweaking from halex@ and phessler@, and a host of others in various previous versions. ok halex@ deraadt@.
2009-07-05syncTheo de Raadt
2009-07-05syncMark Kettenis
2009-07-05Fix typo that would prevent bsd.rd from being copied into the release dir.Mark Kettenis
ok deraadt@
2009-07-05syncTheo de Raadt
2009-07-03syncTheo de Raadt
2009-07-03pull in new bnx firmwaresTheo de Raadt
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