docs: sysadmin: fix hyperlink ID conflicts & visual warning message

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
This commit is contained in:
Alexander Zeidler 2023-11-27 19:23:00 +01:00 committed by Thomas Lamprecht
parent 78fc7b0e94
commit 7ea8407f3d

View File

@ -86,8 +86,8 @@ Setting up a New Partition for use as Synced ESP
To format and initialize a partition as synced ESP, for example, after replacing a To format and initialize a partition as synced ESP, for example, after replacing a
failed vdev in an rpool, ``proxmox-boot-tool`` from ``proxmox-kernel-helper`` can be used. failed vdev in an rpool, ``proxmox-boot-tool`` from ``proxmox-kernel-helper`` can be used.
WARNING: the ``format`` command will format the ``<partition>``. Make sure to pass .. WARNING:: the ``format`` command will format the ``<partition>``. Make sure
in the right device/partition! to pass in the right device/partition!
For example, to format an empty partition ``/dev/sda2`` as ESP, run the following: For example, to format an empty partition ``/dev/sda2`` as ESP, run the following:
@ -243,6 +243,8 @@ and is quite well documented
(see the `Grub Manual (see the `Grub Manual
<https://www.gnu.org/software/grub/manual/grub/grub.html>`_). <https://www.gnu.org/software/grub/manual/grub/grub.html>`_).
.. _systembooting-grub-config:
Configuration Configuration
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
@ -300,6 +302,8 @@ Editing the Kernel Commandline
You can modify the kernel commandline in the following places, depending on the You can modify the kernel commandline in the following places, depending on the
bootloader used: bootloader used:
.. _systembooting-kernel-cmdline-grub:
Grub Grub
^^^^ ^^^^
@ -308,6 +312,8 @@ The kernel commandline needs to be placed in the variable
``update-grub`` appends its content to all ``linux`` entries in ``update-grub`` appends its content to all ``linux`` entries in
``/boot/grub/grub.cfg``. ``/boot/grub/grub.cfg``.
.. _systembooting-kernel-cmdline-systemd-boot:
systemd-boot systemd-boot
^^^^^^^^^^^^ ^^^^^^^^^^^^