summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-13 20:32:05 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-13 20:32:18 +0100
commit414b89ed3fed62396f2e9ec242f7aeb9863ac1f3 (patch)
treeead027eac076803e9057c2ddc98c33df98538365 /functions
parent4e65bcbb5b2472227ca59e25fd72a4857324e508 (diff)
downloadvyos-live-build-414b89ed3fed62396f2e9ec242f7aeb9863ac1f3.tar.gz
vyos-live-build-414b89ed3fed62396f2e9ec242f7aeb9863ac1f3.zip
Updating removal of adjtime in a split out hook for wheezy.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 8d18d449f..70fdadaf5 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -631,7 +631,8 @@ Set_defaults ()
remove-python-py \
remove-udev-persistent-rules \
remove-linux-image-backups \
- remove-mdadm-configuration}"
+ remove-mdadm-configuration \
+ remote-adjtime-configuration}"
;;
kubuntu)
@@ -644,7 +645,8 @@ Set_defaults ()
remove-python-py \
remove-udev-persistent-rules \
remove-linux-image-backups \
- remove-mdadm-configuration}"
+ remove-mdadm-configuration \
+ remove-adjtime-configuration}"
;;
esac