diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 13:22:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:18 +0100 |
commit | ce4581282e003891dfc852de5dadb733e5ca614c (patch) | |
tree | 0cf06d7c485dcdc41bec3d1e0a5775b876b538bd /scripts/build/chroot_sources | |
parent | 4d22ca948ad3def3f98fd89d32bf2ba8209460fd (diff) | |
download | vyos-live-build-ce4581282e003891dfc852de5dadb733e5ca614c.tar.gz vyos-live-build-ce4581282e003891dfc852de5dadb733e5ca614c.zip |
Replacing some references to live-helper with live-build.
Diffstat (limited to 'scripts/build/chroot_sources')
-rwxr-xr-x | scripts/build/chroot_sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/chroot_sources b/scripts/build/chroot_sources index b363cbb70..2747647da 100755 --- a/scripts/build/chroot_sources +++ b/scripts/build/chroot_sources @@ -27,7 +27,7 @@ Set_defaults # Requiring stage file Require_stagefile .stage/config .stage/bootstrap -_LH_LOCAL_KEY_EMAIL="live-helper-local-key@invalid" +_LH_LOCAL_KEY_EMAIL="live-build-local-key@invalid" case "${1}" in install) @@ -242,7 +242,7 @@ case "${1}" in Key-Length: 1024 Subkey-Type: ELG-E Subkey-Length: 1024 - Name-Real: live-helper local packages key + Name-Real: live-build local packages key Name-Email: ${_LH_LOCAL_KEY_EMAIL} Expire-Date: 0 %secring /root/local-package-keyring.sec |