diff --git a/debian/changelog b/debian/changelog index 70d44d1f..a069647d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.14) hoary; urgency=low + + * Remove /etc/resolv.conf from the chroot. Closes: #6954 + + -- LaMont Jones Sat, 26 Feb 2005 18:39:22 -0700 + livecd-rootfs (0.13) hoary; urgency=low * Add ubuntu-live diff --git a/livecd.sh b/livecd.sh index 8ce7aa77..21d72a8c 100755 --- a/livecd.sh +++ b/livecd.sh @@ -156,6 +156,7 @@ chroot ${ROOT} apt-get clean rm -f ${ROOT}var/lib/apt/lists/*_* rm -f ${ROOT}var/spool/postfix/maildrop/* chroot $ROOT apt-get update || true # give them fresh lists, but don't fail +rm ${ROOT}etc/resolv.conf mkdir -p livecd.mnt MOUNTS="$MOUNTS $(pwd)/livecd.mnt"