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
72b34f572e
commit
d2e69f4a4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue