summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-06-04 17:28:50 +0200
committer Eric Hameleers <alien@slackware.com>2023-06-04 17:28:50 +0200
commitddebbcb1479db95d6b3ceffa73b7b40322aa89dc (patch)
tree1a576b87fda01034d472eb6f56c697cecacbf114 /make_slackware_live.sh
parent27bb371ecb4def8649301c53fa328f0491e04dc8 (diff)
downloadliveslak-ddebbcb1479db95d6b3ceffa73b7b40322aa89dc.tar.gz
liveslak-ddebbcb1479db95d6b3ceffa73b7b40322aa89dc.tar.xz
Cosmetic change to a comment
Diffstat (limited to 'make_slackware_live.sh')
-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}"