aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall.8: Clarify the description of ZFSBOOT_FORCE_4K_SECTORSJohn Baldwin2024-01-051-3/+6
* bsdinstall zfsboot: Don't override ZFSBOOT_FORCE_4K_SECTORS if it is null.John Baldwin2024-01-051-1/+1
* bsdinstall: add missing init of fd variableBrad Davis2024-01-051-1/+1
* bsdinstall: Filter out devices that cannot be openedBrad Davis2024-01-051-0/+10
* bsdinstall partedit: Use snprintf instead of sprintf for error messagesJohn Baldwin2024-01-053-15/+31
* bsdinstall partedit: Use asprintf to build wrapper command for newfsJohn Baldwin2024-01-051-2/+4
* bsdinstall partedit: Replace malloc + sprintf with asprintfJohn Baldwin2024-01-052-9/+5
* bsdinstall partedit: Avoid potential buffer overflow in newfs_commandJohn Baldwin2024-01-041-28/+42
* bsdinstall partedit: Apply changes from scripted installsJohn Baldwin2024-01-041-1/+1
* bsdinstall: Handle errors from geom_gettree.John Baldwin2024-01-043-34/+62
* bsdinstall: Replace correct, but fragile, string builder with open_memstream.John Baldwin2024-01-041-9/+12
* bsdinstall: Encode dists to valid variable names in checksum scriptJessica Clarke2023-12-131-6/+12
* bsdinstall.8: Document BSDINSTALL_SKIP_* variablesMateusz Piotrowski2023-09-221-0/+52
* bsdinstall.8: Set Bl's -width correctlyMateusz Piotrowski2023-09-221-3/+3
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-232-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2335-35/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-232-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2311-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2512-12/+12
* bsdinstall: use the correct DISTDIR for fetching local distfilesKyle Evans2022-10-241-1/+1
* beinstall.8: Update example distsites for BSDINSTALL_DISTSITEMateusz Piotrowski2022-07-251-2/+4
* bsdinstall: allow an install script to access packages on the DVDAlan Somers2022-07-242-0/+13
* bsdinstall: fix prepopulating the ZFS disk menu with ZFSBOOT_DISKSAlan Somers2022-07-241-2/+2
* bsdinstall: use gpt/efiboot0 label in /etc/fstabAlan Somers2022-07-241-1/+1
* Revert "bsdinstall: add knob to set ASLR sysctls"Marcin Wojtas2022-07-191-18/+0
* bsdinstall/scripts/docsinstall: Add Indonesian DocumentationMarc Fonvieille2022-06-171-1/+2
* bsdinstall/script: umount before zpool exportCorvin Köhne2022-05-161-1/+1
* bsdinstall: stop messing with file descriptorsCorvin Köhne2022-05-161-6/+7
* GEOM: Introduce gctl_add_param() API.Alexander Motin2022-04-061-2/+4
* bsdinstall: Fix typo (Instalation -> Installation).Navdeep Parhar2022-03-041-1/+1
* bsdinstall: Remove unused sysctl.h header #includeEd Maste2022-02-081-1/+0
* bsdinstall: zfsboot: Prompt user for zpool name if the pool already existsEmmanuel Vadot2021-12-301-0/+32
* bsdinstall: bootconfig: Try to clean old efi boot entriesEmmanuel Vadot2021-12-301-2/+52
* powerpc64: make autoboot possible on powernv machinesAlfredo Dal'Ava Junior2021-12-011-4/+7
* bsdinstall: Fix mirror selectionMateusz Piotrowski2021-11-181-1/+1
* bsdinstall: Only show menu if there are more items to be installedRenato Botelho2021-07-271-10/+12
* bsdinstall: Avoid double-mounting /devRyan Moeller2021-07-061-2/+0
* Fix scripted installation from media without local distfiles.Nathan Whitehorn2021-06-265-96/+154
* bsdinstall: add a new mirror in BulgariaPhilip Paeps2021-06-201-0/+1
* Fix scripted installs on EFI systems using ZFS root with zfsboot.Nathan Whitehorn2021-05-281-3/+2
* Add a new mode to the scripted partition editor for variant disk names.Nathan Whitehorn2021-04-164-11/+27
* Tweak language involving ZFS installation; no content changes.Nathan Whitehorn2021-04-121-16/+24
* Add some general notes about scripted installations.Nathan Whitehorn2021-04-121-0/+13
* Include examples of how to build script-install media.Nathan Whitehorn2021-04-121-1/+15
* Improve example install scripts, making them simpler and more robust.Nathan Whitehorn2021-04-121-3/+2
* Clarify that scripted installations don't require specification of bootNathan Whitehorn2021-04-121-0/+4
* bsdinstall: Drop vestigial bsdinstall-esps cleanupRyan Moeller2021-03-292-15/+1
* Fix scripted installs on EFI systems after default mounting of the ESP.Nathan Whitehorn2021-03-232-8/+61
* Mount the EFI system partition (ESP) on newly-installed systems and VMNathan Whitehorn2021-03-095-136/+46
* bsdinstall: add knob to set ASLR sysctlsEd Maste2021-03-051-0/+18