No description
Find a file
Thomas Lamprecht 1bf98fcd43 AAB: drop outdated community repo from repo config
> The [community] repository will be merged into [extra] and will
> therefore be empty after the migration.
-- https://archlinux.org/news/git-migration-announcement/

And nowadays it's not only empty but completely gone.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-09-07 19:29:09 +02:00
PVE AAB: drop outdated community repo from repo config 2025-09-07 19:29:09 +02:00
scripts initial import 2015-08-21 09:08:11 +02:00
.gitignore initial import 2015-08-21 09:08:11 +02:00
aab finalize: allow to choose gzip or zstd and default to latter 2021-12-01 19:47:41 +01:00
COPYING update copyright years 2021-12-01 19:46:45 +01:00
Makefile replace broken mirror with current worldwide geo.mirror.pkgbuild.com default 2025-09-07 19:27:39 +02:00
README added README and COPYING files 2015-08-24 08:01:14 +02:00

Usage example:

1) Create an aab.conf file describing your template.

--- Example aab.conf:
Name: base
Version: 2015-08-21-1
Section: optional
Maintainer: Your Name
Headline: ArchLinux base image.
Architecture: x86_64
Source: http://archlinux.cu.be/$repo/os/$arch
--- End of example

2) Run as root:

  # ./aab init
  # ./aab bootstrap

3) Maybe install additional packages

  # ./aab install base-devel

4) Create the archive and clean up:

  # ./aab finalize
  # ./aab cleanup