diff --git a/SwarselSystems.org b/SwarselSystems.org index fd518cc..82282ce 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1869,14 +1869,14 @@ For added convenience, the live environment displays a helpful text on login, we IP of primary interface: \4 The Password for all users & root is 'setup'. Install the system remotely by running 'bootstrap -n -d ' on a machine with deployed secrets. - Alternatively, run 'swarsel-install -d -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access). + Alternatively, run 'swarsel-install -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access). #+end_src Also, an initial bash history is provided to allow for a very quick local deployment: #+begin_src shell :tangle programs/bash/.bash_history -swarsel-install -f chaostheatre -d /dev/vda +swarsel-install -n chaostheatre #+end_src diff --git a/programs/bash/.bash_history b/programs/bash/.bash_history index 6ede487..3e879d2 100644 --- a/programs/bash/.bash_history +++ b/programs/bash/.bash_history @@ -1 +1 @@ -swarsel-install -f chaostheatre -d /dev/vda +swarsel-install -n chaostheatre diff --git a/programs/etc/issue b/programs/etc/issue index 02696c5..630729c 100644 --- a/programs/etc/issue +++ b/programs/etc/issue @@ -2,4 +2,4 @@ IP of primary interface: \4 The Password for all users & root is 'setup'. Install the system remotely by running 'bootstrap -n -d ' on a machine with deployed secrets. -Alternatively, run 'swarsel-install -d -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access). +Alternatively, run 'swarsel-install -n ' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).