summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2014-01-09syncTheo de Raadt
2014-01-09Mention that T5120/T5220 systems require an OBP update if they are below 4.28Miod Vallat
level (matching the stealth commit to sparc64.html years ago); and update the OBP update section to point to the current Oracle ``Firmware Domwnloads'' page.
2014-01-09copy the relevant key for the release onto the mediaTheo de Raadt
2014-01-09syncTheo de Raadt
2014-01-09ramdisks need a /etc/signify directoryTheo de Raadt
2014-01-09we need to build a ztscale stub for zaurus media.Theo de Raadt
2014-01-08Take restore off the floppy media for now. Sorry.Theo de Raadt
2014-01-08Switch to using the base sha256 command, rather than some customizedTheo de Raadt
abomination. install.sub chunk tested by rpe
2014-01-08syncTheo de Raadt
2014-01-08enter md5 directoryTheo de Raadt
2014-01-08Build a -DSMALL verison of md5 for the install media (will be installedTheo de Raadt
as sha256 and sha512, primarily)
2014-01-08always include ddTheo de Raadt
2014-01-08rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 supportTheo de Raadt
is also pulled in
2014-01-08enable building of signify in the ramdisksTheo de Raadt
2014-01-07Make skipping the root fs DUID aware.Robert Peichaer
If ROOTDEV is either the device from fstab or the converted DUID device name with the partition added, skip the current fstab entry ok halex@
2014-01-07SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places weTheo de Raadt
pick binaries up must be compiled -static or at least in some safe model for reuse. Since we now use distrib/special for those, we can safely remove usr.bin and usr.sbin from this list.
2014-01-06In the new PIE world, all dynamic binaries (for instance those foundTheo de Raadt
in usr.bin and usr.sbin on the install media) must be re-compiled non-PIE (here, in the special directory) so that crunchgen can reuse them. This issue is most acute on i386, which has register pressure, and does weird things for PIE. thanks for matthew for helping figure this out.
2014-01-06we do not need apm or apmd on the install media, that is sillyTheo de Raadt
2014-01-06Remove mention of installXX not bootable on IP27/35.Miod Vallat
2014-01-06Rework the setup of the bootable installation cd-rom (installXX.iso) toMiod Vallat
contain both a 2048-byte sector ffs filesystem, and a 512-byte volume header, so that the IP27 boot magic^Wuglyness recently added to the boot-only cd-rom (cdXX.iso) can be applied as well. The full-blown installation iso can now boot on IP27/28/30/32/35.
2014-01-06syncMiod Vallat
2014-01-06syncMiod Vallat
2014-01-06syncTheo de Raadt
2014-01-05Like upgrade, use feed_random right after mounting filesystems. ThisTheo de Raadt
is less than ideal. We hope the kernel has good entropy already, because this is a reinstall?? Or maybe the ftp server startup has run to completion? Or if this is an autoinstall, that config has enough unique in it? This needs more work, but the existing late-entropy feed sequence is worse. discussed at length with rpe, who tested it
2014-01-05We can feed_random right after mounting the filesystems, hoping we pickTheo de Raadt
up the previous kernel's /var/db/host.random ok rpe
2014-01-05provide feed_random() and store_random(). The first is used by install orTheo de Raadt
upgrade to feed as much additional usable entropy (as early as possible) to the current bsd.rd install kernel. The latter is used late in the procedure to store entropy for the next boot (of a real kernel) based on an issue described by dtucker, must conversation with halex and rpe tested by rpe
2014-01-04syncTheo de Raadt
2013-12-31syncTodd T. Fries
2013-12-28syncTheo de Raadt
2013-12-27syncTheo de Raadt
2013-12-24syncTheo de Raadt
2013-12-24syncTheo de Raadt
2013-12-23The xbase set requires the comp set. If xbase is in the selection,Robert Peichaer
but not comp, put comp back in automatically. suggested by and ok deraadt@ ok halex@
2013-12-23syncTheo de Raadt
2013-12-21syncTheo de Raadt
2013-12-21syncTheo de Raadt
2013-12-18change password prompts (for the good of install.conf)Alexander Hall
add autoinstall question for root ssh pubkey make pubkey prompts appear in autoinstall log ideas from and ok deraaddt@, ok rpe@
2013-12-17syncTheo de Raadt
2013-12-17syncTheo de Raadt
2013-12-16Replace `[RESPONSEFILE=...] install auto` voodoo with plain'ol getopts,Alexander Hall
as discussed with uwe@ at some point. ok krw@, rpe@, "Cool" uwe@
2013-12-16syncJonathan Gray
2013-12-16Change subject of install|upgrade log to match periodic maintenanceAlexander Hall
email subjects better. ok deraadt@ rpe@ Suggested by, and "Lovely" deraadt@, "Sure" rpe@,
2013-12-11make the word-matching of the autoinstaller config file allow skippingAlexander Hall
the trailing question mark, such as in "hostname = foo" noted by, discussed with, and ok rpe@
2013-12-11for automated installs, use the hostname from the dhcp lease by defaultAlexander Hall
ok rpe@
2013-12-09Make the response lookup of a question match on entire words, whereAlexander Hall
anything not being a whitespace is considered part of a word. deraadt@ likes it, rpe@ has approved of the idea
2013-12-09syncTheo de Raadt
2013-12-08Use the value of SGIVOLSZ everywhere needed instead of recomputing it at runtimeMiod Vallat
by parsing the output of sgivol.
2013-12-08syncTheo de Raadt
2013-12-08Suggest booting from cd-rom as the first choice. Document that cd54.iso isMiod Vallat
now bootable on all supported platforms (although it will still need manual operation on IP22), but that install54.iso is currently still not bootable on IP27/IP35.
2013-12-08Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of theMiod Vallat
installer. Fixes boot block installation on, well, IP28.