Existing Alpine installation: Difference between revisions
Appearance
Taken from https://github.com/postmarketOS/pmbootstrap/issues/1064#issuecomment-354659034, will be useful for reference. |
add hint about initramfs |
||
Line 12: | Line 12: | ||
(Use <code>device-qemu-amd64</code> for a x86_64 installation, but this will also install a kernel -- maybe it makes sense to introduce a new "docker device" without any kernel, you could experiment with that if you want.) | (Use <code>device-qemu-amd64</code> for a x86_64 installation, but this will also install a kernel -- maybe it makes sense to introduce a new "docker device" without any kernel, you could experiment with that if you want.) | ||
If you want to use the postmarketOS initramfs, make sure that you adjust the [[Partition-layout|partition labels]] accordingly. |
Revision as of 00:49, 23 January 2018
To turn Alpine into postmarketOS:
- Install Alpine Linux
- Add this key to
/etc/apk/keys
- Add this mirror to the top of
/etc/apk/repositories
:
http://postmarketos.brixit.nl
- Install the packages for the device and UI you want to have, for example:
apk add -u postmarketos-base device-nokia-rx51 postmarketos-ui-hildon
(Use device-qemu-amd64
for a x86_64 installation, but this will also install a kernel -- maybe it makes sense to introduce a new "docker device" without any kernel, you could experiment with that if you want.)
If you want to use the postmarketOS initramfs, make sure that you adjust the partition labels accordingly.