~tardypad/alpine-system

Personal Alpine Linux system management
system-config: add ffmpeg package
Upgrade to Alpine Linux 3.21
tardypad.me: bump version

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tardypad/alpine-system
read/write
git@git.sr.ht:~tardypad/alpine-system

You can also use your local clone with git send-email.

#Alpine system

Personal Alpine Linux system management for my server

Currently using version 3.21

  • 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.