diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/standard-conf.xml | 4 | ||||
-rw-r--r-- | man/systemd-detect-virt.xml | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/man/standard-conf.xml b/man/standard-conf.xml index 004f53f70c..ffc6f76294 100644 --- a/man/standard-conf.xml +++ b/man/standard-conf.xml @@ -30,7 +30,9 @@ the vendor, the recommended way is to place a symlink to <filename>/dev/null</filename> in the configuration directory in <filename>/etc/</filename>, with the same filename as the vendor - configuration file.</para> + configuration file. If the vendor configuration file is included in + the initrd image, the image has to be regenerated.</para> + </refsection> <refsection id='main-conf'> diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml index 40755a24d0..9ea9141d4d 100644 --- a/man/systemd-detect-virt.xml +++ b/man/systemd-detect-virt.xml @@ -88,7 +88,7 @@ </thead> <tbody> <row> - <entry morerows="8">VM</entry> + <entry morerows="9">VM</entry> <entry><varname>qemu</varname></entry> <entry>QEMU software virtualization</entry> </row> @@ -134,6 +134,11 @@ </row> <row> + <entry><varname>parallels</varname></entry> + <entry>Parallels Desktop, Parallels Server</entry> + </row> + + <row> <entry morerows="5">container</entry> <entry><varname>openvz</varname></entry> <entry>OpenVZ/Virtuozzo</entry> |