Require ifupdown on Debian/Ubuntu

pull/89/head
Vlastimil Holer 7 years ago
parent 4ac294d2a0
commit d37b04c84d
No known key found for this signature in database
GPG Key ID: EB549BADEFD07C53

@ -60,7 +60,7 @@ case "${TARGET}" in
RELSUFFIX=${RELSUFFIX:-}
TYPE=${TYPE:-deb}
TAGS=${TAGS:-deb sysv systemd upstart one}
DEPENDS=${DEPENDS:-util-linux bind9-host cloud-utils ruby python acpid open-vm-tools qemu-guest-agent}
DEPENDS=${DEPENDS:-util-linux bind9-host cloud-utils ruby python ifupdown acpid open-vm-tools qemu-guest-agent}
REPLACES=${REPLACES:-cloud-init}
POSTIN=${POSTINST:-postinstall.one}
PREUN=${PREUN:-preuninstall.one}
@ -71,13 +71,12 @@ case "${TARGET}" in
RELSUFFIX=${RELSUFFIX:-}
TYPE=${TYPE:-deb}
TAGS=${TAGS:-deb ec2}
DEPENDS=${DEPENDS:-util-linux bind9-host cloud-utils ruby python}
DEPENDS=${DEPENDS:-util-linux bind9-host cloud-utils ruby python ifupdown}
REPLACES=${REPLACES:-cloud-init}
POSTIN=${POSTINST:-postinstall.ec2}
PREUN=${PREUN:-preuninstall.ec2}
;;
'alpine')
NAME=${NAME:-one-context}
RELSUFFIX=${RELSUFFIX:-}

Loading…
Cancel
Save