summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2015-04-02more -> less; not less -> moreTheo de Raadt
2015-03-28fix typosRobert Peichaer
2015-03-28- Start comments with capital letters.Robert Peichaer
2015-03-27Tame the more than 70 functions in install.sub.Robert Peichaer
2015-03-21Fold the single command from update_firmware() into finish_up()Robert Peichaer
2015-03-21Move code that gets executed when install.sub is sourcedRobert Peichaer
2015-03-21Bourne to Korn shellRobert Peichaer
2015-03-17Restore previous behaviour that got lost with 1.780.Robert Peichaer
2015-03-15Eliminate the question 'Which cd?' and just show the available cd'sKenneth R Westerback
2015-03-13chroot is now inside instbin, so do not need to run the copy in /mntTheo de Raadt
2015-03-11Shuffle some code around to make it easier to read. Add get_rootinfo()Kenneth R Westerback
2015-03-11adjust for removal of expr (and while here, sort all these lists, with theTheo de Raadt
2015-03-08oops, wrong file to commit a diff toTheo de Raadt
2015-03-08last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdbootTheo de Raadt
2015-03-05Manipulate only whole words when flipping 'ro' and 'rw' in fstab entries.Kenneth R Westerback
2015-02-23expr no longer needed on media, thanks to halex and todd and rpeTheo de Raadt
2015-01-30remove rndc (from bind) as well, ok deraadtStuart Henderson
2015-01-29At upgrade time delete sendmail,named,nginx,openssl binaries becauseTheo de Raadt
2015-01-24In shell statements use shell pattern '+([0-9])', not sed regularKenneth R Westerback
2015-01-17Remove unnecessary double-quotes inside [[]].Robert Peichaer
2015-01-17Uppercase global vars (auto -> AUTO, respfile -> RESPFILE)Robert Peichaer
2015-01-12Enable lid suspends by default in the kernel, and remove the question fromTheo de Raadt
2015-01-07Cleanup network config after fetching the responsefile. This enablesRobert Peichaer
2015-01-07Fix get_ifdevs() - don't filter vlan interfaces.Robert Peichaer
2015-01-04back to using ramdisk encrypt again. theo found and fixed the (my) bug.Ted Unangst
2015-01-04go back to using /mnt encrypt. it seems something isn't working yet.Ted Unangst
2015-01-02Fix saving dhclient lease files during installation.Robert Peichaer
2015-01-01Enable 'ifconfig -C' (list dynamic interface types) on installKenneth R Westerback
2014-12-29encrypt is now built into instbin, do not need to use the /mnt versionTheo de Raadt
2014-12-29switch encrypt to auto scaling bcrypt rounds. ok deraadtTed Unangst
2014-12-28Build special/encrypt into instbin, to prepare for dropping use of theTheo de Raadt
2014-12-27SRCDIRS must now always come from distrib/special. A few systemsTheo de Raadt
2014-12-26Remove upgrade_to64time_t() now that the transition to 64 bit time_tRobert Peichaer
2014-12-10Time to murder some smtpd's related XXXGiovanni Bechis
2014-12-03rtsol(8) is no longer needed on the ramdisks.Florian Obser
2014-12-03The kernel handles rtsol(8) functionality since some time now.Florian Obser
2014-11-18Delete tmp directory in /mnt/var during upgrades right before theRobert Peichaer
2014-11-11Store autoinstaller logfile in /mnt/var/log to be available afterRobert Peichaer
2014-10-26Defer processing hostname.if files for trunks, svlans and vlansKenneth R Westerback
2014-10-23Extend autoinstall(8) feature:Robert Peichaer
2014-10-08sl(4) was tedu'd. No need to filter it out of interface list anymore.Kenneth R Westerback
2014-09-26make the default of the "Change the default console" question dependSebastian Benoit
2014-09-05Remove /etc/{hosts,myname} from etc.tgz.Antoine Jacoutot
2014-08-31The xetc set is now part of xbase and not distributed separately anymore.Robert Peichaer
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
2014-08-26Create etc set during 'make build' and embed it in base set to makeRobert Peichaer
2014-08-10[] -> [[]]Robert Peichaer
2014-08-10Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network()Robert Peichaer
2014-08-10{ foo ; bar ; } -> { foo; bar; }Robert Peichaer
2014-08-09After a cleanup by deraadt I noticed the four-space-indent had startedAlexander Hall