summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-05-31Fix sane_sets. Set default set source to last successful sourceKenneth R Westerback
until sane_install succeeds, then make it 'done'. Nuke a useless bleet when harassing user. Mostly requested by deraadt@
2009-05-31the tz list fits onto this mediaTheo de Raadt
2009-05-31Ask the cgi to remember the install method too, and as a result, thisTheo de Raadt
makes two more questions only need a return. ok krw
2009-05-31Change the order of the installer questions again, because it is better.Theo de Raadt
hostname, network, root password, misc, timezone, and then the disks and sets. ok krw
2009-05-30Mention more hardware supported in GENERIC.IP*Miod Vallat
2009-05-30Even HFS installs need to run disklabel(8)! Revert erroroneousKenneth R Westerback
bypassing of disklabel(8) invocation. Nuke redundant verbiage while here. Prompted by macppc problem noted by maja@.
2009-05-30Even HFS installs need to run disklabel(8)! Revert erroroneousKenneth R Westerback
bypassing of disklabel(8) invocation. Noticed by and fix ok maja@
2009-05-30Defer talking to the ftpinstall cgi until a fair bit later, so that we canTheo de Raadt
also tell it the timezone. As a result, this will also work for non-url based installs.
2009-05-30silly comment is wrongTheo de Raadt
2009-05-30these scripts should use tabs because 4 spaces wastes 3 chars of media spaceTheo de Raadt
2009-05-30The TZ question can be asked at 3 different places. In the "media whichTheo de Raadt
lacks the names but we have net" case, we end up with installed sets. Remove the code which guesses the TZ from the sets just installed. We now default to GMT, unless the ftplist.cgi made a better guess.
2009-05-30install.sh already knows that MODE == installTheo de Raadt
2009-05-30Sync with IP27/30/35 support and new kernel filenames.Miod Vallat
2009-05-30Build IP27 and IP30 kernels on sgi; put then on the cdrom images tooMiod Vallat
(although for now our cd images fail to boot on IP27 and IP30).
2009-05-30Allow the HASH command in ramdisk list files to specify additional filesMiod Vallat
to be checksummed. ok deraadt@
2009-05-29Remember to copy the modified ntpd.conf back to /etcTheo de Raadt
problem spotted by Thomas Pfaff
2009-05-28Get the list of disks or cds whenever required rather than once atKenneth R Westerback
startup. This means you can plugin USB disks or cds after the install has started and you will see the new device the next time the list is shown. The wonders of using sysctl. 'excellent' miod@
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.