projects
/
live-initramfs-grml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99d3c6
)
Synchronize with Debian version 1.173.3-1.
author
Michael Prokop
<mika@grml.org>
Sat, 20 Feb 2010 16:09:02 +0000
(17:09 +0100)
committer
Michael Prokop
<mika@grml.org>
Sat, 20 Feb 2010 16:19:20 +0000
(17:19 +0100)
scripts/live
patch
|
blob
|
history
diff --git
a/scripts/live
b/scripts/live
index
e2e0d09
..
d162f75
100755
(executable)
--- a/
scripts/live
+++ b/
scripts/live
@@
-717,7
+717,7
@@
copy_live_to ()
# begin copying (or uncompressing)
mkdir "${copyto}"
-
echo
"mount -t ${fstype} ${mount_options} ${dev} ${copyto}"
+
log_begin_msg
"mount -t ${fstype} ${mount_options} ${dev} ${copyto}"
mount -t "${fstype}" ${mount_options} "${dev}" "${copyto}"
if [ "${extension}" = "tgz" ]
@@
-1109,7
+1109,7
@@
setup_unionfs ()
if [ "${UNIONTYPE}" = "aufs" ]
then
- roopt="rr,
xino=/tmp/aufs.
xino"
+ roopt="rr,
no
xino"
else
roopt="ro"
fi