Skip to content
Snippets Groups Projects
Commit 405fb1b8 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Base installer

parent c77cb382
No related branches found
No related tags found
No related merge requests found
...@@ -14,18 +14,24 @@ arch_get_kernel () { ...@@ -14,18 +14,24 @@ arch_get_kernel () {
echo "linux-generic" echo "linux-generic"
echo "linux-image-generic" echo "linux-image-generic"
echo "linux-server" echo "linux-generic-hwe-20.04"
echo "linux-image-server" echo "linux-image-generic-hwe-20.04"
echo "linux-virtual" echo "linux-lowlatency"
echo "linux-image-virtual" echo "linux-image-lowlatency"
echo "linux-xen" echo "linux-lowlatency-hwe-20.04"
echo "linux-image-xen" echo "linux-image-lowlatency-hwe-20.04"
echo "linux-preempt" echo "linux-oem-20.04"
echo "linux-image-preempt" echo "linux-image-oem-20.04"
echo "linux-rt" echo "linux-virtual"
echo "linux-image-rt" echo "linux-image-virtual"
echo "linux-image-extra-virtual"
echo "linux-virtual-hwe-20.04"
echo "linux-image-virtual-hwe-20.04"
echo "linux-image-extra-virtual-hwe-20.04"
} }
...@@ -29,8 +29,8 @@ sed s/KERNEL_PRIO=medium/KERNEL_PRIO=high/g library.sh -i ...@@ -29,8 +29,8 @@ sed s/KERNEL_PRIO=medium/KERNEL_PRIO=high/g library.sh -i
sed 's/main,restricted/main/; s/ubuntu/trisquel/' -i library.sh ./debian/bootstrap-base.postinst sed 's/main,restricted/main/; s/ubuntu/trisquel/' -i library.sh ./debian/bootstrap-base.postinst
sed 's/ubuntu-keyring/trisquel-keyring/' -i ./debian/control sed 's/ubuntu-keyring/trisquel-keyring/' -i ./debian/control
#rpl SECMIRROR/ubuntu MIRROR/trisquel . -R rpl SECMIRROR/ubuntu MIRROR/trisquel . -R
#rpl /trisquel \$DIRECTORY . -R rpl /trisquel \$DIRECTORY . -R
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