Draft: Alpine on Raspberry Pi 3

This commit is contained in:
Felipe Martin 2020-11-29 23:21:15 +01:00
parent 24970d0ddf
commit 6ceae7c22c
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 16 additions and 1 deletions

View File

@ -60,5 +60,20 @@ ln -s media/sda1/boot boot
/dev/sda1 /media/sda1 vfat default 0 0
# Edit boot cmdline to boot from the ext partition
# /mnt
# Add root=/dev/sda2
# Reboot
# After install
# Set swclock (pi doesn't have a hwclock)
rc-update add swclock boot
rc-update del hwclock boot
service hwclock stop
service swclock start
apk update
apk upgrade
```