Go to file
Oguz Bektas b36f9145aa add vi and nano to base template
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2020-05-08 16:43:13 +02:00
PVE add vi and nano to base template 2020-05-08 16:43:13 +02: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 followup: fix indentation and missing single quote 2019-09-23 10:28:13 +02:00
README added README and COPYING files 2015-08-24 08:01:14 +02:00
aab aab: add use local lib 2020-04-25 17:54:31 +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