summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
AgeCommit message (Expand)Author
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-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-26Remove upgrade_to64time_t() now that the transition to 64 bit time_tRobert Peichaer
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-08-31The xetc set is now part of xbase and not distributed separately anymore.Robert Peichaer
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-09After a cleanup by deraadt I noticed the four-space-indent had startedAlexander Hall
2014-07-28Avoid matching a particular driver for "aperture needed" detection.Mark Kettenis
2014-07-28Change detection of unconfigured vlan interfaces from using flags toRobert Peichaer
2014-07-22use a better style of sh code around apertureTheo de Raadt
2014-07-22Drop the "... during install" comments; they were missing in severalAntoine Jacoutot
2014-07-20if we think this is a laptop (wsdisplay.....) ask a lidsuspendTheo de Raadt
2014-07-20match on vga1 or vgafb0, well, let's just call it vga.* for nowTheo de Raadt
2014-07-16Add a comment at the top of sysctl.conf when it is created by theAntoine Jacoutot
2014-07-15Create /etc/sysctl.conf based upon the 3 variables we might want to setTheo de Raadt
2014-07-13Only set machdep.allowaperture if 'vga1: aperture needed' is foundRobert Peichaer
2014-07-13- move the ntpd.conf file to examples directoryRobert Peichaer
2014-07-12xbase has its own cpp now so it doesn't depend on comp anymore.Robert Peichaer
2014-07-11take the directories specified by BSD.local.dist, and add them intoTheo de Raadt
2014-06-16Allow autoinstall to fetch/install sets from multiple locations.Robert Peichaer
2014-06-09remove sysmerge leftoversRobert Peichaer
2014-05-11Fix configuration of static IPv6 default gatewayRobert Peichaer
2014-05-10Fix v6_defroute() for automatic installation.Robert Peichaer
2014-05-08"Server?" -> "HTTP Server?" to allow unambiguous auto-installKenneth R Westerback
2014-05-05Redirecting stderr to /dev/null suppresses all errors. Instead useAlexander Bluhm
2014-05-04Revert previous. Insufficient discussion. IntroducesKenneth R Westerback
2014-05-04Make answering 'none' to the installer question "IPv6 address?" resultKenneth R Westerback
2014-04-25filter excess data from autoinstall output *before* it ends up in theAlexander Hall
2014-04-21Avoid a loop during autoinstall in case the path in the responsefile doesRobert Peichaer
2014-04-21Change dhcp_request() and v4_config() to be able to configure dhcpRobert Peichaer
2014-04-21Use a better way that ensures that NIFS is really 0 if there are noRobert Peichaer
2014-04-21NIFS is supposed to represent the number of configured interfaces.Robert Peichaer
2014-04-20Only issue a single dhcp requests per interface with the host-nameRobert Peichaer