Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: brook
Date: Sun Jul 10 19:28:00 UTC 2022
Modified Files:
src/doc: CHANGES
src/usr.sbin/installboot: evboards.c installboot.8 installboot.c
installboot.h
Log Message:
usr.sbin/installboot: Add a command line option (-u) to set U-Boot search paths
Installboot can install U-Boot boot blocks directly into a system
image. Normally, the U-Boot files are searched for in
/usr/pkg/share/u-boot, under the expectation that most people will
build them with pkgsrc. However, it is also possible to set an
environment variable (INSTALLBOOT_UBOOT_PATHS) to a colon-separated
search path to accommodate other situations. This commit adds a
command line option (-u) to set the search path; if present, it
overrides the environment and default.
To generate a diff of this commit:
cvs rdiff -u -r1.2889 -r1.2890 src/doc/CHANGES
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/installboot/evboards.c
cvs rdiff -u -r1.102 -r1.103 src/usr.sbin/installboot/installboot.8
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/installboot/installboot.c
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/installboot/installboot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index