Skip to content

Commit

Permalink
Update server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Jan 1, 2025
1 parent 87d7cda commit 844d2ef
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/reference/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ If you are setting this up on a home server, verify, **before installing Saltbox

### Tips

#### Ubuntu 20.04
#### Ubuntu 22 or better

- If you get an option like below, select choose `ubuntu-2004-focal-64-minimal`.
- If you get an option like below, select choose Ubuntu 22 or better, which may be named something like `ubuntu-2204-jammy-64-minimal` or `ubuntu-2404-noble-64-minimal`.

![](../images/ubuntu-selection.png)

Note that the image is well out of date, but the concept is the important thing.

- Install OpenSSH server if asked.

#### Partitioning
Expand Down Expand Up @@ -121,9 +123,11 @@ Examples:
PART lvm vg0 all
LV vg0 swap swap swap 8G
LV vg0 root / ext4 all
IMAGE /root/.oldroot/nfs/install/../images/Ubuntu-2004-focal-64-minimal.tar.gz
IMAGE /root/.oldroot/nfs/install/../images/Ubuntu-2204-jammy-64-minimal.tar.gz
```

BE SURE to verify the image; DO NOT blindly copy-paste this to your system

- Hetzner installimage (with a separate 250G partition for `/opt` utilizing BTRFS for snapshot backups)

``` bash
Expand All @@ -148,5 +152,7 @@ Examples:
LV vg0 swap swap swap 8G
LV vg0 opt /opt btrfs 250G
LV vg0 root / ext4 all
IMAGE /root/.oldroot/nfs/install/../images/Ubuntu-2004-focal-64-minimal.tar.gz
IMAGE /root/.oldroot/nfs/install/../images/Ubuntu-2204-jammy-64-minimal.tar.gz
```

BE SURE to verify the image; DO NOT blindly copy-paste this to your system

0 comments on commit 844d2ef

Please sign in to comment.