The new release also brings things such a the serial console
installer and a expandend 'Advanced Options' menu.
This mostly aligns it with the respective documentation from PVE,
rewording some things and adding some {NOTE,TIP,WARNING}s from there as
well.
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>
this section explains how multiple object categories and multiple
objects interact with the rule matching.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
and "Debian Firmware Repository", with mutual linking. Largely
identical to PVE docs, except for:
- remove mentions of ensuring a safe cluster node reboot
- adapt internal links for this doc structure
Firmware updates are important, their existence should not be checked
only when there are already noticeable problems.
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
Since the actual system-checks are done in GiB and to stay consistent
with the other docs, change all GB units to GiB
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
[S.I.: fix a stray ' ' introduced with this commit]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
During the redesign of www.proxmox.com the menu structure and therefore
some url changed. Update the external link in order to avoid an
unneccessary redirect.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
we don't use it for building the package, and what's happening
afterwards isn't really the task of d/control to enforce.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This follows commit
ba6ea595629b20adbfc8241b9a2d20aa14c338f3
from pve-docs.
and addresses [0].
[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036030#10
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
taken from 1c894423cf56b2c8d4fc7be75a6847ecaf6b10c3
in pve-docs
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
follows commit 67f4cd3b44ddb0e8525d094188e56e41bc669cd4
in pve-docs for consistency
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
previously this linked to the options section, this was misleading and
lead users to miss the smtp whitelist configuration section. linking
the correct section here also makes it clearer that these settings
refer to the smtp whitelist.
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>