Skip to content
Snippets Groups Projects
Commit 8ca9495b authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'bugfix-debian-installer' into 'belenos'

Bugfix debian installer

  Avoid using system files in helper and replaced shim-signed with shim

See merge request !13
parents 6a723214 3468ba93
No related branches found
No related tags found
No related merge requests found
......@@ -21,21 +21,6 @@ VERSION=3
NETINST=true
. ./config
cat << EOF > /etc/apt/sources.list
deb $DEVELMIRROR $CODENAME main
deb-src $DEVELMIRROR $CODENAME main
deb $LOCALMIRROR $CODENAME main
deb $LOCALMIRROR $CODENAME-updates main
deb-src $LOCALMIRROR $CODENAME main
deb-src $LOCALMIRROR $CODENAME-updates main
deb-src $MIRROR $UPSTREAM main
deb-src $MIRROR $UPSTREAM-updates main
deb-src $MIRROR $UPSTREAM-security main
EOF
apt-get update
apt-get install trisquel-keyring
find build/pkg-lists -type f | xargs sed -i /media-retriever/d
......@@ -45,6 +30,8 @@ sed -i "s/^MEDIUM_SUPPORTED.*/MEDIUM_SUPPORTED = cdrom netboot/g" ./build/config
sed 's/ubuntu-archive-keyring.gpg/trisquel-archive-keyring.gpg/' -i build/config/common
sed -i 's/shim-signed/shim/g' debian/control
cp $DATA/splash.png build/boot/x86/pics/trisquel.png
sed -i 's/ubuntu.png/trisquel.png/g' build/config/x86.cfg
......@@ -78,5 +65,3 @@ rpl ubuntu-archive-keyring trisquel-archive-keyring . -R
changelog "Rebranded and adapted for Trisquel"
compile
cp build/tmp/netboot/mini.iso build/tmp/netboot/initrd.gz /root/
cp build/dest/cdrom/vmlinuz /root/
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