TT#49212 Use hardcoded debian name in source list

This part is the installation of the packages in GRML system which is
testing/buster now so we need to use this debian name in source list.

Change-Id: I417065021bb08b704bf614181f68187705e09f8b
changes/51/26751/1
Mykola Malkov 8 years ago
parent f369b1b825
commit 2bd0b68f99

@ -345,7 +345,7 @@ ensure_packages_installed() {
"${TMPDIR}/cachedir/archives/partial"
chown _apt -R "${TMPDIR}"
echo "deb ${DEBIAN_URL}/debian/ ${DEBIAN_RELEASE} main contrib non-free" > \
echo "deb ${DEBIAN_URL}/debian/ buster main contrib non-free" > \
"${TMPDIR}/etc/sources.list"
DEBIAN_FRONTEND='noninteractive' apt-get \

Loading…
Cancel
Save