summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-11-03 21:07:22 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-11-03 21:18:10 +0100
commit1bcc4494831e3b55b6f8f83f2a2fa4de2b77fc9d (patch)
tree13195f95153493ba760557cbe3a8182e48c3d822 /functions
parent037066598afb3baa17a7000dba43b0d63002619c (diff)
downloadvyos-live-build-1bcc4494831e3b55b6f8f83f2a2fa4de2b77fc9d.tar.gz
vyos-live-build-1bcc4494831e3b55b6f8f83f2a2fa4de2b77fc9d.zip
Automatically symlink hooks upon creation of the configuration tree.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 65e3a29ae..2c4e8458e 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -501,28 +501,6 @@ Set_defaults ()
# Setting union filesystem
LB_UNION_FILESYSTEM="${LB_UNION_FILESYSTEM:-aufs}"
- # Setting distribution hooks
- LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-disable-kexec-tools \
- remove-adjtime-configuration \
- remove-backup-files \
- remove-dbus-machine-id \
- remove-gnome-icon-cache \
- remove-log-files \
- remove-mdadm-configuration \
- remove-openssh-server-host-keys \
- remove-python-py \
- remove-temporary-files \
- remove-ssl-cert-snakeoil \
- remove-udev-persistent-cd-rules \
- remove-udev-persistent-net-rules \
- remove-systemd-machine-id \
- update-apt-file-cache \
- update-apt-xapian-index \
- update-glx-alternative \
- update-mlocate-database \
- update-nvidia-alternative}"
- #remove-apt-sources-lists
-
# Setting interactive shell/X11/Xnest
LB_INTERACTIVE="${LB_INTERACTIVE:-false}"