Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | sync | Theo de Raadt | |
2009-06-04 | Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so we | Kenneth R Westerback | |
aren't lying about being able to do that at any prompt. Suggested by deraadt@ | |||
2009-06-04 | Only print the intro verbiage once, instead of every pass through the ↵ | Kenneth R Westerback | |
"(I)nstall, ..." loop. Noticed by & ok deraadt@ | |||
2009-06-04 | add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 host | Alexander Hall | |
name notation ok deraadt@ | |||
2009-06-04 | count nifs in enable_network(); allows ftplist to be fetched in the | Stuart Henderson | |
upgrade case too. ok deraadt@ | |||
2009-06-04 | Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing of | Kenneth R Westerback | |
those lines in list2sh.awk. ok deraadt@ | |||
2009-06-04 | sync | Theo de Raadt | |
2009-06-03 | Add hw.machine and kern.osrelease to install media sysctl. Using | Kenneth R Westerback | |
these rather than hard coded variables allows the rationalization of the greeting by moving it into dot.profile. Whack at dot.profile a lot. Eliminate the 'Proceed with ...' question as unneeded. Eliminate welcome(). ok deraadt@ "I like" todd@ | |||
2009-06-03 | sync | Theo de Raadt | |
2009-06-03 | Sync | Janne Johansson | |
2009-06-03 | make sure timezone and sets location gets sane defaults | Alexander Hall | |
ok krw@ | |||
2009-06-03 | sync | Theo de Raadt | |
2009-06-03 | Only need to umount once on restarting. Force umounts in case of | Kenneth R Westerback | |
restarting. No need to ask for verbose umount output since we send it all to /dev/null. Make sure we start in '/', lest we were restarted while exploring the installed/upgraded filesystems. | |||
2009-06-02 | Nuke sissy verbiage about losing data. No more special casing for | Kenneth R Westerback | |
restarted installs/upgrades. They should just work the same as first attempts except for presenting some remembered info as default answers. ok deraadt@ | |||
2009-06-02 | Bring interface list handling up to disk and cd behaviour of being | Kenneth R Westerback | |
able to detect added/deleted interfaces. Tweak vlan handling. No longer delete interfaces as they are configured so you can choose to reconfigure them. ok deraadt@, ksh tweaks from halex@ | |||
2009-06-02 | Add '-h' flag, and '*' as a unit specifier for 'p' Editor command. | Kenneth R Westerback | |
Both cause partition sizes to be displayed using a human readable format with the units automatically chosen by looking at the smallest partition in the disk label. Remove forceable humanization in 'A' code and use '-h' in install scripts. Prodded & ok deraadt@, verbiage tweaks from jmc@ | |||
2009-06-02 | sync | Theo de Raadt | |
2009-06-02 | strip /<version>/<arch> part from the install url before feeding it back | Alexander Hall | |
to the ftplist server ok deraadt@ | |||
2009-06-02 | some sed cleanup and killing a cat | Alexander Hall | |
very similar diff ok krw@ | |||
2009-06-02 | add TZ on install media where it should fit | Todd T. Fries | |
ok deraadt@ | |||
2009-06-02 | make the eval's resistant to rouge user input | Alexander Hall | |
2009-06-01 | sync | Theo de Raadt | |
2009-06-01 | sync | Theo de Raadt | |
2009-06-01 | Test the return value of md_prep_disklabel() to detect failed | Kenneth R Westerback | |
attempts to write a disklabel. When failure is detected don't configure the disk, return it to the list of disks available to be configured. | |||
2009-05-31 | 224MB is no longer enough for the full sgi iso, crank to 240MB. | Miod Vallat | |
2009-05-31 | push the dmesg and $SERVERLIST into the random pool to enhance the | Theo de Raadt | |
entropy, before we pull out the host.random for the next boot | |||
2009-05-31 | Try to catch up with install.{sh,sub} changes. | Miod Vallat | |
2009-05-31 | If xdm was requested, but then xbase was not installed, don't try to | Theo de Raadt | |
enable it. ok halex | |||
2009-05-31 | Make bootblock installation as silent as possible by default. While | Theo de Raadt | |
there, remove a lot of cruft from the various md_installboot functions ok halex | |||
2009-05-31 | Fix sane_sets. Set default set source to last successful source | Kenneth R Westerback | |
until sane_install succeeds, then make it 'done'. Nuke a useless bleet when harassing user. Mostly requested by deraadt@ | |||
2009-05-31 | the tz list fits onto this media | Theo de Raadt | |
2009-05-31 | Ask the cgi to remember the install method too, and as a result, this | Theo de Raadt | |
makes two more questions only need a return. ok krw | |||
2009-05-31 | Change 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-30 | Mention more hardware supported in GENERIC.IP* | Miod Vallat | |
2009-05-30 | Even HFS installs need to run disklabel(8)! Revert erroroneous | Kenneth R Westerback | |
bypassing of disklabel(8) invocation. Nuke redundant verbiage while here. Prompted by macppc problem noted by maja@. | |||
2009-05-30 | Even HFS installs need to run disklabel(8)! Revert erroroneous | Kenneth R Westerback | |
bypassing of disklabel(8) invocation. Noticed by and fix ok maja@ | |||
2009-05-30 | Defer talking to the ftpinstall cgi until a fair bit later, so that we can | Theo de Raadt | |
also tell it the timezone. As a result, this will also work for non-url based installs. | |||
2009-05-30 | silly comment is wrong | Theo de Raadt | |
2009-05-30 | these scripts should use tabs because 4 spaces wastes 3 chars of media space | Theo de Raadt | |
2009-05-30 | The TZ question can be asked at 3 different places. In the "media which | Theo 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-30 | install.sh already knows that MODE == install | Theo de Raadt | |
2009-05-30 | Sync with IP27/30/35 support and new kernel filenames. | Miod Vallat | |
2009-05-30 | Build IP27 and IP30 kernels on sgi; put then on the cdrom images too | Miod Vallat | |
(although for now our cd images fail to boot on IP27 and IP30). | |||
2009-05-30 | Allow the HASH command in ramdisk list files to specify additional files | Miod Vallat | |
to be checksummed. ok deraadt@ | |||
2009-05-29 | Remember to copy the modified ntpd.conf back to /etc | Theo de Raadt | |
problem spotted by Thomas Pfaff | |||
2009-05-28 | Get the list of disks or cds whenever required rather than once at | Kenneth 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-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. |