Base installer
This commit is contained in:
parent
c77cb382db
commit
405fb1b8bf
2 changed files with 18 additions and 12 deletions
|
|
@ -14,18 +14,24 @@ arch_get_kernel () {
|
|||
echo "linux-generic"
|
||||
echo "linux-image-generic"
|
||||
|
||||
echo "linux-server"
|
||||
echo "linux-image-server"
|
||||
echo "linux-generic-hwe-20.04"
|
||||
echo "linux-image-generic-hwe-20.04"
|
||||
|
||||
echo "linux-virtual"
|
||||
echo "linux-image-virtual"
|
||||
echo "linux-lowlatency"
|
||||
echo "linux-image-lowlatency"
|
||||
|
||||
echo "linux-xen"
|
||||
echo "linux-image-xen"
|
||||
echo "linux-lowlatency-hwe-20.04"
|
||||
echo "linux-image-lowlatency-hwe-20.04"
|
||||
|
||||
echo "linux-preempt"
|
||||
echo "linux-image-preempt"
|
||||
echo "linux-oem-20.04"
|
||||
echo "linux-image-oem-20.04"
|
||||
|
||||
echo "linux-rt"
|
||||
echo "linux-image-rt"
|
||||
echo "linux-virtual"
|
||||
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
|
|||
sed 's/main,restricted/main/; s/ubuntu/trisquel/' -i library.sh ./debian/bootstrap-base.postinst
|
||||
sed 's/ubuntu-keyring/trisquel-keyring/' -i ./debian/control
|
||||
|
||||
#rpl SECMIRROR/ubuntu MIRROR/trisquel . -R
|
||||
#rpl /trisquel \$DIRECTORY . -R
|
||||
rpl SECMIRROR/ubuntu MIRROR/trisquel . -R
|
||||
rpl /trisquel \$DIRECTORY . -R
|
||||
|
||||
changelog "Rebranded and adapted for Trisquel"
|
||||
compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue