mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
makefile: Workaround problems with systemd-resolved package
- To complete the provisioning process with container script and vagrant. Tests: - Start a fresh testing container, it should succeed. systemd-resolved is running and resolving queries. - Start a fresh stable container, it should succeed. systemd-resolved is running and resolving queries. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
854f82a211
commit
d2b2f8b0f1
5
Makefile
5
Makefile
@ -176,6 +176,11 @@ provision-dev:
|
||||
$$(sudo -u plinth ./run --develop --list-dependencies)
|
||||
apt-mark unhold freedombox
|
||||
|
||||
# DNS resolution may be broken by upgrade to systemd-resolved. See
|
||||
# #1079819 and ##1032937.
|
||||
-systemctl restart systemd-resolved
|
||||
-nmcli general reload dns-rc
|
||||
|
||||
# Install additional packages
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --yes ncurses-term \
|
||||
sshpass bash-completion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user