mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Fix faulty kernel name
This commit is contained in:
parent
4fa067fea1
commit
63d47a0a0a
@ -1527,7 +1527,7 @@ install_base() {
|
||||
BTRF_CHECK=$(echo "btrfs-progs" "-" off)
|
||||
F2FS_CHECK=$(echo "f2fs-tools" "-" off)
|
||||
KERNEL="n"
|
||||
kernels="linux-rt-lts-manjaro linux410 linux-rt-manjaro linux-linux49"
|
||||
kernels="linux-rt-lts-manjaro linux410 linux-rt-manjaro linux49"
|
||||
|
||||
# User to select "standard" or "advanced" installation Method
|
||||
dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " Choose your initsystem " --menu "Some manjaro editions like gnome are incompatible with openrc" 0 0 2 \
|
||||
|
Loading…
Reference in New Issue
Block a user