Bootstrapping Alpine Linux: Difference between revisions
m (Putting section to describe a general process of bootstrapping Alpine) |
No edit summary |
||
Line 9: | Line 9: | ||
=== Install === | === 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 === | === Bootloader === |
Revision as of 14:17, 19 May 2016
VPS
This section is to provide a means to bootstrap Alpine Linux on any VPS.
Process
Prepare
Install
sudo apk --arch x86 -X http://nl.alpinelinux.org/alpine/v3.3/main/ -U --allow-untrusted --root /tmp/target --initdb add alpine-base
Bootloader
References
- Running a Custom Linux Distribution on a Linode
- 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
- How do I chain boot from grub to syslinux?
- Alpine Linux on Linode
- Installing Alpine Linux in a chroot