summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2023-02-21Have disk and string list helpers print trailing newlins consistentlyKlemens Nanni
2023-02-20Disable strict bourne shell mode to get ksh behaviour in (S)hellKlemens Nanni
2023-02-19Improve media disk question defaultKlemens Nanni
2023-02-16Rewrite bsort() from hand-rolled recursive to simpler iterative reusing codeKlemens Nanni
2023-02-09Do not ask to initialize disks with softraid chunksKlemens Nanni
2023-02-03Define get_softraid_disks() before get_dkdevs*() so they can use itKlemens Nanni
2023-02-03Make softraid helper return disk not device namesKlemens Nanni
2023-02-02Move existing softraid check into reusable functionKlemens Nanni
2023-01-28create enough wskbd* device nodes at runtime in the ramdisk so we can setPeter Hessler
2023-01-18Typofix array length syntax, spotted by afresh1Klemens Nanni
2023-01-17Add debug FUNCS_ONLY knobKlemens Nanni
2023-01-17Skip all interface config questions when there are noneKlemens Nanni
2023-01-12On '!', drop into a proper ksh(1) instead of a limited sh(1) lackingKlemens Nanni
2022-12-23Allow configuring interfaces by lladdr in installerAndrew Fresh
2022-12-16drop a total of 93 trailing spaces from three linesTheo Buehler
2022-12-16Prioritize lladdr over name/unit in hostname.if processingAndrew Fresh
2022-12-05Add support configuring hostname.if(5) by lladdrAndrew Fresh
2022-11-06Skip MD post-install bits on upgradesKlemens Nanni
2022-10-19Get rid of useless/confusing subshellKlemens Nanni
2022-10-16Leave installurl handling to syspatch(8)Klemens Nanni
2022-10-10Discard stdout/err only where needed in check_unattendedupgrade()Klemens Nanni
2022-10-05Get rid of useless/confusing subshellKlemens Nanni
2022-10-04Replace temporary file with variableKlemens Nanni
2022-10-04sh(1) is not make(1), use newlines inside double quotesKlemens Nanni
2022-09-27Avoid escaping inside here documentsKlemens Nanni
2022-09-27simpler ftplist[0-9].o.o removalKlemens Nanni
2022-09-19Symlink chosen time zone file to /etc/localtime so that we don't needFlorian Obser
2022-08-23Remove unused partition type patterns from disk_has() helperKlemens Nanni
2022-07-26Zap unused bridge command skippingKlemens Nanni
2022-06-28Don't ask the vlan question unless another network interface exists. ok deraadtStuart Henderson
2022-06-27install script no longer creates a dhclient.conf under any circumstances,Theo de Raadt
2022-06-27Move rc.firsttime additions before some slower jobs run from install.sub.Stuart Henderson
2022-05-16use a safer idiom for reading pid from file before killingTheo de Raadt
2022-05-09delete ftplist2 (the old ftplist IP address). We've talked loudly about aTheo de Raadt
2022-05-09In a couple places, use set -m to cause subshells to gain processTheo de Raadt
2022-05-05Fix watchdog in the installer.Florian Obser
2022-05-03Rework display of partition types, removing unnecessary trailingKenneth R Westerback
2022-04-22checking for /mnt and /root in is_rootdisk() is excessively zealous,Theo de Raadt
2022-03-28Running getty(8) on /dev/console when using a glass console interferes withMark Kettenis
2022-02-06Allow installation on a disk with a GPT.Visa Hankala
2022-01-29ftplist management moves to a different IP. It would be nice if thisTheo de Raadt
2022-01-16spellingJonathan Gray
2022-01-11If the install media contains non-free /*firmware*.tgz files, use fw_updateTheo de Raadt
2022-01-11Split 2nd half of enable_network() into a sub-function enable_ifs().Theo de Raadt
2022-01-05Use new shell-based fw_update(8)Theo de Raadt
2021-12-07Two of the umount -f are not neccessary, and only risk leavingTheo de Raadt
2021-12-02unmount real root partition from /mnt before the cgi/random actionsTheo de Raadt
2021-11-02Remove "!" escape handling from WEP/WPA passphrase questionsKlemens Nanni
2021-10-24Use ifconfig(8)'s "join" command by defaultKlemens Nanni
2021-10-24Fall back to HTTP for fetching automaticallyKlemens Nanni