Created
May 24, 2021 02:37
-
-
Save cmd-not-found/789e4dd9052c24e436b160f95a16e717 to your computer and use it in GitHub Desktop.
Revisions
-
cmd-not-found created this gist
May 24, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ```