diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-09-27 19:35:20 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-09-27 19:35:20 -0400 |
commit | fdf5a48420b670b4b07c745b2b80c1cb23f253db (patch) | |
tree | 25596b8dc52d4e355805dfdff2032763e57d73cc /doc | |
parent | 8e105ba9e5bf771112ce07d40a2fc18c90d8bf86 (diff) | |
download | vyos-cloud-init-fdf5a48420b670b4b07c745b2b80c1cb23f253db.tar.gz vyos-cloud-init-fdf5a48420b670b4b07c745b2b80c1cb23f253db.zip |
remove non-ascii chars
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-disk-setup.txt | 8 |
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 |