Skip to content

Commit c93e9b1

Browse files
committed
chore: fix commands in ISO
1 parent cb47c8e commit c93e9b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SwarselSystems.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,14 +1869,14 @@ For added convenience, the live environment displays a helpful text on login, we
18691869
IP of primary interface: \4
18701870
The Password for all users & root is 'setup'.
18711871
Install the system remotely by running 'bootstrap -n <CONFIGURATION_NAME> -d <IP_FROM_ABOVE> ' on a machine with deployed secrets.
1872-
Alternatively, run 'swarsel-install -d <DISK> -n <CONFIGURATION_NAME>' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
1872+
Alternatively, run 'swarsel-install -n <CONFIGURATION_NAME>' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
18731873

18741874
#+end_src
18751875

18761876
Also, an initial bash history is provided to allow for a very quick local deployment:
18771877

18781878
#+begin_src shell :tangle programs/bash/.bash_history
1879-
swarsel-install -f chaostheatre -d /dev/vda
1879+
swarsel-install -n chaostheatre
18801880
#+end_src
18811881

18821882

programs/bash/.bash_history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
swarsel-install -f chaostheatre -d /dev/vda
1+
swarsel-install -n chaostheatre

programs/etc/issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
IP of primary interface: \4
33
The Password for all users & root is 'setup'.
44
Install the system remotely by running 'bootstrap -n <CONFIGURATION_NAME> -d <IP_FROM_ABOVE> ' on a machine with deployed secrets.
5-
Alternatively, run 'swarsel-install -d <DISK> -n <CONFIGURATION_NAME>' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).
5+
Alternatively, run 'swarsel-install -n <CONFIGURATION_NAME>' for a local install. For your convenience, an example call is in the bash history (press up on the keyboard to access).

0 commit comments

Comments
 (0)