Skip to content

Commit

Permalink
🛠 NEW: how to bake an ortelius pi cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
sachajw committed Oct 25, 2024
1 parent 0d17359 commit b32a4c4
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions content/en/blog/contributors/how-to-bake-an-ortelius-pi-part01.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,13 @@ usb-storage.quirks=05dc:a838:u cgroup_enable=memory cgroup_memory=1 console=seri
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/00-choose-device-os-storage.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

**Choose** `Raspberry Pi4 models B, 400 and Compute Modules 4, 4s`

<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/01-choose-device.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

#### CHOOSE OS
Expand All @@ -163,23 +161,20 @@ usb-storage.quirks=05dc:a838:u cgroup_enable=memory cgroup_memory=1 console=seri
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/02-choose-other-general-purpose-os.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

**Choose** `Ubuntu`

<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/03-choose-ubuntu.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

**Choose** `Ubuntu Server 22.04.4 LTS (64-bit)`

<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/04-choose-ubuntu-server-22-04-4-lts-x64.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

#### CHOOSE STORAGE
Expand All @@ -189,7 +184,6 @@ Note: This will look different on your machine especially if you are using eithe
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/05-choose-device-media.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

- `Next`
Expand All @@ -198,29 +192,24 @@ Note: This will look different on your machine especially if you are using eithe

Use OS Customization by clicking: `EDIT SETTINGS`

<p></p>
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/07-use-os-customisation.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

Fill in the required info according to your specifications.

Remember to change the `HOSTNAMES` `pi01` | `pi02` | `pi03` before each installation of Ubuntu on the SD Card

(You can use whatever hostnames make sense to you)
- Fill in the required info according to your specifications.
- Remember to change the `HOSTNAMES` `pi01` | `pi02` | `pi03` before each installation of Ubuntu on the SD Card
- You can use whatever hostnames make sense to you

<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/08-general-settings.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>

<p></p>
<br>
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/09-enable-ssh-password-auth.png" alt="raspberry-pi-4b" height="300px" width="650px" />
<p></p>
</div>
<br>

- If you decide to use `Allow public-key authentication only` which I would recommend you need to do some extra steps
- Generate the keys in the home folder at this location `/Users/<your username>/.ssh` if you are using a Mac or Linux
Expand Down Expand Up @@ -261,20 +250,16 @@ Host pi03.yourdomain.com

**Check** the boxes specific to your needs.

<p></p>
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/10-options.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

**Click** `YES` to apply the OS customisation settings

<p></p>
<div class="col-left">
<img src="/images/how-to-bake-an-ortelius-pi/part01/11-use-os-customisation-yes.png" alt="raspberry-pi-4b" height="300px" width="650px" />
</div>
<p></p>
<br>

**Rinse and repeat for each SD Card or USB flash stick.**
Expand Down

0 comments on commit b32a4c4

Please sign in to comment.