Merge pull request #542 from eamars/master

Fix a typo mistake in UI string (mount/fstab extroot advice)
This commit is contained in:
Hannu Nyman 2015-11-06 09:53:36 +02:00
commit 524c918c7d

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