Last active
September 7, 2018 08:53
-
-
Save vincentbernat/dc64193dd7d901a9827b34cd5cef9f6a to your computer and use it in GitHub Desktop.
Revisions
-
vincentbernat revised this gist
Dec 23, 2016 . 1 changed file with 2 additions and 0 deletions.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 @@ -1,3 +1,5 @@ You need to have cs (`pip install cs`) and configure it (see https://github.com/exoscale/cs) 1. Create a VM. The OS doesn't matter. 2. Get the virtual machine ID and execute: `cs attachIso id=5434aada-28cc-4a82-a1eb-8e2d533f66ad virtualmachineid=04aa487b-c6c1-4de2-9237-8f17860351cf` 3. Reboot the VM and open the console. You should get netboot.xyz menu. -
vincentbernat created this gist
Dec 23, 2016 .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,4 @@ 1. Create a VM. The OS doesn't matter. 2. Get the virtual machine ID and execute: `cs attachIso id=5434aada-28cc-4a82-a1eb-8e2d533f66ad virtualmachineid=04aa487b-c6c1-4de2-9237-8f17860351cf` 3. Reboot the VM and open the console. You should get netboot.xyz menu. 4. When the new OS is installed, detach the ISO: `cs detachIso virtualmachineid=04aa487b-c6c1-4de2-9237-8f17860351cf`