Add a new VM to melange: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
* 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