diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-27 03:47:35 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 16:18:47 +0100 |
commit | 6051ce16973781714ccd4a9cfbfdf1df7861d08b (patch) | |
tree | 636432d9a1af3e5c08ba511a5c2ce6bcd75c9c90 | |
parent | e2243dbacbd5b2005e1b334bdacde6f73a0ada9e (diff) | |
download | vyos-live-build-6051ce16973781714ccd4a9cfbfdf1df7861d08b.tar.gz vyos-live-build-6051ce16973781714ccd4a9cfbfdf1df7861d08b.zip |
config: create config/bootloaders directory
to help users know that this is where they can put custom bootloader
configs, just as other directories are created for them.
Gbp-Dch: Short
-rwxr-xr-x | scripts/build/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/config b/scripts/build/config index fcf186010..ea65d42ab 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1178,6 +1178,7 @@ mkdir -p config/includes.installer mkdir -p config/packages.binary mkdir -p config/package-lists mkdir -p config/rootfs +mkdir -p config/bootloaders cat > config/binary << EOF # config/binary - options for live-build(7), binary stage |