summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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-21remove irksome useless commentsTheo de Raadt
2014-02-21remove stupid comment from decades ago. Proof is in the pudding, turnsTheo de Raadt
2014-02-21Do not need to know the shell service on the install media.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-04simplify removal of fstab leftovers in /tmpRobert Peichaer
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-02remove -e sed option where only one command is usedRobert 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-19we no long use the /var/hash files, but rely on the SHA256.sig file.Theo de Raadt
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-11No need for a bin/cpio link on the media, because the pax|tar binary doesTheo de Raadt
2014-01-10remove md5 after installing it (with the links to the sha256/512 commands).Theo de Raadt
2014-01-09copy the relevant key for the release onto the mediaTheo de Raadt
2014-01-09ramdisks need a /etc/signify directoryTheo de Raadt
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
2014-01-07SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places weTheo de Raadt
2014-01-05Like upgrade, use feed_random right after mounting filesystems. ThisTheo de Raadt
2014-01-05We can feed_random right after mounting the filesystems, hoping we pickTheo de Raadt
2014-01-05provide feed_random() and store_random(). The first is used by install orTheo de Raadt
2013-12-23The xbase set requires the comp set. If xbase is in the selection,Robert Peichaer
2013-12-18change password prompts (for the good of install.conf)Alexander Hall
2013-12-16Replace `[RESPONSEFILE=...] install auto` voodoo with plain'ol getopts,Alexander Hall
2013-12-16Change subject of install|upgrade log to match periodic maintenanceAlexander Hall
2013-12-11make the word-matching of the autoinstaller config file allow skippingAlexander Hall
2013-12-11for automated installs, use the hostname from the dhcp lease by defaultAlexander Hall
2013-12-09Make the response lookup of a question match on entire words, whereAlexander Hall
2013-12-08After a completed upgrade, present reboot and post-reboot instructions in aStefan Sperling
2013-12-07Change the response file handling such that it "consumes" an answerAlexander Hall
2013-12-06Workaround closed stdin in non-interactive mode.Robert Peichaer
2013-12-05improve the question part (second line) of ask_which to actually includeAlexander Hall