Skip to content
Snippets Groups Projects
Commit 38eaebdd authored by Mason Hock's avatar Mason Hock
Browse files

begin to update for etiona

parent 7cd0faeb
No related branches found
No related tags found
No related merge requests found
...@@ -26,9 +26,6 @@ find build/pkg-lists -type f | xargs sed -i /media-retriever/d ...@@ -26,9 +26,6 @@ find build/pkg-lists -type f | xargs sed -i /media-retriever/d
LASTKERNEL=$(apt-cache show linux-libc-dev|grep ^Version |head -n1|cut -d" " -f2|cut -d. -f1,2,3) LASTKERNEL=$(apt-cache show linux-libc-dev|grep ^Version |head -n1|cut -d" " -f2|cut -d. -f1,2,3)
/bin/sed -i "s/^BASEVERSION.*/BASEVERSION = $LASTKERNEL/g" ./build/config/i386.cfg ./build/config/amd64.cfg /bin/sed -i "s/^BASEVERSION.*/BASEVERSION = $LASTKERNEL/g" ./build/config/i386.cfg ./build/config/amd64.cfg
sed -i "s/^MEDIUM_SUPPORTED.*/MEDIUM_SUPPORTED = cdrom netboot/g" ./build/config/i386.cfg ./build/config/amd64.cfg sed -i "s/^MEDIUM_SUPPORTED.*/MEDIUM_SUPPORTED = cdrom netboot/g" ./build/config/i386.cfg ./build/config/amd64.cfg
sed -i "/signed/d" ./build/config/amd64.cfg
sed 's/ubuntu-archive-keyring.gpg/trisquel-archive-keyring.gpg/' -i build/config/common
sed -i 's/shim-signed/shim/g' debian/control sed -i 's/shim-signed/shim/g' debian/control
...@@ -62,6 +59,10 @@ rpl "Trisquel Ltd, and Rosetta" "Canonical Ltd, and Rosetta" . -R ...@@ -62,6 +59,10 @@ rpl "Trisquel Ltd, and Rosetta" "Canonical Ltd, and Rosetta" . -R
rpl ubuntu-keyring trisquel-keyring . -R rpl ubuntu-keyring trisquel-keyring . -R
rpl ubuntu-archive-keyring trisquel-archive-keyring . -R rpl ubuntu-archive-keyring trisquel-archive-keyring . -R
/bin/sed -i '/KERNELNAME_ALT_SUFFIX/d' build/config/*.cfg
/bin/sed -i '/KERNELNAME_ALT_SUFFIX/d' build/config/*/*.cfg
/bin/sed -i '/efi.img/d' build/config/*.cfg
changelog "Rebranded and adapted for Trisquel" changelog "Rebranded and adapted for Trisquel"
compile compile
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