aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lxdialog
diff options
context:
space:
mode:
authorSally, Gene <Gene.Sally@timesys.com>2008-10-29 09:54:17 -0400
committerSam Ravnborg <sam@ravnborg.org>2008-12-03 21:32:03 +0100
commit3b1ec9fb8197197d5e3bcca3a05e82d4f50f11bc (patch)
tree4581dc3493883f00abb0c3b61e3576edf1032197 /scripts/kconfig/lxdialog
parentremove bashisms from scripts/extract-ikconfig (diff)
downloadlinux-dev-3b1ec9fb8197197d5e3bcca3a05e82d4f50f11bc.tar.xz
linux-dev-3b1ec9fb8197197d5e3bcca3a05e82d4f50f11bc.zip
kbuild: gen_init_cpio expands shell variables in file names
Modify gen_init_cpio so that lines that specify files can contain what looks like a shell variable that's expanded during processing. For example: file /sbin/kinit ${RFS_BASE}/usr/src/klibc/kinit/kinit 0755 0 0 given RFS_BASE is "/some/directory" in the environment would be expanded to file /sbin/kinit /some/directory/usr/src/klibc/kinit/kinit 0755 0 0 If several environment variables appear in a line, they are all expanded with processing happening from left to right. Undefined variables expand to a null string. Syntax errors stop processing, letting the existing error handling show the user offending line. This patch helps embedded folks who frequently create several RFS directories and then switch between them as they're tuning an initramfs. Signed-off-by: gene.sally@timesys.com Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/kconfig/lxdialog')
0 files changed, 0 insertions, 0 deletions