diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:13 +0200 |
commit | ae5c245c5d0b910b9fde27f99668c46f64f9bcc2 (patch) | |
tree | 3bc1bcdbff4ec3bd5a82ae34d9efed47b157e3e0 /helpers/lh_chroot_resolv | |
parent | b88a20b5ddd2c64c9b1f072905dce8eb9e09fc0d (diff) | |
download | vyos-live-build-ae5c245c5d0b910b9fde27f99668c46f64f9bcc2.tar.gz vyos-live-build-ae5c245c5d0b910b9fde27f99668c46f64f9bcc2.zip |
Adding live-helper 1.0~a17-1.
Diffstat (limited to 'helpers/lh_chroot_resolv')
-rwxr-xr-x | helpers/lh_chroot_resolv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_resolv b/helpers/lh_chroot_resolv index 5549ccb0a..25051724a 100755 --- a/helpers/lh_chroot_resolv +++ b/helpers/lh_chroot_resolv @@ -51,7 +51,7 @@ case "${1}" in if [ -f chroot/etc/resolv.conf ] then # Save resolv file - cp chroot/etc/resolv.conf chroot/etc/resolv.conf.orig + mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig fi if [ -f /etc/resolv.conf ] |