19-define-os-ip #24
5
setup.sh
5
setup.sh
@ -1434,6 +1434,10 @@ function configure_dns () {
|
||||
systemctl enable 'systemd-resolved.service' --root='/mnt'
|
||||
}
|
||||
|
||||
function configure_ntp () {
|
||||
systemctl enable 'systemd-timesyncd.service' --root='/mnt'
|
||||
}
|
||||
|
||||
function configure_reflector () {
|
||||
#3.5
|
||||
systemctl enable 'reflector.service' 'reflector.timer' --root='/mnt'
|
||||
@ -1514,6 +1518,7 @@ function finalize_os_setup () {
|
||||
configure_sshd
|
||||
fi
|
||||
configure_dns #3.4
|
||||
configure_ntp
|
||||
configure_reflector #3.5
|
||||
configure_zfs #3.6
|
||||
configure_zfs_mount_gen #3.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user