~tardypad/alpine-system

Personal Alpine Linux system management for my server

52284bb tardypad.me: bump version

5 days ago

321d85d tardypad.me: bump version

a month ago

#Alpine system

Personal Alpine Linux system management for my server

Currently using version 3.20

  • bin: scripts to manage packages
  • builds: custom packages builds
  • setup: scripts to setup system
  • utilities: helper scripts to manage the repository

#Setup

Some setup config rely on it being done on a Leaseweb VPS.
The installation is done from booting the netboot.xyz ISO.

# on remote
wget -O - https://git.sr.ht/~tardypad/alpine-system/blob/master/setup/setup-1.sh | sh

# on local with HDD=hdd1 or HDD=hdd2
sh setup/setup-2.sh $HDD

#Builds

Builds are run within a pre setup LXC container named "alpine-builds". The build container can be created via the "utilities/setup-build-container" script.