Lts kernel fix
This commit is contained in:
parent
6acc34d429
commit
15002e2412
@ -1802,9 +1802,9 @@ install_main() {
|
|||||||
extra_packages
|
extra_packages
|
||||||
|
|
||||||
if yesno "Choose Kernel" "\nWant to use the standard linux or linux LTS kernel" "Linux" "Linux LTS"; then
|
if yesno "Choose Kernel" "\nWant to use the standard linux or linux LTS kernel" "Linux" "Linux LTS"; then
|
||||||
KERNEL="linux-lts"
|
|
||||||
else
|
|
||||||
KERNEL="linux"
|
KERNEL="linux"
|
||||||
|
else
|
||||||
|
KERNEL="linux-lts"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# user can choose to bail at this point
|
# user can choose to bail at this point
|
||||||
|
Reference in New Issue
Block a user