summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2023-05-24replace "$(cat file)" with the ksh construct "$(<file)"Christian Weisgerber
2023-05-22Drop unused md_prep_fdisk() argument in disk crypto question handlerKlemens Nanni
2023-05-20typofix message in previousKlemens Nanni
2023-05-20Ask for disk crypto after root disk questionKlemens Nanni
2023-05-02Absolutely astounding that custom code was written for the softraid caseTheo de Raadt
2023-04-25drop empty lines around disk crypto '?' help textKlemens Nanni
2023-04-17Indent interface and disk listingsKlemens Nanni
2023-04-07Default 'Is the disk partition alrady mounted?' to 'no' on installKlemens Nanni
2023-04-07Nail the root disk default in the guided disk encryption caseKlemens Nanni
2023-04-02Rename get_softraid_{disks -> chunk}() and CRYPTO{DISK -> CHUNK}Klemens Nanni
2023-04-01Limit IFS scope to effect parsing code onlyKlemens Nanni
2023-03-29Quote possible 'none' answer as part of help text after questionKlemens Nanni
2023-03-27Revert r1.1235, "simplify final MAKEDEV call"Theo Buehler
2023-03-25simplify final MAKEDEV callKlemens Nanni
2023-03-10Fix error on installer abort/exitKlemens Nanni
2023-03-09remove obsolete libLLVM.so.[0-6].0 during upgradeChristian Weisgerber
2023-03-08Treat WEP like WPA: only offer if supportedKlemens Nanni
2023-03-07Initial support for guided disk encryptionKlemens Nanni
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