diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-13 20:32:05 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:02 +0200 |
commit | bd22f9c8648332f4533be4bf8fb65c0f922bf4ea (patch) | |
tree | c6762d730a47859e5b0cc6c6cf57dd6788689709 /functions | |
parent | e2e5636744687d28e0b4e6fdf6e1b98547db3507 (diff) | |
download | vyos-live-build-bd22f9c8648332f4533be4bf8fb65c0f922bf4ea.tar.gz vyos-live-build-bd22f9c8648332f4533be4bf8fb65c0f922bf4ea.zip |
Updating removal of adjtime in a split out hook for wheezy.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index e6fe7c5c6..6e3a78097 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -610,7 +610,8 @@ Set_defaults () remove-python-py \ remove-udev-persistent-rules \ remove-linux-image-backups \ - remove-mdadm-configuration}" + remove-mdadm-configuration \ + remote-adjtime-configuration}" ;; kubuntu) @@ -623,7 +624,8 @@ Set_defaults () remove-python-py \ remove-udev-persistent-rules \ remove-linux-image-backups \ - remove-mdadm-configuration}" + remove-mdadm-configuration \ + remove-adjtime-configuration}" ;; esac |