Bootstrapping Alpine Linux: Difference between revisions
(use link not from repo so it doesn't disappear on pkgrel bumps) |
m (→References: Changed a hyperlink to https + Rescued a dead hyperlink) |
||
Line 30: | Line 30: | ||
* [[Install Alpine on Rackspace]] | * [[Install Alpine on Rackspace]] | ||
* [[Alpine setup scripts]] | * [[Alpine setup scripts]] | ||
* [ | * [https://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] | * [https://web.archive.org/web/20151008232205/http://uggedal.com/journal/alpine-linux-on-linode/ Alpine Linux on Linode] | ||
* [[Installing Alpine Linux in a chroot]] | * [[Installing Alpine Linux in a chroot]] | ||
[[Category:Installation]] | [[Category:Installation]] | ||
[[Category:Virtualization]] | [[Category:Virtualization]] |
Revision as of 19:51, 26 July 2023
VPS
This section is to provide a means to bootstrap Alpine Linux on any VPS.
Process
Prepare
- Download apk-tools-static for your architecture.
- Unpack .apk
wget https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.0/x86_64/apk.static
tar zxf apk-tools-static-*.apk
Install
sudo ./sbin/apk.static --arch $(arch) -X http://dl-cdn.alpinelinux.org/alpine/latest-stable/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