fix a typo error in command script shown to users

Signed-off-by: Ran Bao <worksev@gmail.com>
(cherry picked from commit 38b7c6cef4)
This commit is contained in:
Ran Bao 2015-11-06 12:48:47 +13:00 committed by Hannu Nyman
parent 5511c29bdf
commit 7200d69cae

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