aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index cba9ff8..9d86b13 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1621,7 +1621,7 @@ RODIRS="${LIVE_BOOT}"
# Create the verification file for the install_pkgs function:
echo "${THEDATE} (${BUILDER})" > ${LIVE_BOOT}/${MARKER}
-# Do we need to add core2ram:
+# Do we need to add core2ram modules:
if [ "$CORE2RAM" == "YES" ]; then
echo "-- Adding core2ram."
MSEQ="pkglist:${CORE2RAMMODS/ /,} ${MSEQ}"