fix a typo error in command script shown to users

Signed-off-by: Ran Bao <worksev@gmail.com>
This commit is contained in:
Ran Bao 2015-11-06 12:48:47 +13:00
parent b1217c88c3
commit 38b7c6cef4

View file

@ -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>
]] %{