Bootstrapping Alpine Linux

From Alpine Linux
Revision as of 12:57, 4 June 2023 by Csarnow (talk | contribs) (Switched apk-tools-static url to https and current (3.18) version. https is necessary as you are downloading something you execute and no other verification takes place.)


VPS

This section is to provide a means to bootstrap Alpine Linux on any VPS.

Process

Prepare

  1. Download apk-tools-static for your architecture.
  2. wget https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/apk-tools-static-2.14.0-r2.apk
  3. Unpack .apk
  4. 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