Draft: Alpine on Raspberry Pi 3
This commit is contained in:
parent
24970d0ddf
commit
6ceae7c22c
1 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue