Skip to content
Snippets Groups Projects
Commit eb07987b authored by Valentin Bruch's avatar Valentin Bruch
Browse files

preseed lip-early: fix apt-clone

parent e3dde203
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
sed -i -e '/ubuntu\.com/d' -e '/^$/d' /root/etc/apt/sources.list
sed -i -e 's/lsb_release\.get_lsb_information()/lsb_release.get_distro_information()/g' /root/usr/bin/apt-clone
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment