summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2013-01-02Sync hostname.if parsing with /etc/netstart. Toss in a ipv6Kenneth R Westerback
2012-12-16use grep -q instead of redirecting to /dev/nullRobert Peichaer
2012-11-22Stop saying "please", people needs to run sysmerge(8) after an upgrade.Antoine Jacoutot
2012-11-06Always setup lo0 with 127.0.0.1/8 when configuring the network,Kenneth R Westerback
2012-10-21remove some backwards compat for 5.0 -> 5.1/5.2 upgradesTheo de Raadt
2012-10-20waitftplist:Alexander Hall
2012-10-01remove check for negative numbers in respRobert Peichaer
2012-09-29use ++ operator for incrementsRobert Peichaer
2012-09-29use (()) for arithmetic testsRobert Peichaer
2012-09-28consistently use [[ ]] for testsRobert Peichaer
2012-09-28remove unnecessary quotes within [[ ]]Robert Peichaer
2012-09-28replace the last remaining backticks with $() for consistencyRobert Peichaer
2012-09-28remove a comment that does not make sense any moreRobert Peichaer
2012-09-28replace _fsent array with a simple concatenated listRobert Peichaer
2012-09-10turn sparc miniroot into a proper ramdisk (thereby removing the lastTheo de Raadt
2012-09-03compress arguments to the ftp command; ok halexTheo de Raadt
2012-09-03roll a comment to a new line, so that the comment-stripper can remove itTheo de Raadt
2012-09-03we CAPITALIZE variables used in multiple sh functionsTheo de Raadt
2012-07-20Replace some leading blanks before comments with leading tab. NoticedKenneth R Westerback
2012-07-14as _resp is being localized by typeset -l, no need to localize it twiceAlexander Hall
2012-07-12ksh does not properly separate the arguments in "$@" if IFS is anAlexander Hall
2012-07-09when being asked which disk to install on, give the user the chance toAlexander Hall
2012-07-08Move functionality from ask() to _ask() to make the latter more usefulAlexander Hall
2012-04-21remove the "Do you want to do any manual network configuration?" question.Henning Brauer
2012-04-20As noted by Kent R. Spillner this file is unused, so move it to the attic.Alexander Hall
2012-03-19Add a comment about harmless warning emitted by tic with -r to theNicholas Marriott
2012-03-12more cleanup of the bad style of closing fd 0-2Alexander Hall
2012-01-31redirect stdout to /dev/null instead of closing itAlexander Hall
2011-11-22MAKEDEV never reports failure, always returning 0. So check forKenneth R Westerback
2011-11-08Now that the code is well tested, don't ask the firmware questionTheo de Raadt
2011-10-18Fix xkb mistake: remove symbols/srvr_ctrl directory that is now a fileMatthieu Herrb
2011-08-17make sure to set two rtsol sysctls, not just the last oneTodd T. Fries
2011-08-08revert the last commit and do the right thing instead.Alexander Hall
2011-08-07Check that timezones provided by the user do not include spaces.Kenneth R Westerback
2011-08-02Disable upgrade-time sysmerge for the 5.0 release. Between 4.9 and 5.0Theo de Raadt
2011-08-02Say "firmware files" instead of "firmwares". It is so hard to be clearTheo de Raadt
2011-07-28remove unneeded echo in rc.firsttime, since fw_update became more verboseAlexander Hall
2011-07-24use the right sysctl, doh!Federico G. Schwindt
2011-07-23uncomment net.inet6.ip6.rediraccept from /etc/sysctl.conf as well if theFederico G. Schwindt
2011-07-14Fix a bug reported by "Remco" on misc@ where sysmerge(8) would fail toAntoine Jacoutot
2011-07-09move the 'updating firmwares' message into rc.firsttime rather than havingAlexander Hall
2011-07-09delete the ld.so.hints file on the ramdisk, because I am worried aboutTheo de Raadt
2011-07-09Unbreak sysmerge(8) with 'disk' install media.Antoine Jacoutot
2011-07-09Ask to install non-free firmwares at first bootAlexander Hall
2011-07-08make exiting the shell take you back to the inital promptAlexander Hall
2011-07-06"Tweak previous", akaAlexander Hall
2011-07-06Remove the verbiage about manually merging 'etc' on upgrade. You getAntoine Jacoutot
2011-07-06As non-mp install.md's neither set NCPU, nor will have a bsd.mp,Alexander Hall
2011-07-06Add a new question to run sysmerge(8) at the end of an upgrade; defaultsAntoine Jacoutot
2011-07-04there is no need to do the rtsol check (whether to enableAlexander Hall