From ab9cf9e4b3f2ae48f218a80b364e09dabf6ece25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Dec 2012 05:57:29 +0100 Subject: Disabling accidentally enabled removal of apt sources hook by default. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 3157c9ee4..479dfb198 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -615,7 +615,6 @@ Set_defaults () # Setting distribution hooks LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-disable-kexec-tools \ remove-adjtime-configuration \ - remove-apt-sources-lists \ remove-backup-files \ remove-dbus-machine-id \ remove-gnome-icon-cache \ @@ -630,6 +629,7 @@ Set_defaults () update-glx-alternative \ update-mlocate-database \ update-nvidia-alternative}" + #remove-apt-sources-lists # Setting interactive shell/X11/Xnest LB_INTERACTIVE="${LB_INTERACTIVE:-false}" -- cgit v1.2.3