Disabling accidentally enabled removal of apt sources hook by default.
This commit is contained in:
parent
51ea37e4e7
commit
1cee103bbb
|
@ -594,7 +594,6 @@ Set_defaults ()
|
||||||
# Setting distribution hooks
|
# Setting distribution hooks
|
||||||
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-disable-kexec-tools \
|
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-disable-kexec-tools \
|
||||||
remove-adjtime-configuration \
|
remove-adjtime-configuration \
|
||||||
remove-apt-sources-lists \
|
|
||||||
remove-backup-files \
|
remove-backup-files \
|
||||||
remove-dbus-machine-id \
|
remove-dbus-machine-id \
|
||||||
remove-gnome-icon-cache \
|
remove-gnome-icon-cache \
|
||||||
|
@ -609,6 +608,7 @@ Set_defaults ()
|
||||||
update-glx-alternative \
|
update-glx-alternative \
|
||||||
update-mlocate-database \
|
update-mlocate-database \
|
||||||
update-nvidia-alternative}"
|
update-nvidia-alternative}"
|
||||||
|
#remove-apt-sources-lists
|
||||||
|
|
||||||
# Setting interactive shell/X11/Xnest
|
# Setting interactive shell/X11/Xnest
|
||||||
LB_INTERACTIVE="${LB_INTERACTIVE:-false}"
|
LB_INTERACTIVE="${LB_INTERACTIVE:-false}"
|
||||||
|
|
Loading…
Reference in New Issue