Text that we want to show up as monospace needs to be indented
by at least four spaces.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
Pushed as trivial.
guests/README.markdown | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/guests/README.markdown b/guests/README.markdown
index d10727c..f225da7 100644
--- a/guests/README.markdown
+++ b/guests/README.markdown
@@ -159,14 +159,14 @@ the official qcow2 images can be used to quickly bring up such
guests.
The default qcow2 images are sized too small to be usable. To enlarge
them do
- $ virsh blockresize libvirt-freebsd-$MAJOR \
- /var/lib/libvirt/images/libvirt-freebsd-$MAJOR.qcow2 15G
+ $ virsh blockresize libvirt-freebsd-$MAJOR \
+ /var/lib/libvirt/images/libvirt-freebsd-$MAJOR.qcow2 15G
Then inside the guest, as root, enlarge the 3rd partition & filesystem
to consume all new space:
- # gpart resize -i 3 vtbd0
- # service growfs onestart
+ # gpart resize -i 3 vtbd0
+ # service growfs onestart
Some manual tweaking will be needed, in particular:
--
2.24.1
Show replies by date