Bootstrapping Alpine Linux: Difference between revisions

From Alpine Linux
m (New Section - VPS - Provide a means of bootstrapping Alpine on any VPS)
No edit summary
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
This section is to provide a means to bootstrap Alpine Linux on any VPS.
This section is to provide a means to bootstrap Alpine Linux on any VPS.


== Process ==
=== Prepare ===
=== Install ===
<code>sudo apk --arch x86 -X http://nl.alpinelinux.org/alpine/v3.3/main/ -U --allow-untrusted --root /tmp/target --initdb add alpine-base</code>
=== Bootloader ===
== References ==
* [https://www.linode.com/docs/tools-reference/custom-kernels-distros/running-a-custom-linux-distro-on-a-linode-vps Running a Custom Linux Distribution on a Linode]
* [https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-custom-compiled-kernel-with-pvgrub Run a Custom Compiled Kernel with PV-GRUB]
* [[Replacing non-Alpine Linux with Alpine remotely]]
* [[Install Alpine on Amazon EC2]]
* [[Install Alpine on coLinux]]
* [[Install Alpine on Rackspace]]
* [[Alpine setup scripts]]
* [http://serverfault.com/questions/98950/how-do-i-chain-boot-from-grub-to-syslinux How do I chain boot from grub to syslinux?]
* [http://uggedal.com/journal/alpine-linux-on-linode/ Alpine Linux on Linode]
* [[Installing Alpine Linux in a chroot]]


[[Category:Installation]]
[[Category:Installation]]
[[Category:Virtualization]]

Revision as of 14:17, 19 May 2016