Difference between revisions of "Ubuntu Renaming a Cloned Virtual Machine"
From DFWLPiki
(Created page with "Commands to rename/re-id a cloned ubuntu virtual machine: sudo su - rm /etc/machine-id systemd-machine-id-setup echo newhostname > /etc/hostname reboot") |
(No difference)
|
Revision as of 13:46, 13 June 2021
Commands to rename/re-id a cloned ubuntu virtual machine:
sudo su - rm /etc/machine-id systemd-machine-id-setup echo newhostname > /etc/hostname reboot