Skip to content

Instantly share code, notes, and snippets.

@vincentbernat
Last active September 7, 2018 08:53
Show Gist options
  • Save vincentbernat/dc64193dd7d901a9827b34cd5cef9f6a to your computer and use it in GitHub Desktop.
Save vincentbernat/dc64193dd7d901a9827b34cd5cef9f6a to your computer and use it in GitHub Desktop.

Revisions

  1. vincentbernat revised this gist Dec 23, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original 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.
  2. vincentbernat created this gist Dec 23, 2016.
    4 changes: 4 additions & 0 deletions README.md
    Original 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`