summaryrefslogtreecommitdiff
path: root/libvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-01-02 01:54:18 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-01-02 01:54:18 +0000
commit845c3db11407261deaa87f25c2fe7b02e57e48e5 (patch)
tree47d1a4a33d1afa52fd9b19f8a64cd7fadcf08e40 /libvasile
parentc4ff05e3d371b664094c337b0c224dfa1b8c32aa (diff)
well, since we use one function for both build and iso, the message should be a bit more...common
Diffstat (limited to 'libvasile')
-rwxr-xr-xlibvasile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvasile b/libvasile
index bc3dd45..f591776 100755
--- a/libvasile
+++ b/libvasile
@@ -32,7 +32,7 @@ chrootchecksumx64 () {
echo "good, x64 squashed chroot && checksum file found ... verifying integrity"
echo ""
if [[ "$(md5sum -c "$chrootx64md5")" ]] ; then
- echo "good, x64 squashed chroot checksum passed ... starting environment"
+ echo "good, x64 squashed chroot checksum passed ... starting engines"
echo ""
sleep 1
break
@@ -53,7 +53,7 @@ chrootchecksumx86 () {
echo "good, x86 squashed chroot && checksum file found ... verifying integrity"
echo ""
if [[ "$(md5sum -c "$chrootx86md5")" ]] ; then
- echo "good, x86 squashed chroot checksum found ... starting environment"
+ echo "good, x86 squashed chroot checksum found ... starting engines"
echo ""
sleep 1
break