summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_hacks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-11-16 12:40:43 +0100
committerDaniel Baumann <daniel@debian.org>2009-11-22 14:44:27 +0100
commit19e942d1dd01799f244fab0a26620acd6547a35a (patch)
tree17f9d204704809b9009d6b75109411aa53adaeeb /helpers/lh_chroot_hacks
parent2d3c76985669ed2e02d9e7b4fdca2f4e381d477b (diff)
downloadvyos-live-build-19e942d1dd01799f244fab0a26620acd6547a35a.tar.gz
vyos-live-build-19e942d1dd01799f244fab0a26620acd6547a35a.zip
Dropping etch support.
Diffstat (limited to 'helpers/lh_chroot_hacks')
-rwxr-xr-xhelpers/lh_chroot_hacks6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 5aa45a638..84e25671b 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -40,12 +40,6 @@ Create_lockfile .lock
# Removing udev mac caching rule
rm -f chroot/etc/udev/rules.d/*persistent-net.rules
-# Remove resume
-if [ "${LH_DISTRIBUTION}" = "etch" ] && [ -e /etc/initramfs-tools/conf.d/resume ]
-then
- rm -f /etc/initramfs-tools/conf.d/resume
-fi
-
case "${LH_BINARY_IMAGES}" in
net)
if [ ! -f chroot/usr/bin/smbmount ]