Add a new VM to melange: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
* Add vm  | * Add vm  | ||
** Use ubuntu server/desktop ISO  | ** Use ubuntu server/desktop ISO  | ||
* Boot it through complete install and initial update  | * Boot it through complete install and initial update, takes ~10min, ugg  | ||
* Copy MAC address from melange UI  | * Copy MAC address from melange UI  | ||
* Paste it into a new entry, here:  | * Paste it into a new entry, here:  | ||
  m@bitpost [~] emacs config/etc/dnsmasq.d/mbm_lan_dnsmasq.conf  |   m@bitpost [~]    | ||
   emacs config/etc/dnsmasq.d/mbm_lan_dnsmasq.conf  | |||
   sudo service dnsmasq restart # or if you stole an old lease, follow [[dnsmasq#Release_leases]]  | |||
* Stop the VM  | * Stop the VM  | ||
* Remove the CD drive  | * Remove the CD drive  | ||
* Restart and verify you can ssh   | * Restart and verify you can ssh  | ||
* Do the ssh key thing, continue as needed with [[Linux barebones quickstart]]  | * Do the ssh key thing, continue as needed with [[Linux barebones quickstart]]  | ||
Latest revision as of 23:33, 1 November 2022
- Add vm
- Use ubuntu server/desktop ISO
 
 - Boot it through complete install and initial update, takes ~10min, ugg
 - Copy MAC address from melange UI
 - Paste it into a new entry, here:
 
m@bitpost [~] emacs config/etc/dnsmasq.d/mbm_lan_dnsmasq.conf sudo service dnsmasq restart # or if you stole an old lease, follow dnsmasq#Release_leases
- Stop the VM
 - Remove the CD drive
 - Restart and verify you can ssh
 - Do the ssh key thing, continue as needed with Linux barebones quickstart