freebsd-skq/stand
kevans a7456ee91a lualoader: Support variable substitution in env var settings
We support both of the following cases of substitution:

bar="y"
foo="${bar}"
foo="$bar"

The latter substitution syntax is, of course, not recommended- all
punctuation must be considered potential variable names, and we do not go
through the effort of searching the different combinations of, for instance,
"$x.y.z" to determine if the variable is $x, $x.y, or $x.y.z.

This is not officially documented as supported, but it has worked in
forthloader for what is most likely a long time as `evaluate` is used to
process the right hand side of the assignment.
2018-06-10 02:36:38 +00:00
..
arm
arm64 No need to make objects here. 2018-04-27 22:15:18 +00:00
common stand: One more trivial consolidation (setting environment from howto) 2018-06-09 15:52:29 +00:00
defaults
efi stand: One more trivial consolidation (setting environment from howto) 2018-06-09 15:52:29 +00:00
fdt
ficl
ficl32
forth forthloader: Remove "EFI boot environment message" 2018-04-25 02:42:57 +00:00
geli Introduce the 'n' flag for the geli attach command. 2018-05-09 20:53:38 +00:00
i386 stand: One more trivial consolidation (setting environment from howto) 2018-06-09 15:52:29 +00:00
kshim
liblua Use M. Warner Losh everywhere on my copyrights. 2018-05-01 16:29:22 +00:00
liblua32
libsa libsa(3): Correct statement about FS Write-support, name change 2018-06-09 14:24:16 +00:00
libsa32
lua lualoader: Support variable substitution in env var settings 2018-06-10 02:36:38 +00:00
man Clarify that boot_mute / boot -m mutes kernel console only 2018-05-16 02:15:18 +00:00
mips
ofw - Unbreak booting sparc64 kernels after the metadata unification in 2018-05-21 01:20:19 +00:00
powerpc
sparc64 - Unbreak booting sparc64 kernels after the metadata unification in 2018-05-21 01:20:19 +00:00
uboot Remove comments and assertions that are no longer valid after r330809. 2018-06-05 22:13:45 +00:00
usb
userboot stand: One more trivial consolidation (setting environment from howto) 2018-06-09 15:52:29 +00:00
zfs Remove comments and assertions that are no longer valid after r330809. 2018-06-05 22:13:45 +00:00
zfs32
defs.mk Fix build of stand with base gcc 2018-05-31 14:38:13 +00:00
fdt.mk
ficl.mk
loader.mk
lua.mk
Makefile
Makefile.amd64
Makefile.inc
uboot.mk