Skip to content

Commit

Permalink
Activate swap at boot on Alpine RPI (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored May 23, 2024
1 parent a515e60 commit e123c23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Services/Alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,9 @@ mkdir media/mmcblk0p1
ln -s media/mmcblk0p1/boot boot # You can safely ignore errors here
```

After that, `reboot` and perform the [post-installation](https://github.com/Antiz96/Linux-Server/blob/main/VMs/Alpine-Linux_Server_Template.md).
The initial configuration is over! You can now `reboot`, activate swap at boot and proceed with the [post-installation](https://github.com/Antiz96/Linux-Server/blob/main/VMs/Alpine-Linux_Server_Template.md):

```bash
reboot
rc-update add swap boot
```

0 comments on commit e123c23

Please sign in to comment.