Skip to content
Snippets Groups Projects
Commit 0d1f3928 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Remove quantal repository

parent 3c2f8e0a
No related branches found
No related tags found
No related merge requests found
......@@ -64,16 +64,6 @@ echo "deb http://$LEHOST $LEMIRROR main" \
echo "deb http://archive.canonical.com/ lucid partner" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/java-repos.list
echo "deb http://br.archive.ubuntu.com/ubuntu/ quantal main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal main restricted
deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb http://br.archive.ubuntu.com/ubuntu/ quantal universe
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal universe
deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
chroot "$CHROOTDIR" wget http://windu.c3sl.ufpr.br/le/public.key -O /dev/stdout \
> "$TMP"/windu.key
......
......@@ -30,11 +30,6 @@ checkMountedFS || exit 2
loadConf "$PREFIX/conf/$1/create-iso.conf" $1
initChroot
# Changes distro
chroot "$CHROOTDIR" apt-get update
chroot "$CHROOTDIR" apt-get -y --force-yes -t quantal install \
gnome-session libcogl9 gnome-session-fallback
# Manually installing casper after all other packages should fix some initctl failures according to
# https://bugs.launchpad.net/ubuntu/+source/casper/+bug/984276
# In order for this to work casper was also removed from the install-lists and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment