Alpine Installation (Raspberry Pi 4)
Assuming the boot media is created (sd card) then the following should, generally, get alpine up and running
- Partition disks (as preferred) - leaving the boot partition alone
- Use
ext4
BUT one will have to manually editsetup-disk
to allow the fs for the Pi - Make sure to
mount
the root partition to/mnt
- And then make sure to
mount -o remount,rw /media/<boot device>
and thenmount --bind /media/<boot device> /mnt/boot
- Finally run
setup-disk -m sys /mnt
This should get everything installed, after first boot one should edit fstab and make /boot/boot a bind mount to boot itself (FAT32 doesn't allow symlinking in this case)