Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/user_interaction/system_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/user_interaction/system_conf.py')
-rw-r--r--archinstall/lib/user_interaction/system_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/user_interaction/system_conf.py b/archinstall/lib/user_interaction/system_conf.py
index e1581677..68a1a7d2 100644
--- a/archinstall/lib/user_interaction/system_conf.py
+++ b/archinstall/lib/user_interaction/system_conf.py
@@ -21,7 +21,7 @@ def select_kernel(preset: List[str] = None) -> List[str]:
:rtype: string
"""
- kernels = ["linux", "linux-lts", "linux-zen", "linux-hardened"]
+ kernels = ["linux", "linux-lts", "linux-zen", "linux-pae"]
default_kernel = "linux"
warning = str(_('Are you sure you want to reset this setting?'))