HowTo Install Arch Linux: Difference between revisions

From Pumping Station One
Line 101: Line 101:
== Flavor ==
== Flavor ==


=== Salt ===
Some settings common to most of the computers at PS:One can be applied by running the following commands:
Some settings common to most of the computers at PS:One can be applied by running the following commands:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 106: Line 107:
systemctl start salt-minion
systemctl start salt-minion
salt-call state.highstate
salt-call state.highstate
</syntaxhighlight>
=== Network Logins ===
<syntaxhighlight lang="bash">
net ads join -U <your user name>
</syntaxhighlight>
</syntaxhighlight>