Improved netinstall kernel selection

This commit is contained in:
Ruben Rodriguez 2020-07-10 13:53:20 -04:00
parent 4b860eed32
commit 90edcbba8a
3 changed files with 97 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2009-2010 Rubén Rodríguez <ruben@gnu.org>
# Copyright (C) 2009-2020 Rubén Rodríguez <ruben@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -17,11 +17,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
NETINST=true
. ./config
cp $DATA/* kernel/
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