summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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
2014-08-03smtpd got privsep'ed and the _smtpq user is now used to manage theseRobert Peichaer
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-22tab->space; consistent with the other sysctl values.Antoine Jacoutot
2014-07-22Drop the "... during install" comments; they were missing in severalAntoine Jacoutot
2014-07-21Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out byChristian Weisgerber
2014-07-21Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn'tChristian Weisgerber
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-20place sysctl in sorted order; Jean-Philippe OuelletTheo de Raadt
2014-07-16convert to new readable format; requesting post-commit review by ingoTheo de Raadt
2014-07-16spacesTheo 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
2014-04-20Simplify shell pattern.Robert Peichaer
2014-04-19populateusrlocal() is used only once in finish_up(). Just fold it in there.Robert Peichaer
2014-04-19Simplify things by using the return code of ask_yn() directly insteadRobert Peichaer
2014-04-16Tweak network interface configuration so that after 1st attemptedKenneth R Westerback
2014-04-04Change HTTP_PROXY back to http_proxy. This is an environment variableKenneth R Westerback
2014-03-22Upper case another global variable (nifs -> NIFS).Kenneth R Westerback
2014-03-22Oops. MDMTDEVS is used to populate /dev. Put those bits back.Kenneth R Westerback
2014-03-22Remove 'tape' as a method for installing sets. Elite masters of unixKenneth R Westerback
2014-03-20FTP is so 20th century. Remove 'ftp' as a method to obtain installationKenneth R Westerback
2014-03-10replace set size calculation with a fixed valueRobert Peichaer
2014-03-02the map-to-lowercase scheme for msdos is not going to work, because otherTheo de Raadt