OSDN Git Service

[fix] : bug that icon not shown
[alterlinux/alterlinux.git] / default.conf
index 14a8813..d5599ef 100644 (file)
@@ -6,9 +6,14 @@
 #
 # (c) 2019-2020 Fascode Network.
 #
-# config
+# default.conf
+#
+# The script first reads this file
+# You can change the default settings here
+#
+# Some values described here will be overridden by the arguments.
+# If you want to prohibit overwriting with arguments, use the config of each channel.
 #
-# Overwrites the first to read and set the build script
 # This configuration file follows the bash syntax.
 #
 
@@ -81,11 +86,6 @@ kernel=zen
 # Change the default behavior of "-j" and "--japanese".
 japanese=false
 
-# Enable post-build cleaning.
-# When enabled, airootfs in the working directory is deleted after squashfs is created.
-# Change the default behavior of "-l" and "cleanup".
-cleaning=false
-
 # Channel name to build by default
 channel_name='xfce'
 
@@ -113,14 +113,12 @@ password="alter"
 usershell="/bin/bash"
 
 
-#-- Debug options --#
+#-- Script options --#
 
-# Set debug mode.
-# This setting can only be set to true or false.
-# If bash_debug is set to true, it will be easier to see how the script is executed by executing set -xv.
-# If debug is set to true, debug messages useful for channel development will be displayed.
-bash_debug=false
-debug=false
+# Enable post-build cleaning.
+# When enabled, airootfs in the working directory is deleted after squashfs is created.
+# Change the default behavior of "-l" and "cleanup".
+cleaning=false
 
 # Set whether to check the build.
 # If true, do not check. If false, confirm.
@@ -140,11 +138,35 @@ nocolor=false
 # Change the default behavior of "--nodepend".
 nodepend=false
 
+# Do not check the current kernel or load kernel modules.
+# Change the default behavior of "--noloopmod".
+noloopmod=false
+
+# Do not include the channel name in the filename of the image file.
+# This setting cannot be changed by an argument.
+nochname=false
+
+#-- Debug options --#
+
+# Set debug mode.
+# This setting can only be set to true or false.
+# If bash_debug is set to true, it will be easier to see how the script is executed by executing set -xv.
+# If debug is set to true, debug messages useful for channel development will be displayed.
+bash_debug=false
+debug=false
+
 # If set to true, enable message debag.
 # Change the default behavior of "--msgdebug".
 msgdebug=false
 
+# If set to true, enable git version
+# Change the default behavior of "--gitversion".
+gitversion=false
+
+
 # List of packages required for build
+# The following packages are checked to see if they are installed before running build.sh
+# Also, wizard.sh will install it automatically.
 dependence=(
     "alterlinux-keyring"
 #   "archiso"
@@ -158,6 +180,7 @@ dependence=(
     "lz4"
     "lzo"
     "make"
+    "ninja"
     "squashfs-tools"
     "libisoburn"
  #  "lynx"