diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-30 13:10:12 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | bcea0380c457eca192d1320b3b5a62deb43614f4 (patch) | |
tree | 78969ab02037f9df26544364c2e9c1280173d52b /scripts/build/chroot | |
parent | 09eed369eb15a08caa4c1d4af8c95d92989c939d (diff) | |
download | vyos-live-build-bcea0380c457eca192d1320b3b5a62deb43614f4.tar.gz vyos-live-build-bcea0380c457eca192d1320b3b5a62deb43614f4.zip |
Splitting off chroot firmware handling into an own script.
Diffstat (limited to 'scripts/build/chroot')
-rwxr-xr-x | scripts/build/chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/chroot b/scripts/build/chroot index 1c6348293..b38ef88eb 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -53,6 +53,7 @@ lb chroot_archives chroot install ${@} # Customizing chroot lb chroot_linux-image ${@} +lb chroot_firmware ${@} lb chroot_preseed ${@} for _PASS in install live |