From f673cbcab3a6e61f36be498d52f2767e891d1c08 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Feb 2019 03:55:28 +0100 Subject: Using apt instead of apt-get in container debconf create script. Signed-off-by: Daniel Baumann --- share/scripts/debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/debootstrap') diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap index 7910ac3..aefdbab 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -163,7 +163,7 @@ done mkdir -p "${MACHINES}" debootstrap --arch=${ARCHITECTURE} --include=${INCLUDE} ${DISTRIBUTION} ${MACHINES}/${NAME} ${MIRROR} -chroot "${MACHINES}/${NAME}" apt-get clean +chroot "${MACHINES}/${NAME}" apt clean # Setting hostname echo "${NAME}" > "${MACHINES}/${NAME}/etc/hostname" -- cgit v1.2.3