mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: fix commands in ISO
This commit is contained in:
parent
cb47c8e13e
commit
c93e9b1ddd
3 changed files with 4 additions and 4 deletions
|
|
@ -1869,14 +1869,14 @@ For added convenience, the live environment displays a helpful text on login, we
|
||||||
IP of primary interface: [31m\4[0m
|
IP of primary interface: [31m\4[0m
|
||||||
The Password for all users & root is '[31msetup[0m'.
|
The Password for all users & root is '[31msetup[0m'.
|
||||||
Install the system remotely by running '[33mbootstrap -n <CONFIGURATION_NAME> -d <IP_FROM_ABOVE> [0m' on a machine with deployed secrets.
|
Install the system remotely by running '[33mbootstrap -n <CONFIGURATION_NAME> -d <IP_FROM_ABOVE> [0m' on a machine with deployed secrets.
|
||||||
Alternatively, run '[33mswarsel-install -d <DISK> -n <CONFIGURATION_NAME>[0m' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
|
Alternatively, run '[33mswarsel-install -n <CONFIGURATION_NAME>[0m' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Also, an initial bash history is provided to allow for a very quick local deployment:
|
Also, an initial bash history is provided to allow for a very quick local deployment:
|
||||||
|
|
||||||
#+begin_src shell :tangle programs/bash/.bash_history
|
#+begin_src shell :tangle programs/bash/.bash_history
|
||||||
swarsel-install -f chaostheatre -d /dev/vda
|
swarsel-install -n chaostheatre
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
swarsel-install -f chaostheatre -d /dev/vda
|
swarsel-install -n chaostheatre
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
IP of primary interface: [31m\4[0m
|
IP of primary interface: [31m\4[0m
|
||||||
The Password for all users & root is '[31msetup[0m'.
|
The Password for all users & root is '[31msetup[0m'.
|
||||||
Install the system remotely by running '[33mbootstrap -n <CONFIGURATION_NAME> -d <IP_FROM_ABOVE> [0m' on a machine with deployed secrets.
|
Install the system remotely by running '[33mbootstrap -n <CONFIGURATION_NAME> -d <IP_FROM_ABOVE> [0m' on a machine with deployed secrets.
|
||||||
Alternatively, run '[33mswarsel-install -d <DISK> -n <CONFIGURATION_NAME>[0m' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
|
Alternatively, run '[33mswarsel-install -n <CONFIGURATION_NAME>[0m' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue