build-debian: Install systemd-resolved last
This commit is contained in:
parent
46b84c4e7f
commit
5e96a8e96f
|
|
@ -123,8 +123,8 @@ chroot debian /bin/sh -ex <<- EOF
|
|||
/usr/bin/apt-get update
|
||||
/usr/bin/apt-get -y --no-install-recommends install ${KERNEL}
|
||||
/usr/bin/apt-get -y upgrade
|
||||
/usr/bin/apt-get -y install systemd-resolved || :
|
||||
/usr/bin/apt-get -y install systemd-timesyncd || :
|
||||
/usr/bin/apt-get -y install systemd-resolved || :
|
||||
/usr/bin/apt-get clean
|
||||
/bin/rm -rf /var/lib/apt/lists/*
|
||||
/usr/bin/systemctl enable systemd-networkd.service
|
||||
|
|
|
|||
Loading…
Reference in New Issue