diff options
author | Daniel Baumann <daniel@debian.org> | 2008-07-15 09:33:27 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-07-15 09:33:27 +0200 |
commit | 5d2cdbe5c6150c5bdd98d8be33f54066fe8bead1 (patch) | |
tree | 5da3b26ef080701d19f5a269be900a68576734c1 | |
parent | e8f45391ba47927fdc022e84408945ec7067ba0e (diff) | |
download | vyos-live-build-5d2cdbe5c6150c5bdd98d8be33f54066fe8bead1.tar.gz vyos-live-build-5d2cdbe5c6150c5bdd98d8be33f54066fe8bead1.zip |
Using rfc2606 invalid tld instead of dummy.
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index f5bdb13a0..4c763cb16 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -31,7 +31,7 @@ Set_defaults # Requiring stage file Require_stagefile .stage/bootstrap -_LH_LOCAL_KEY_EMAIL="live-helper-local-key@dummy" +_LH_LOCAL_KEY_EMAIL="live-helper-local-key@invalid" case "${1}" in install) |