diff options
author | Marco Amadori <amadorim@vdavda.com> | 2008-12-02 16:56:02 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:45 +0100 |
commit | a796685a27520dc312340069e3ba33ea95b30cef (patch) | |
tree | cee1c8db6a7012969ae1c1ec5c6158e2cf2352c1 /helpers/lh_config | |
parent | 57ac4cc808d29a8c7c8a5081d9d27fe5b2f6a0eb (diff) | |
download | vyos-live-build-a796685a27520dc312340069e3ba33ea95b30cef.tar.gz vyos-live-build-a796685a27520dc312340069e3ba33ea95b30cef.zip |
NEW: "binary_debian-installer-includes" config directory.
This add another "-includes" power to live-helper, just leave your full
path files there and they will end on the installer initrd. This is
mostly useful for hacking the installer images with themes, firmware and
new installation helpers.
"This doesn't handle the case where you want to remove files or
programmatically modify things" yet.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 1a9c6152c..4c611919e 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -996,6 +996,7 @@ EOF # Creating lh_binary_* configuration mkdir -p config/binary_debian-installer +mkdir -p config/binary_debian-installer-includes mkdir -p config/binary_grub mkdir -p config/binary_local-debs mkdir -p config/binary_local-hooks |