summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-05-24Make select_sets insensitive to rougue user input andAlexander Hall
allow [+-] prefixing per whitespace separated parameter. This makes it possible to write e.g. * -x* +xbase* done The previous way of entering multiple sets separated by pipes will no longer work. ok krw@
2009-05-23syncMiod Vallat
2009-05-23Update `cdroot' disktab entry to match the volume header size we use now,Miod Vallat
and mention this in the Makefile so that this hopefully doesn't get broken next time the size is modified. Repairs install45.iso.
2009-05-22Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition fromMiod Vallat
there to trap.c which is its only user. This also cleans up multiple inclusion of <machine/cpu.h> (because <machine/psl.h> includes it) in many places.
2009-05-21Fix symbolic links in /usr/mdec on the installation media. Oops.Miod Vallat
2009-05-20syncTheo de Raadt
2009-05-20have the docs mention the xdm stuff; miod told me how to do thisTheo de Raadt
2009-05-20We can ask the xdm question nowTheo de Raadt
2009-05-20syncTheo de Raadt
2009-05-19refine login name and full user name sanity checkAlexander Hall
spotted by miod@ feedback and ok deraadt@, krw@
2009-05-19shorten ftp server install prompt; ok krwTheo de Raadt
2009-05-18Oops, want sysctl -n for proper operation.Miod Vallat
2009-05-18syncTheo de Raadt
2009-05-17Use sed to directly create swap entries in fstab rather than dancingKenneth R Westerback
through an intermediate file. Protect only fstab.$DISK manipulating commands with the check for the existance of fstab.$DISK. This restores the ability to have disks with only swap partitions.
2009-05-17Move comment to correct spot.Kenneth R Westerback
Suppress 'No such file' error message when grep'ing for '/' mount point in fstab.$ROOTDISK. We are interested in success or failure, not excuses! Check for existance of fstab.$DISK. User may exit disklabel with 'x', especially for non-root disks, and not create the file.
2009-05-17add a period; Stephan A. RickauerTheo de Raadt
2009-05-17noone needs to use halt. reboot will doTheo de Raadt
discussed with jmc
2009-05-17do not hardcode the version into the script; ok krw miodTheo de Raadt
2009-05-17"all components of your system may not function" -> "some components..."Stuart Henderson
ok miod@
2009-05-17adapt to installer changes; the old Y/N question about sharing the disk withStuart Henderson
other OS changed to a multiple-choice format (Whole disk/OpenBSD area/Edit). ok miod@
2009-05-16i386 GENERIC uses the APIC now, so the last paragraph talking ofStuart Henderson
differences with MP is now outdated - remove it. ok miod@
2009-05-16grab the right boot filesTheo de Raadt
2009-05-16cleanup of set_timezone resulting in byte shaving and fixing an issue whereAlexander Hall
posixright would apprear in the listing of posix/ while it is actually its sibling
2009-05-16syncTheo de Raadt
2009-05-15syncTheo de Raadt
2009-05-15syncTheo de Raadt
2009-05-15second (annoying) part of the run-rt2870 firmware file split.Damien Bergamini
2009-05-15Since _defdsk is now only set to "", just nuke it.Kenneth R Westerback
ok deraadt@
2009-05-15Zap tedious verbiage announcing disk configuration will start soon.Kenneth R Westerback
ok deraadt@
2009-05-15If we have more than one disk, we don't know what the user wants but doneTheo de Raadt
is probably not the right default answer. ok krw
2009-05-14Rename sgi GENERIC and RAMDISK with -IP32 suffixes, and have the buildMiod Vallat
machinery minimally cope with this. Discussed with and reluctantely accepted by deraadt@; we both dislike losing the ``naturally comes out of your fingers'' kernel names and the ``one size fits all'' logic; but for now I don't see any easy way to get a single kernel binary able to run on multiple IP## flavours.
2009-05-14Update to match the new bootblocks filenames.Miod Vallat
2009-05-13Better disk partitioning details, especially for MBR + disklabel orMiod Vallat
HFS + disklabel setups.
2009-05-12syncTheo de Raadt
2009-05-12fix the first few frenchisms which leap out at my eyesTheo de Raadt
2009-05-12Try to catch up with installer changes in the installation notes.Miod Vallat
Also, the per-platform features are moved to a common place, which makes the MD layout easier to work on. m4.common is still a tangled mess of subtly placed dnl, though...
2009-05-12syncTheo de Raadt
2009-05-12Cleanup and shave some bytes in hextodec()Alexander Hall
ok krw@, "If that works, commit it" deraadt@
2009-05-11Remind people that mountpoints must now be entered using the disklabelTheo de Raadt
command; the script does not ask afterwards. Note I am not adjusting the macppc or sgi install.md scripts. I ask their maintainers to clean them before I will maintain them further. Please
2009-05-11Clean up and shrink code. Don't newfs paritions without a mountKenneth R Westerback
point specified. Check for duplicate mount points and don't accept a disk which has such a duplicate configured. Don't remount all partitions after installing sets. 'be brave' deraadt@
2009-05-10syncTheo de Raadt
2009-05-09- ask_yn defaults to noMartynas Venckus
- remove trailing whitespace ok krw@, sthen@
2009-05-09remove chatty disklabel stuffTheo de Raadt
2009-05-09remove some chatty disklabel stuffTheo de Raadt
2009-05-09Read the netmask in dotted decimal notation, even though ifconfig doesTheo de Raadt
the wrong thing.
2009-05-09IFS dance not neededTheo de Raadt
2009-05-09Pretty up the failed sets messageTheo de Raadt
2009-05-08If sshd is enabled, and a user is setup, as if sshd should turn offTheo de Raadt
sshd's PermitRootLogin
2009-05-08improve user_setup by only accepting good usernames; idea from alexanderTheo de Raadt
hall. also improve the 2nd question designed for people not paying attention; ok todd
2009-05-08use $nifs instead of hostname.* existance to determine if we should get ftplistTheo de Raadt