Skip to content

Commit 63bfafb

Browse files
committed
[update] : Updated comments
1 parent e25d1b4 commit 63bfafb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

default.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ norescue_entry=false
130130
# Modules to include
131131
# An array of module directory names to include.
132132
# This setting cannot be changed by an argument.
133-
modules=(
134-
"share"
135-
)
133+
# Use this array only in the configuration files in the channel.
134+
#modules=("share")
136135

137136
#-- kernel config --#
138137
# Set the kernel that live session use.
@@ -287,7 +286,8 @@ additional_exclude_pkg=()
287286

288287
# Additional list of modules to load
289288
# Use this array for debugging only
290-
# This setting cannot be changed by an argument.
289+
# Change the default behavior of "--add-module".
290+
# This array is not available in the configuration files in the channel.
291291
additional_modules=()
292292

293293
# Run with tee command

0 commit comments

Comments
 (0)