diff --git a/preseed/lip-early.sh b/preseed/lip-early.sh
index e5be9360f9f950e290754bc81805dd465274d25e..0bda43a739519ac0d0af742e4f44460477e5805c 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