Merge pull request #542 from eamars/master
Fix a typo mistake in UI string (mount/fstab extroot advice)
This commit is contained in:
commit
524c918c7d
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