Improved netinstall kernel selection
This commit is contained in:
parent
4b860eed32
commit
90edcbba8a
3 changed files with 97 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue