Skip to content

Instantly share code, notes, and snippets.

@cmd-not-found
Created May 24, 2021 02:37
Show Gist options
  • Save cmd-not-found/789e4dd9052c24e436b160f95a16e717 to your computer and use it in GitHub Desktop.
Save cmd-not-found/789e4dd9052c24e436b160f95a16e717 to your computer and use it in GitHub Desktop.

Revisions

  1. cmd-not-found created this gist May 24, 2021.
    17 changes: 17 additions & 0 deletions xcp-ng-guest-tools-install.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # XCP-ng Guest Tools Install

    Simple how-to to remind me how to use the locally mounted guest tools install.

    > **REF:** <https://xcp-ng.org/docs/guests.html>
    ## Mount ISO and Install

    1. Select `guest-tools.iso` and mount.

    2. Mount the **ISO** and execute install script.

    ```sh
    mount /dev/cdrom /mnt
    bash /mnt/Linux/install.sh
    umount /dev/cdrom
    ```