docs: mark getting-started/flash installer as optional"
This commit is contained in:
@@ -49,7 +49,7 @@ nav:
|
|||||||
- Guides:
|
- Guides:
|
||||||
- Getting Started:
|
- Getting Started:
|
||||||
- Creating Your First Clan: guides/getting-started/index.md
|
- Creating Your First Clan: guides/getting-started/index.md
|
||||||
- Create Installer: guides/getting-started/installer.md
|
- Create Installer (optional): guides/getting-started/installer.md
|
||||||
- Add Machines: guides/getting-started/add-machines.md
|
- Add Machines: guides/getting-started/add-machines.md
|
||||||
- Secrets & Facts: guides/getting-started/secrets.md
|
- Secrets & Facts: guides/getting-started/secrets.md
|
||||||
- Deploy Machine: guides/getting-started/deploy.md
|
- Deploy Machine: guides/getting-started/deploy.md
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Clan Installer Image for Physical Machines
|
# Clan Installer Image for Physical Machines (optional)
|
||||||
|
|
||||||
To install Clan on physical machines, you need to use our custom installer image. This is necessary for proper installation and operation.
|
To install Clan on physical machines, you need to use our custom installer image. This is necessary for proper installation and operation.
|
||||||
|
|
||||||
@@ -44,11 +44,16 @@ To install Clan on physical machines, you need to use our custom installer image
|
|||||||
```shellSession
|
```shellSession
|
||||||
sudo umount /dev/sdb1
|
sudo umount /dev/sdb1
|
||||||
```
|
```
|
||||||
=== "**Linux OS**"
|
|
||||||
### Step 2. Create a Custom Installer
|
|
||||||
|
|
||||||
Using clan flash enables the inclusion of ssh public keys into the image.
|
### Step 2. Installer
|
||||||
It also allows to set language and keymap in the installer image.
|
|
||||||
|
=== "**Linux OS**"
|
||||||
|
**Create a Custom Installer**
|
||||||
|
|
||||||
|
We recommend to build your own installer because of the following reasons:
|
||||||
|
|
||||||
|
- Include your ssh public keys into the image that allows passwordless ssh connection later on.
|
||||||
|
- Set your preferred language and keymap
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clan flash write --flake git+https://git.clan.lol/clan/clan-core \
|
clan flash write --flake git+https://git.clan.lol/clan/clan-core \
|
||||||
@@ -95,11 +100,8 @@ sudo umount /dev/sdb1
|
|||||||
clan flash list languages
|
clan flash list languages
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=== "**Other OS**"
|
=== "**Other OS**"
|
||||||
### Step 2. Download Generic Installer
|
**Download Generic Installer**
|
||||||
|
|
||||||
For x86_64:
|
For x86_64:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user