diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-10 21:25:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-26 18:09:01 +0100 |
commit | 576cf244a491a76bae9f6ece57f60a9e3b4ad53f (patch) | |
tree | a214fe03677d6391b6885cd67e67e5a8b94bc724 /man | |
parent | polkit: add missing method calls (diff) | |
download | systemd-576cf244a491a76bae9f6ece57f60a9e3b4ad53f.tar.gz systemd-576cf244a491a76bae9f6ece57f60a9e3b4ad53f.tar.bz2 systemd-576cf244a491a76bae9f6ece57f60a9e3b4ad53f.zip |
man: document that machinectl is also happy with block devices these days
Diffstat (limited to 'man')
-rw-r--r-- | man/machinectl.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index 670205033..fc61613fb 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -70,11 +70,12 @@ top-level directories <filename>/usr</filename>, <filename>/etc</filename>, and so on.</para></listitem> - <listitem><para>btrfs subvolumes containing OS trees, similar to - normal directory trees.</para></listitem> + <listitem><para>btrfs subvolumes containing OS trees, similar to regular directory trees.</para></listitem> - <listitem><para>Binary "raw" disk images containing MBR or GPT - partition tables and Linux file system partitions.</para></listitem> + <listitem><para>Binary "raw" disk image files containing MBR or GPT partition tables and Linux file + systems.</para></listitem> + + <listitem><para>Similarly, block devices containing MBR or GPT partition tables and file systems.</para></listitem> <listitem><para>The file system tree of the host OS itself.</para></listitem> </itemizedlist> |