diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-03 21:07:22 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-03 21:18:10 +0100 |
commit | 1bcc4494831e3b55b6f8f83f2a2fa4de2b77fc9d (patch) | |
tree | 13195f95153493ba760557cbe3a8182e48c3d822 /functions | |
parent | 037066598afb3baa17a7000dba43b0d63002619c (diff) | |
download | vyos-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-x | functions/defaults.sh | 22 |
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}" |