Ubuntu Renaming a Cloned Virtual Machine: Difference between revisions

From DFWLPiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[Category:Linux]]
Commands to rename/re-id a cloned ubuntu virtual machine: (replace "newhostname" with the proper new system hostname)
Commands to rename/re-id a cloned ubuntu virtual machine: (replace "newhostname" with the proper new system hostname)



Latest revision as of 12:46, 14 June 2021

Commands to rename/re-id a cloned ubuntu virtual machine: (replace "newhostname" with the proper new system hostname)

sudo su -
rm /etc/machine-id
systemd-machine-id-setup
echo newhostname > /etc/hostname
reboot