projects
/
live-initramfs-grml.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update changelog for new release.
[live-initramfs-grml.git]
/
grml
/
05mountpoints
diff --git
a/grml/05mountpoints
b/grml/05mountpoints
index
e2b07a4
..
66706a8
100755
(executable)
--- a/
grml/05mountpoints
+++ b/
grml/05mountpoints
@@
-35,7
+35,7
@@
fi
MOUNTED_ON=$(grep /live/image /proc/mounts 2>/dev/null | cut -f 1 -d " ")
if [ -n "$MOUNTED_ON" ] ; then
- echo "
-> Mounted live system on
$MOUNTED_ON">/dev/console
+ echo "
* Mounted live system from
$MOUNTED_ON">/dev/console
fi
log_end_msg