summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-05-01 00:53:47 +0200
committer Eric Hameleers <alien@slackware.com>2017-05-01 00:53:47 +0200
commit32f9e63f0f4fd10f2db3e26489c20eec646e9f37 (patch)
treeea718482f2c4f9b8d07661f3c0fd928b7be0b772 /make_slackware_live.sh
parent524f8b6df7a3a6b475adf354e227d377f2f64961 (diff)
downloadliveslak-32f9e63f0f4fd10f2db3e26489c20eec646e9f37.tar.gz
liveslak-32f9e63f0f4fd10f2db3e26489c20eec646e9f37.tar.xz
Add a bit more output detail when starting the script
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 3136810..422c317 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1020,7 +1020,7 @@ if [ "$MULTILIB" = "YES" ]; then
MSEQ="${MSEQ} pkglist:multilib"
fi
-echo "-- Creating '${LIVEDE}' image."
+echo "-- Creating '${LIVEDE}' image (based on ${DISTRO^}-${SL_VERSION} ${SL_ARCH})."
# Module sequence can be composed of multiple sub-sequences:
for MSUBSEQ in ${MSEQ} ; do