Skip to content
Snippets Groups Projects
Verified Commit d0469610 authored by anarcat's avatar anarcat
Browse files

setup chi-node-08 (team#40410)

parent 8077a3aa
No related branches found
No related tags found
No related merge requests found
......@@ -85,11 +85,11 @@ From there on, the machine can be bootstrapped with a basic Debian
installer with the [howto/Fabric](howto/Fabric) code in the `tsa-misc` git
repository. Here's an example of a commandline:
./install -H root@38.229.82.108 \
--fingerprint 17:18:1c:4e:27:40:bb:34:99:82:91:bb:24:a3:82:e8 \
./install -H root@38.229.82.111 \
--fingerprint da:aa:23:4b:8a:ef:5a:b3:2c:9b:6b:63:cb:36:e9:c1 \
--verbose \
hetzner-robot \
--fqdn=chi-node-05.torproject.org \
--fqdn=chi-node-08.torproject.org \
--boot-disk=/dev/sda \
--fai-disk-config=installer/disk-config/gnt-chi-noraid \
--package-list=installer/packages \
......@@ -212,7 +212,7 @@ like so:
```
# for dropbear-initramfs because we don't have dhcp
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX ip=38.229.82.108::38.229.82.1:255.255.255.0::eth0:off"
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX ip=38.229.82.111::38.229.82.1:255.255.255.0::eth0:off"
```
... but it seems it's also possible to specify the IP by configuring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment