aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* bsdinstall: add include to SUBDIRSimon J. Gerraty2023-12-071-1/+1
|
* bsdinstall generate opt_osname.h in includeSimon J. Gerraty2023-12-071-3/+4
| | | | | | | This allows the subdirs that do more work to run in parallel Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D42947
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* bsdinstall avoid subdir depending on parentSimon J. Gerraty2023-04-211-7/+2
| | | | | | | | | | | When not doing tree walks, it is bad for sub-dirs to depend on parents. Move the generation of opt_osname.h to distextract and have others that need that depend on it. In usr.sbin/bsdinstall use SUBDIR_DEPEND_ so tree walking still works. Reviewed by: obrien Differential Revision: https://reviews.freebsd.org/D39742
* bsdinstall release: Move code to a new startbsdinstall wrapperJessica Clarke2022-10-031-0/+3
| | | | | | | | | | This separates out the install media-specific environment (creating bsdinstall_etc) from actually running the installer on a given console. This will be used by a future change to start the installer on multiple consoles. Reviewed by: brooks, gjb Differential Revision: https://reviews.freebsd.org/D36803
* bsdinstall: Add a new runconsoles helper binaryJessica Clarke2022-10-031-1/+1
| | | | | | | | | | | This helper binary will run a given command on every on console, as defined by /etc/ttys (except for ttyv*, where only ttyv0 will be used). If one of the command processes exits, the rest will be killed. This will be used by a future change to start the installer on multiple consoles. Reviewed by: brooks, imp, gjb Differential Revision: https://reviews.freebsd.org/D36804
* bsdinstall: allow whitelabeling the installerBrad Davis2022-05-131-0/+9
| | | | | | | | | | | Override OSNAME to change the name of the OS in the installer. This is a first step, the shell changes will be separate. Reviewed by: allanjude Approved by: allanjude Differential Revision: https://reviews.freebsd.org/D34878 Sponsored by: Rubicon Communications, LLC ("Netgate")
* Merge from headBaptiste Daroussin2015-10-011-0/+1
|\ | | | | | | Notes: svn path=/projects/release-pkg/; revision=288441
| * Add more SUBDIR_PARALLEL.Bryan Drewery2015-09-261-0/+1
| | | | | | | | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288266
* | Add a bsdinstall packageBaptiste Daroussin2015-03-181-0/+1
|/ | | | Notes: svn path=/projects/release-pkg/; revision=280216
* Long-overdue man page for bsdinstall.Nathan Whitehorn2011-06-111-0/+1
| | | | Notes: svn path=/head/; revision=222998
* Import bsdinstall. This is meant to be (eventually in conjunction withNathan Whitehorn2011-02-181-0/+6
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond. Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and powerpc64. Integration into the build system will occur in the coming weeks. Merging with pc-sysinstall will use this code as a frontend, while temporarily retaining the interactive partition editor here. This work will be done in parallel with improvements on this code and release integration. Thanks to all who have provided testing and comments! Notes: svn path=/head/; revision=218799