summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2024-07-09Removing 'softdep' options from fstab entries during upgrade is no longerKenneth R Westerback
2024-06-15Install BUILDINFO if available.Florian Obser
2024-05-12Rerun installboot(8) after fw_update(8) to pick up Apple boot firmwareKlemens Nanni
2024-03-15Backout "Move code into new stop_watchdog()"Klemens Nanni
2024-03-15Move code into new stop_watchdog()Klemens Nanni
2024-03-05prune clang13 libLLVM; OK sthenKlemens Nanni
2024-02-19Avoid passphrase in temporary fileKlemens Nanni
2024-02-11Enable disk encryption in unattended installationsKlemens Nanni
2024-01-26remove /mnt/usr/include/c++/v1 before extracting sets, it changed fromStuart Henderson
2023-10-24add fallback IPv6 address for ftplist1.openbsd.org; ok phessler@Christian Weisgerber
2023-10-19Support encrypting the root disk with a key diskKlemens Nanni
2023-08-21No need to make_dev() existing root device in disk crypto questionKlemens Nanni
2023-08-21Remove retry loop crutch around disk passphrase promptKlemens Nanni
2023-08-10Always create new softraid CRYPTO volume, do not reuse existing oneKlemens Nanni
2023-08-02Simplify disk encryption questionKlemens Nanni
2023-07-08Floppies don't have bioctl(8)Klemens Nanni
2023-06-18accept 'a' as shortcut for 'autoconf'; ok op afresh1 knTheo de Raadt
2023-06-06Fold disk crypto question '?' text into promptKlemens Nanni
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