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

Do not use quantal repository for minicom project


This is a test, hope it works..

Signed-off-by: default avatarDiego Pasqualin <dpasqualin@c3sl.ufpr.br>
parent 9b31dd2d
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ echo "deb http://$LEHOST $LEMIRROR main" \
echo "deb http://archive.canonical.com/ lucid partner" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/java-repos.list
if [[ "$1" != minicom/* ]]; then
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
......@@ -71,6 +72,7 @@ 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
fi
chroot "$CHROOTDIR" wget http://windu.c3sl.ufpr.br/le/public.key -O /dev/stdout \
> "$TMP"/windu.key
......
......@@ -31,9 +31,11 @@ loadConf "$PREFIX/conf/$1/create-iso.conf" $1
initChroot
# Changes distro
if [[ "$1" != minicom/* ]]; then
chroot "$CHROOTDIR" apt-get update
chroot "$CHROOTDIR" apt-get -y --force-yes -t quantal install \
gnome-session libcogl9 gnome-session-fallback
fi
# Manually installing casper after all other packages should fix some initctl failures according to
# https://bugs.launchpad.net/ubuntu/+source/casper/+bug/984276
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment