This in turn allows to also use images from other subdirectories, e.g.
`images/installer/`, and not just from `images/screenshot/`.
Replacing all paths was done mechanically using:
sed -i 's/thumbnail="pmg-gui/thumbnail="screenshot\/pmg-gui/g' *.adoc
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
the result looks correct, and using sed might help in case the
pve-docs get updated:
sed -ri 's/([^-])pve([^.])/\1pmg\2/g;
/^ifdef::wiki\[\]/,/^endif::wiki\[\]/d' system-booting.adoc
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>