summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
AgeCommit message (Expand)Author
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
2014-03-02move to official keysTheo de Raadt
2014-02-28Mount MSDOS partitions with '-l' and not '-s'. Force lists of file namesKenneth R Westerback
2014-02-22Do an additional feed_random in the co-routine that is fetching the setsTheo de Raadt
2014-02-21some spaces snuck in, and they cost us on the install media. Not joking.Theo de Raadt
2014-02-21oops, seperate pieces coming...Theo de Raadt
2014-02-21servicesTheo de Raadt
2014-02-20Adjust alignment of ftp titlesRobert Peichaer
2014-02-19Improve the logic to find a filesystem to store the prefetched sets.Robert Peichaer
2014-02-07make sure a free bpf exists before dhclient is run, and remove someAlexander Hall
2014-02-03Use get_ifdevs() to get the name of a possibly existing netbootRobert Peichaer
2014-02-02Allow to use ************* (13 '*') as password in the response fileRobert Peichaer
2014-02-02replace multiple grep with sed onliners in mount_mnt2()Robert Peichaer
2014-02-02fix typoRobert Peichaer
2014-02-01remove -e sed option where only one command is usedRobert Peichaer
2014-01-28trim sane_sets()Alexander Hall
2014-01-27remove spaces right before ; and ;;Robert Peichaer
2014-01-26- extend logic to find a sensible location to place prefetched setsRobert Peichaer
2014-01-26let ask_yn() return 0 for yes, 1 for noRobert Peichaer
2014-01-24don't ever use an unsigned SHA256Alexander Hall
2014-01-23watch out, a white space!Theo de Raadt
2014-01-23- always show (ftp) progress bar with the appropriate titleRobert Peichaer
2014-01-23first take in using ftp -D to more consistently show "named" progressRobert Peichaer
2014-01-17add signature checking and make checksum procedure more robust byAlexander Hall
2014-01-15Since we now show the installer output we want that new line back.Robert Peichaer
2014-01-11when selecting sets to install, postpone the xbase/comp check so theAlexander Hall
2014-01-08Switch to using the base sha256 command, rather than some customizedTheo de Raadt
2014-01-07Make skipping the root fs DUID aware.Robert Peichaer