diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
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 |