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>
This commit is contained in:
parent
521b8a086e
commit
b64c94f3a4
2
build.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user