Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-24 | Make select_sets insensitive to rougue user input and | Alexander 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-23 | sync | Miod Vallat | |
2009-05-23 | Update `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-22 | Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from | Miod 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-21 | Fix symbolic links in /usr/mdec on the installation media. Oops. | Miod Vallat | |
2009-05-20 | sync | Theo de Raadt | |
2009-05-20 | have the docs mention the xdm stuff; miod told me how to do this | Theo de Raadt | |
2009-05-20 | We can ask the xdm question now | Theo de Raadt | |
2009-05-20 | sync | Theo de Raadt | |
2009-05-19 | refine login name and full user name sanity check | Alexander Hall | |
spotted by miod@ feedback and ok deraadt@, krw@ | |||
2009-05-19 | shorten ftp server install prompt; ok krw | Theo de Raadt | |
2009-05-18 | Oops, want sysctl -n for proper operation. | Miod Vallat | |
2009-05-18 | sync | Theo de Raadt | |
2009-05-17 | Use sed to directly create swap entries in fstab rather than dancing | Kenneth 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-17 | Move 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-17 | add a period; Stephan A. Rickauer | Theo de Raadt | |
2009-05-17 | noone needs to use halt. reboot will do | Theo de Raadt | |
discussed with jmc | |||
2009-05-17 | do not hardcode the version into the script; ok krw miod | Theo de Raadt | |
2009-05-17 | "all components of your system may not function" -> "some components..." | Stuart Henderson | |
ok miod@ | |||
2009-05-17 | adapt to installer changes; the old Y/N question about sharing the disk with | Stuart Henderson | |
other OS changed to a multiple-choice format (Whole disk/OpenBSD area/Edit). ok miod@ | |||
2009-05-16 | i386 GENERIC uses the APIC now, so the last paragraph talking of | Stuart Henderson | |
differences with MP is now outdated - remove it. ok miod@ | |||
2009-05-16 | grab the right boot files | Theo de Raadt | |
2009-05-16 | cleanup of set_timezone resulting in byte shaving and fixing an issue where | Alexander Hall | |
posixright would apprear in the listing of posix/ while it is actually its sibling | |||
2009-05-16 | sync | Theo de Raadt | |
2009-05-15 | sync | Theo de Raadt | |
2009-05-15 | sync | Theo de Raadt | |
2009-05-15 | second (annoying) part of the run-rt2870 firmware file split. | Damien Bergamini | |
2009-05-15 | Since _defdsk is now only set to "", just nuke it. | Kenneth R Westerback | |
ok deraadt@ | |||
2009-05-15 | Zap tedious verbiage announcing disk configuration will start soon. | Kenneth R Westerback | |
ok deraadt@ | |||
2009-05-15 | If we have more than one disk, we don't know what the user wants but done | Theo de Raadt | |
is probably not the right default answer. ok krw | |||
2009-05-14 | Rename sgi GENERIC and RAMDISK with -IP32 suffixes, and have the build | Miod 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-14 | Update to match the new bootblocks filenames. | Miod Vallat | |
2009-05-13 | Better disk partitioning details, especially for MBR + disklabel or | Miod Vallat | |
HFS + disklabel setups. | |||
2009-05-12 | sync | Theo de Raadt | |
2009-05-12 | fix the first few frenchisms which leap out at my eyes | Theo de Raadt | |
2009-05-12 | Try 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-12 | sync | Theo de Raadt | |
2009-05-12 | Cleanup and shave some bytes in hextodec() | Alexander Hall | |
ok krw@, "If that works, commit it" deraadt@ | |||
2009-05-11 | Remind people that mountpoints must now be entered using the disklabel | Theo 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-11 | Clean up and shrink code. Don't newfs paritions without a mount | Kenneth 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-10 | sync | Theo de Raadt | |
2009-05-09 | - ask_yn defaults to no | Martynas Venckus | |
- remove trailing whitespace ok krw@, sthen@ | |||
2009-05-09 | remove chatty disklabel stuff | Theo de Raadt | |
2009-05-09 | remove some chatty disklabel stuff | Theo de Raadt | |
2009-05-09 | Read the netmask in dotted decimal notation, even though ifconfig does | Theo de Raadt | |
the wrong thing. | |||
2009-05-09 | IFS dance not needed | Theo de Raadt | |
2009-05-09 | Pretty up the failed sets message | Theo de Raadt | |
2009-05-08 | If sshd is enabled, and a user is setup, as if sshd should turn off | Theo de Raadt | |
sshd's PermitRootLogin | |||
2009-05-08 | improve user_setup by only accepting good usernames; idea from alexander | Theo de Raadt | |
hall. also improve the 2nd question designed for people not paying attention; ok todd | |||
2009-05-08 | use $nifs instead of hostname.* existance to determine if we should get ftplist | Theo de Raadt | |