OSDN Git Service

[update] : Added kernel config
authorhayao <shun819.mail@gmail.com>
Fri, 7 Aug 2020 11:59:04 +0000 (20:59 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 7 Aug 2020 11:59:10 +0000 (20:59 +0900)
default.conf

index 61c588d..c56e1b0 100644 (file)
@@ -87,12 +87,6 @@ theme_pkg="plymouth-theme-alter-logo-git"
 
 #-- alteriso config --#
 
-# Set the kernel that live session use.
-# Please don't set anything if you want to use normal kernel.
-# See help for a list of available values.
-# Change the default behavior of "-k" and "--kernel".
-kernel=zen
-
 # Channel name to build by default
 channel_name='xfce'
 
@@ -106,6 +100,19 @@ sfs_comp="zstd"
 sfs_comp_opt=""
 
 
+#-- kernel config --#
+
+# Set the kernel that live session use.
+# Please don't set anything if you want to use normal kernel.
+# See help for a list of available values.
+# Change the default behavior of "-k" and "--kernel".
+kernel="zen"
+kernel_package="linux-zen"
+kernel_headers_packages="linux-zen-headers"
+kernel_filename="vmlinuz-linux-zen"
+kernel_mkinitcpio_profile="linux-zen"
+
+
 #-- Live environment user --#
 
 # Set the default live environment user name
@@ -129,7 +136,7 @@ password="alter"
 usershell="/bin/bash"
 
 
-#-- Language options --#
+#-- language config --#
 
 # Sets the default locale for the live environment.
 # You can also place a package list for that locale name and install packages specific to that locale.