]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
docs: offline media: fix source text width to 100cc
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 08:33:48 +0000 (10:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 08:33:48 +0000 (10:33 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/offline-media.rst

index 066657df0f6d61ba4c58345e64090943478eb1d5..85e025d53a0839d5d72f1730c761f4c9bd605242 100644 (file)
@@ -35,17 +35,18 @@ To sync the local mirrors to a medium, the following command can be used:
   proxmox-offline-mirror medium sync --id pve-bullseye
 
 This command will sync all mirrors linked with this medium to the medium's mount point.
-Additionally, it will sync all offline keys for further processing by ``proxmox-offline-mirror-helper`` on the
-target system.
+Additionally, it will sync all offline keys for further processing by
+``proxmox-offline-mirror-helper`` on the target system.
 
 Using a Medium
 --------------
 
 After syncing a medium, unmount it and make it accessible on the (offline) target system.  Either
-point `apt` directly at the synced snapshots on the medium or run ``proxmox-offline-mirror-helper setup``.  The
-setup will let you select the mirrors and snapshots and can generate a `sources.list.d` snippet.
-This snippet can be saved to the ``/etc/apt/sources.list.d`` directory. The default file name is
-``offline-mirror.list``.  Don't forget to remove the snippet after the upgrade is done.
+point `apt` directly at the synced snapshots on the medium or run ``proxmox-offline-mirror-helper
+setup``.  The setup will let you select the mirrors and snapshots and can generate a
+`sources.list.d` snippet.  This snippet can be saved to the ``/etc/apt/sources.list.d`` directory.
+The default file name is ``offline-mirror.list``.  Don't forget to remove the snippet after the
+upgrade is done.
 
 You can also configure an HTTP server to provide the snapshots in your internal network.
 A minimal sample configuration for `nginx`:
@@ -59,5 +60,5 @@ The corresponding ``/etc/apt/sources.list.d`` file should contain
   deb [ check-valid-until=false ] http://proxmox-offline-mirror.domain.example/<mirror-name>/<snapshot-timestamp> <codename> <suite>
 
 
-To activate or update an offline subscription key, either use ``proxmox-offline-mirror-helper offline-key`` or
-``proxmox-offline-mirror-helper setup``.
+To activate or update an offline subscription key, either use ``proxmox-offline-mirror-helper
+offline-key`` or ``proxmox-offline-mirror-helper setup``.