fix a typo error in command script shown to users
Signed-off-by: Ran Bao <worksev@gmail.com>
This commit is contained in:
parent
b1217c88c3
commit
38b7c6cef4
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ o.default = [[
|
|||
mkdir -p /tmp/extroot
|
||||
mount --bind / /tmp/introot
|
||||
mount /dev/sda1 /tmp/extroot
|
||||
tar -C /tmp/intproot -cvf - . | tar -C /tmp/extroot -xf -
|
||||
tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf -
|
||||
umount /tmp/introot
|
||||
umount /tmp/extroot</pre>
|
||||
]] %{
|
||||
|
|
Loading…
Reference in a new issue