summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2015-06-02Remove the $FSTABFLAG variable and use -F directly. The installerRobert Peichaer
2015-05-31Replace identical code in the MD scripts of the installer with a newRobert Peichaer
2015-05-20Merge the get_drive() function with install_disk(), which is theRobert Peichaer
2015-05-19Fix installing sets from cdrom if more than one drive is present.Robert Peichaer
2015-05-18enable ntpd by default at install time. We use pools and a reliableTheo de Raadt
2015-05-15Remove the 'Use DUIDs rather than device names in fstab?' questionRobert Peichaer
2015-05-14Extend autoinstall(8) to allow for <hostname>-<mode>.conf response filesRobert Peichaer
2015-05-04Add the new template file based autopartitioning feature of disklabel(8)Robert Peichaer
2015-04-28ajacoutot spotted a problem with the new sshd logic (to disable root loginsStuart Henderson
2015-04-27Rework sshd enable root login questions in light of sshd PermitRootLoginDamien Miller
2015-04-26get_responsefile: instead of keeping the dhcp-supplied next-server whereHenning Brauer
2015-04-21append the setdir ("5.7/amd64", "snapshots/vax") as get-parameter "path"Henning Brauer
2015-04-20Fix asking for list of http servers via '?'. The 'more' now usedKenneth R Westerback
2015-04-13pwd_mkdb now fits onto the install media. no more chroot games.Theo de Raadt
2015-04-07Tweak previous.Robert Peichaer
2015-04-06Moar comments !! Explain what's going on during install / upgrade.Robert Peichaer
2015-04-06Use if then else instead of testing $_fstype twice.Robert Peichaer
2015-04-05Cope with the removal of less from install media.Robert Peichaer
2015-04-04I contributed substantially to the installer, so add copyright.Robert Peichaer
2015-04-04Moar comments !!Robert Peichaer
2015-04-03Eleminate the last occurrences of backticks and replace constructsRobert Peichaer
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