Provision ubuntu: Difference between revisions
From Pumping Station One
m Robot: Cosmetic changes |
|||
| Line 43: | Line 43: | ||
|} | |} | ||
Double click the <code>VM >> Hardware >> Display >> Standard VGA (std)</code> | Double click the <code>VM >> Hardware >> Display >> Standard VGA (std)</code> | ||
The default works, but on my many monitors, the VNC client window is large enough that the terminal goes past the bottom of the monitor. | The default works, but on my many monitors, the VNC client window is large enough that the terminal goes past the bottom of the monitor. | ||
* | * Press Start | ||
* | * Press Console | ||
== Installation == | == Installation == | ||
For the most part, defaults work. | For the most part, defaults work. Pick a hostname that reflects what the machine is for. | ||
== Setting up Salt-Minion == | == Setting up Salt-Minion == | ||
| Line 74: | Line 74: | ||
sudo salt '${hostname}' state.highstate | sudo salt '${hostname}' state.highstate | ||
At this point, a reboot is a good idea. | At this point, a reboot is a good idea. Salt has probably messed with the host and/or domain name settings, but not applied them. Samba get's a little confused when this information changes, but hasn't been understood system wide. | ||