Difference between revisions of "Alpine Linux"

Jump to navigation Jump to search
110 bytes added ,  20:11, 14 May 2023
Extra alpine details
(First save Alpine Linux)
 
(Extra alpine details)
 
Line 1: Line 1:
Minimalist traditionalist Linux distribution. Can be installed on a [[Rasperry Pi]] too.
Minimalist traditionalist Linux distribution. Can be installed on a [[Raspberry Pi]] too.


== Installation on Raspbery Pi ==
== Installation on Raspberry Pi ==
Set up the [[SD Card]] like so using fdisk, once you have idenfied the name of the sd-card device using [[dmesg]]:
Set up the [[SD Card]] like so using fdisk, once you have idenfied the name of the sd-card device using [[dmesg]]:


Line 19: Line 19:


Device        Boot  Start      End  Sectors  Size Id Type
Device        Boot  Start      End  Sectors  Size Id Type
/dev/mmcblk0p1       8192  532479  524288  256M  c W95 FAT32 (LBA)
/dev/mmcblk0p1 *      8192  532479  524288  256M  c W95 FAT32 (LBA)
/dev/mmcblk0p2      532480 31116287 30583808 14.6G 83 Linux</nowiki>
/dev/mmcblk0p2      532480 31116287 30583808 14.6G 83 Linux</nowiki>
Make sure to set the bootable flag for the 256MB W95 partition above. Also needs to be LBA if not already.

Navigation menu