~gjabell/alpine-conf

Personal fork of alpine-conf
Use PASSWORD during lbu decryption
4f960a81 — Natanael Copa 3 years ago
update-kernel: fix Warning: extra firmware "" not found!
Add support for https in setup-bootable

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~gjabell/alpine-conf
read/write
git@git.sr.ht:~gjabell/alpine-conf

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

#alpine-conf

This repo contains a set of utilities for making backup of config files and for setting up a new Alpine Linux computer.

#LBU

#Basic usage

  • To add a file or folder to be backed up, lbu include /path/to/foo
  • To remove a file from being backed up, lbu exclude /path/to/foo
  • To setup LBU options, edit /etc/lbu/lbu.conf
  • To create a package as specified in lbu.conf, lbu commit
  • To override destination of the backup package, lbu package /path/to/bar.apkovl.tar.gz

#Setup scripts

The main script is called setup-alpine, and it will perform basic system setup. Each script can be called independently, for example:

  • setup-acf sets up ACF web interface
  • setup-ntp sets up NTP service
  • etc.

For further information, please see https://pkgs.alpinelinux.org/package/edge/main/x86_64/alpine-conf or the Alpine Linux documentation wiki at https://wiki.alpinelinux.org.