From e3dde2036c8d551a84f4b536d3cdad637aa7a44d Mon Sep 17 00:00:00 2001 From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de> Date: Wed, 2 Oct 2019 09:08:09 +0000 Subject: [PATCH] preseed lip-early: changed bionic to eoan to fix offline repo in live system --- preseed/lip-early.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/preseed/lip-early.sh b/preseed/lip-early.sh index e5be936..0bda43a 100755 --- a/preseed/lip-early.sh +++ b/preseed/lip-early.sh @@ -1,9 +1,9 @@ #!/bin/sh sed -i -e '/ubuntu\.com/d' -e '/^$/d' /root/etc/apt/sources.list -echo "deb [ arch=amd64 trusted=yes ] file:///isodevice/archives bionic lip" >> /root/etc/apt/sources.list -echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ bionic main restricted universe multiverse" >> /root/etc/apt/sources.list -echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ bionic-security main restricted universe multiverse" >> /root/etc/apt/sources.list -echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ bionic-updates main restricted universe multiverse" >> /root/etc/apt/sources.list +echo "deb [ arch=amd64 trusted=yes ] file:///isodevice/archives eoan lip" >> /root/etc/apt/sources.list +echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ eoan main restricted universe multiverse" >> /root/etc/apt/sources.list +echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ eoan-security main restricted universe multiverse" >> /root/etc/apt/sources.list +echo "deb http://ftp.halifax.rwth-aachen.de/ubuntu/ eoan-updates main restricted universe multiverse" >> /root/etc/apt/sources.list chroot /root /usr/bin/apt-get update chroot /root /usr/bin/apt-get -y install $(grep '^[^|#]*L[^|]*|' /root/isodevice/packages | cut -d'|' -f 2) ./root/isodevice/preseed/lipnsa.hook.sh -- GitLab