Skip to content
Snippets Groups Projects

Add nabia release

Merged Luis Guzmán requested to merge Ark74/makeiso:nabia into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -129,8 +129,6 @@ export LANGUAGE=C
DO_SOURCE(){
#use proxy only if proxy variables are set
[ -n "$PROXY_ADDRESS" ] && [ -n "$PROXY_PORT" ] && \
echo "Acquire::http::Proxy \"http://$PROXY_ADDRESS:$PROXY_PORT/\";" > /etc/apt/apt.conf.d/proxy.conf
cat << EOF > /etc/apt/sources.list
deb $MIRROR $CODENAME main
deb $MIRROR $CODENAME-updates main
@@ -189,7 +187,7 @@ then
echo "Umounting and removing $1"
fuser -k $1 || true
for MOUNT in $1/proc $1/sys $1/dev/pts $1/tmp $1
do
do
umount $MOUNT || true
done
rm -rf $1
@@ -264,6 +262,7 @@ KERNEL=linux-generic
# package install
echo "KERNEL=$KERNEL" > $CHROOT/tmp/install
echo "DIST=$DIST" >> $CHROOT/tmp/install
echo "REL=$REL" >> $CHROOT/tmp/install
echo 'LANG=C
apt-get update
apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends $KERNEL trisquel-minimal trisquel-base
Loading