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 /scripts | |
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 'scripts')
-rwxr-xr-x | scripts/build/chroot_hacks | 3 |
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~ |