summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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
2009-05-29Remember to copy the modified ntpd.conf back to /etcTheo de Raadt
2009-05-28Get the list of disks or cds whenever required rather than once atKenneth R Westerback
2009-05-24Make select_sets insensitive to rougue user input andAlexander Hall
2009-05-19refine login name and full user name sanity checkAlexander Hall
2009-05-19shorten ftp server install prompt; ok krwTheo de Raadt
2009-05-17Use sed to directly create swap entries in fstab rather than dancingKenneth R Westerback
2009-05-17Move comment to correct spot.Kenneth R Westerback
2009-05-17add a period; Stephan A. RickauerTheo de Raadt
2009-05-17noone needs to use halt. reboot will doTheo de Raadt
2009-05-17do not hardcode the version into the script; ok krw miodTheo de Raadt
2009-05-16cleanup of set_timezone resulting in byte shaving and fixing an issue whereAlexander Hall
2009-05-15Since _defdsk is now only set to "", just nuke it.Kenneth R Westerback
2009-05-15Zap tedious verbiage announcing disk configuration will start soon.Kenneth R Westerback
2009-05-15If we have more than one disk, we don't know what the user wants but doneTheo de Raadt
2009-05-12Cleanup and shave some bytes in hextodec()Alexander Hall
2009-05-11Clean up and shrink code. Don't newfs paritions without a mountKenneth R Westerback
2009-05-09- ask_yn defaults to noMartynas Venckus
2009-05-09Read the netmask in dotted decimal notation, even though ifconfig doesTheo de Raadt
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
2009-05-08improve user_setup by only accepting good usernames; idea from alexanderTheo de Raadt
2009-05-08use $nifs instead of hostname.* existance to determine if we should get ftplistTheo de Raadt
2009-05-08Since our order is now net, disk, TZ, we can increase the ftp timeoutTheo de Raadt