diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:36:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:36:42 +0200 |
commit | 9b5fc09d0f2fb4671553014dbd9b3be86e15c037 (patch) | |
tree | 9f41c8d53581b3cba02db2ef09c85496889f399e /scripts/build/lb_bootstrap_cdebootstrap | |
parent | fda74e43074d51b5aabcb898dba623c2d82a5b50 (diff) | |
download | vyos-live-build-9b5fc09d0f2fb4671553014dbd9b3be86e15c037.tar.gz vyos-live-build-9b5fc09d0f2fb4671553014dbd9b3be86e15c037.zip |
Removing bootstrap-keyring option.
Diffstat (limited to 'scripts/build/lb_bootstrap_cdebootstrap')
-rwxr-xr-x | scripts/build/lb_bootstrap_cdebootstrap | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap index dc3c1c725..e8fabe3f6 100755 --- a/scripts/build/lb_bootstrap_cdebootstrap +++ b/scripts/build/lb_bootstrap_cdebootstrap @@ -61,11 +61,6 @@ then CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURES}" fi -if [ -n "${LB_BOOTSTRAP_KEYRING}" ] -then - CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --keyring=${LB_BOOTSTRAP_KEYRING}" -fi - if [ "${_DEBUG}" = "true" ] then CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --debug" |