summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2009-07-23Don't use the presence of /etc/fstab to determine if all filesystemsKenneth R Westerback
2009-07-14Add a couple of missing ';;'s in case statements. Both are justKenneth R Westerback
2009-07-10We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) toTheo de Raadt
2009-07-09The cd install method is called cd, not cdrom. This gets told to theTheo de Raadt
2009-07-06Fix handling of install info saving and fetching. May still be someKenneth R Westerback
2009-07-03jmc becomes upset when nouns are used as verbs; via krwTheo de Raadt
2009-07-02Do *not* newfs non-ffs partitions while installing. Even if someoneKenneth R Westerback
2009-07-01Do not default to disk installs; ftp or cdrom covers 99% of users; ok krwTheo de Raadt
2009-06-29Revert 1.558, making the installer (in the worst case) use the base-setTheo de Raadt
2009-06-27Add initial user to the 'staff' class.Antoine Jacoutot
2009-06-19Don't create bogus hosts file entries if too few parameters areKenneth R Westerback
2009-06-12make the interrupt handler in install.sub print a linefeed and also makeAlexander Hall
2009-06-12Put back the once-only code that krw removed earlier, because we want ^CTheo de Raadt
2009-06-12Avoid vlan explosion reported by deraadt@, sthen@ and jsing@ whenKenneth R Westerback
2009-06-11krw must not have tested his dhcp change from a scratch bootTheo de Raadt
2009-06-11No need to show the filename the duplicate mount point was detectedKenneth R Westerback
2009-06-11Make 'dhcp' the default answer only if no other interface hasKenneth R Westerback
2009-06-10A tighter printing format for the SHA256 hashes.Theo de Raadt
2009-06-10On systems without keyboard setting, the hostname choice had no blank lineTheo de Raadt
2009-06-10Count existing vlan's so restarting the script doesn't lose track ofKenneth R Westerback
2009-06-10when sets cannot be found, do the 4-space indent dance to make theTheo de Raadt
2009-06-10the interface list should not be sorted. use the order that ifconfigTheo de Raadt
2009-06-09Update the user input routines to (re-evaluate and) redraw theAlexander Hall
2009-06-09Tighten and tweak keyboard question. Use 'layout' instead of 'type'Kenneth R Westerback
2009-06-07More tersification. Fixes verbiage issue reported by jdixon@ onKenneth R Westerback
2009-06-05add some hostname sanity checkAlexander Hall
2009-06-04Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so weKenneth R Westerback
2009-06-04Only print the intro verbiage once, instead of every pass through the "(I)nst...Kenneth R Westerback
2009-06-04count nifs in enable_network(); allows ftplist to be fetched in theStuart Henderson
2009-06-04Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing ofKenneth R Westerback
2009-06-03Add hw.machine and kern.osrelease to install media sysctl. UsingKenneth R Westerback
2009-06-03make sure timezone and sets location gets sane defaultsAlexander Hall
2009-06-03Only need to umount once on restarting. Force umounts in case ofKenneth R Westerback
2009-06-02Nuke sissy verbiage about losing data. No more special casing forKenneth R Westerback
2009-06-02Bring interface list handling up to disk and cd behaviour of beingKenneth R Westerback
2009-06-02strip /<version>/<arch> part from the install url before feeding it backAlexander Hall
2009-06-02some sed cleanup and killing a catAlexander Hall
2009-06-02make the eval's resistant to rouge user inputAlexander Hall
2009-06-01Test the return value of md_prep_disklabel() to detect failedKenneth R Westerback
2009-05-31push the dmesg and $SERVERLIST into the random pool to enhance theTheo de Raadt
2009-05-31If xdm was requested, but then xbase was not installed, don't try toTheo de Raadt
2009-05-31Fix sane_sets. Set default set source to last successful sourceKenneth R Westerback
2009-05-31Ask the cgi to remember the install method too, and as a result, thisTheo de Raadt
2009-05-31Change the order of the installer questions again, because it is better.Theo de Raadt
2009-05-30Defer talking to the ftpinstall cgi until a fair bit later, so that we canTheo de Raadt
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
2009-05-30install.sh already knows that MODE == installTheo de Raadt
2009-05-30Allow the HASH command in ramdisk list files to specify additional filesMiod Vallat