diff options
author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2007-10-31 10:18:12 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | afe1aa871eed148737d07a5bd84340c2cc420fff (patch) | |
tree | 41cf1ef59660038ccee4f9f7779abe2057ad422d /helpers | |
parent | 5cc7f0d887f5af67c5405ee92306690cd884baab (diff) | |
download | vyos-live-build-afe1aa871eed148737d07a5bd84340c2cc420fff.tar.gz vyos-live-build-afe1aa871eed148737d07a5bd84340c2cc420fff.zip |
add /etc/adjtime to list of writable files in exposed root mode
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 7df2cdcb0..aa5652daa 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -127,7 +127,7 @@ then # Config files which need to be RW CONFIG_FILES='/etc/hostname /etc/hosts /etc/resolv.conf /etc/fstab - /etc/live.conf /etc/network/interfaces /etc/X11/xorg.conf + /etc/live.conf /etc/network/interfaces /etc/X11/xorg.conf /etc/adjtime /etc/udev/rules.d/z25_persistent-net.rules /etc/udev/rules.d/z25_persistent-cd.rules' |