summaryrefslogtreecommitdiff
path: root/scripts
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:40 +0100
commitba1ded2f1fef1d4478d18616b26b90af15ec8e09 (patch)
treec6762d730a47859e5b0cc6c6cf57dd6788689709 /scripts
parent0fa142780127458b3bd3a1affe4ba0094b3c6ec3 (diff)
downloadvyos-live-build-ba1ded2f1fef1d4478d18616b26b90af15ec8e09.tar.gz
vyos-live-build-ba1ded2f1fef1d4478d18616b26b90af15ec8e09.zip
Updating removal of adjtime in a split out hook for wheezy.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/chroot_hacks3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks
index f7d48ead1..7cea32ff5 100755
--- a/scripts/build/chroot_hacks
+++ b/scripts/build/chroot_hacks
@@ -196,9 +196,6 @@ esac
# people might do in local hooks, and there might be no initrds at all.
find chroot/boot -name 'initrd*' -print0 | xargs -r -0 chmod go+r
-# Remove build systems clock drift
-echo "0.0 0 0.0" > chroot/etc/adjtime
-
# Remove cruft
rm -f chroot/boot/initrd*bak*
rm -f chroot/etc/apt/trusted.gpg~