Skip to content

Commit 9c04259

Browse files
authored
Merge pull request #56 from carpentriesoffline/jsteyn-patch-7
Update miniHPC_step_by_step.md
2 parents 413656f + 5e79b8c commit 9c04259

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

miniHPC_step_by_step.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@ When using the The Raspberry Pi Imager, select the Device and OS.
3535

3636
The OS selection should be `Raspberry Pi OS (other)` -> `Raspberry Pi OS Lite (64-bit)`.
3737

38-
![image alt >](../images/screenshots/imager-hero-shot.png)
38+
![image alt >](images/screenshots/imager-hero-shot.png)
3939

4040
Selecting the device:
4141

42-
![image alt >](../images/screenshots/imager-device-selection.png)
42+
![image alt >](images/screenshots/imager-device-selection.png)
4343

4444

4545
Selecting the OS:
4646

47-
![](../images/screenshots/imager-OS-selection-1.png)
47+
![](images/screenshots/imager-OS-selection-1.png)
4848

49-
![](../images/screenshots/imager-OS-selection-2.png)
49+
![](images/screenshots/imager-OS-selection-2.png)
5050

5151
After this, please select the sdcard you would like to flash the image on, Then press `NEXT`.
5252

53-
![](../images/screenshots/imager-sd-card-selection.png)
53+
![](images/screenshots/imager-sd-card-selection.png)
5454

5555
it will ask if the user wants to do any customisation, select `EDIT SETTINGS`.
5656

57-
![](../images/screenshots/imager-customiser-dialog.png)
57+
![](images/screenshots/imager-customiser-dialog.png)
5858

5959
This will show a pop-up window where the following configuration options can be defined for your set-up (below are examples) such that your OS is pre-configured upon first boot.
6060

@@ -63,22 +63,22 @@ This will show a pop-up window where the following configuration options can be
6363
1. Password: `*****`
6464
1. WiFI SSID and Password: Enter your WiFi details
6565

66-
![](../images/screenshots/imager-os-config.png)
66+
![](images/screenshots/imager-os-config.png)
6767

6868
Then go to the `SERVICES` tab and enable SSH with password authentication (alternatively, adding a ssh public key). If you would like to set up easy access to the Pi via an ssh key, please see [here](ssh-setup.md).
6969

7070
_TODO: Section on generating an ssh key-pair._
7171

72-
![](../images/screenshots/imager-pwd-setup.png)
72+
![](images/screenshots/imager-pwd-setup.png)
7373

7474

7575
After, saving this, select `YES` to apply the configuration.
7676

77-
![](../images/screenshots/imager-os-config-apply.png)
77+
![](images/screenshots/imager-os-config-apply.png)
7878

7979
Confim writing to the sdcard (please backup any data on the sdcard, any existing data will be **LOST!**)
8080

81-
![](../images/screenshots/imager-confirm-sdcard-write.png)
81+
![](images/screenshots/imager-confirm-sdcard-write.png)
8282

8383
# Installing SLURM/HPC
8484

@@ -265,12 +265,12 @@ cd pxe-boot
265265

266266
Initalise a PXE node:
267267
```
268-
./pxe-add <serial number> ../node.img <IP address> <node name> <mac address>
268+
./pxe-add <serial number> node.img <IP address> <node name> <mac address>
269269
```
270270

271271
for example:
272272
```
273-
./pxe-add fa917c3a ../node.img 192.168.5.105 pixie002 dc:a6:32:af:83:d0
273+
./pxe-add fa917c3a node.img 192.168.5.105 pixie002 dc:a6:32:af:83:d0
274274
```
275275

276276
This will create an entry with the serial number in /pxe-boot and /pxe-root.

0 commit comments

Comments
 (0)