We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25d1b4 commit 63bfafbCopy full SHA for 63bfafb
1 file changed
default.conf
@@ -130,9 +130,8 @@ norescue_entry=false
130
# Modules to include
131
# An array of module directory names to include.
132
# This setting cannot be changed by an argument.
133
-modules=(
134
- "share"
135
-)
+# Use this array only in the configuration files in the channel.
+#modules=("share")
136
137
#-- kernel config --#
138
# Set the kernel that live session use.
@@ -287,7 +286,8 @@ additional_exclude_pkg=()
287
286
288
# Additional list of modules to load
289
# Use this array for debugging only
290
-# This setting cannot be changed by an argument.
+# Change the default behavior of "--add-module".
+# This array is not available in the configuration files in the channel.
291
additional_modules=()
292
293
# Run with tee command
0 commit comments