"debian-isogen: Remove unstable repository"

This reverts commit 3a38b534d193b7ff768a19ff840adf219aad5778.

Change-Id: Ifbcd5734760e1f6ae9552c68860ade69325f7a2b
This commit is contained in:
Alexander Noskov 2020-05-20 16:00:35 -05:00
parent 31f1555ba8
commit eec2dc44e0

View File

@ -19,7 +19,8 @@ echo "127.0.0.1 localhost" > /etc/hosts
apt-get update && apt-get install -y --no-install-recommends \
linux-image-amd64 \
live-boot \
systemd-sysv\
cloud-init \
systemd-sysv \
apt-transport-https \
openssh-server \
curl \
@ -30,16 +31,9 @@ apt-get update && apt-get install -y --no-install-recommends \
tcpdump \
iputils-ping \
vlan
UNSTABLE_REPO="deb http://ftp.debian.org/debian unstable main"
echo "${UNSTABLE_REPO}" >> /etc/apt/sources.list.d/unstable.list
# ensure we support bonding and 802.1q
echo 'bonding' >> /etc/modules
echo '8021q' >> /etc/modules
apt-get update && apt-get install -y --no-install-recommends \
cloud-init
rm -rf /etc/apt/sources.list.d/unstable.list /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*