Go to file
Stoiko Ivanov 60dbf75e0c exclude linux-firmware from installed packages
This reduces a fresh containers' size by ~220M (170M for the gziped template)
and additionally prevents one spurious errormessage from
`systemd-tmpfiles --create` occuring during bootup and other invocations
(e.g. `pacman -S $package`)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2019-04-26 08:17:03 +00:00
PVE exclude linux-firmware from installed packages 2019-04-26 08:17:03 +00:00
scripts initial import 2015-08-21 09:08:11 +02:00
.gitignore initial import 2015-08-21 09:08:11 +02:00
COPYING added README and COPYING files 2015-08-24 08:01:14 +02:00
Makefile Use %m (month) not %M (minute) for today's date... 2017-12-14 09:03:01 +01:00
README added README and COPYING files 2015-08-24 08:01:14 +02:00
aab using a weak key for pacman-key --init 2015-08-31 10:37:42 +02:00

README

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