summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-09-27 19:35:20 -0400
committerScott Moser <smoser@ubuntu.com>2013-09-27 19:35:20 -0400
commitfdf5a48420b670b4b07c745b2b80c1cb23f253db (patch)
tree25596b8dc52d4e355805dfdff2032763e57d73cc /doc/examples
parent8e105ba9e5bf771112ce07d40a2fc18c90d8bf86 (diff)
downloadvyos-cloud-init-fdf5a48420b670b4b07c745b2b80c1cb23f253db.tar.gz
vyos-cloud-init-fdf5a48420b670b4b07c745b2b80c1cb23f253db.zip
remove non-ascii chars
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/cloud-config-disk-setup.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/cloud-config-disk-setup.txt b/doc/examples/cloud-config-disk-setup.txt
index d3129058..3fc47699 100644
--- a/doc/examples/cloud-config-disk-setup.txt
+++ b/doc/examples/cloud-config-disk-setup.txt
@@ -204,10 +204,10 @@ Where:
and then the raw disk. Consider the following:
NAME FSTYPE LABEL
xvdb
- ├─xvdb1 ext4
- ├─xvdb2
- ├─xvdb3 btrfs test
- └─xvdb4 ext4 test
+ |-xvdb1 ext4
+ |-xvdb2
+ |-xvdb3 btrfs test
+ \-xvdb4 ext4 test
If you ask for 'auto', label of 'test, and file system of 'ext4'
then cloud-init will select the 2nd partition, even though there