[arch-releng] [PATCH] Disable ntpd service by default
A live system should never alter the host system in any way. This includes setting the bios clock. E.g. if the user runs his system in local time we would do the wrong thing here. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 2fa5d50..0d93ccd 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -194,7 +194,7 @@ make_customize_root_image() { -r 'useradd -m -p "" -g users -G "audio,disk,optical,wheel" -s /bin/zsh arch' \ run mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ - -r 'systemctl -f enable multi-user.target haveged.service pacman-init.service autologin@.service dhcpcd@.service ntpd.service || true' \ + -r 'systemctl -f enable multi-user.target haveged.service pacman-init.service autologin@.service dhcpcd@.service || true' \ run : > ${work_dir}/build.${FUNCNAME} fi -- 1.7.12.2
On 05.10.2012 06:58, Pierre Schmitz wrote:
A live system should never alter the host system in any way. This includes setting the bios clock.
E.g. if the user runs his system in local time we would do the wrong thing here.
What about this problem[1]? If you don't want to set the clock, you should ask if the time is correct or if the user wants to set it themselves. [1]: https://mailman.archlinux.org/pipermail/arch-releng/2012-July/002708.html -- Florian Pritz
participants (2)
-
Florian Pritz
-
Pierre Schmitz