We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f7d7 commit dc3a3cdCopy full SHA for dc3a3cd
system-info
@@ -33,7 +33,7 @@
33
#### Variables
34
########################################################################
35
# Versioning
36
-version="Version: 01.00-11, Script Date: 2022.06.06"
+version="Version: 01.00-12, Script Date: 2022.06.08"
37
#md5_sum=$(md5sum $sname | sed 's/system.*//g' )
38
arg1=$1
39
arg2=$2
@@ -1002,7 +1002,8 @@ function GetLiveCD() {
1002
then
1003
livecd_test="an installed system."
1004
else
1005
- livecd_test="a LiveCD."
+ # Updated terminology: "Live Image Environment", acrconym "LIE"
1006
+ livecd_test="a Live Image Environment (LIE)."
1007
fi
1008
echo -e "The 'system-info' script was booted from $livecd_test"
1009
nl
0 commit comments