]> git.proxmox.com Git - aab.git/blob - README
use new config properties for sample lxc config
[aab.git] / README
1 Usage example:
2
3 1) Create an aab.conf file describing your template.
4
5 --- Example aab.conf:
6 Name: base
7 Version: 2015-08-21-1
8 Section: optional
9 Maintainer: Your Name
10 Headline: ArchLinux base image.
11 Architecture: x86_64
12 Source: http://archlinux.cu.be/$repo/os/$arch
13 --- End of example
14
15 2) Run as root:
16
17 # ./aab init
18 # ./aab bootstrap
19
20 3) Maybe install additional packages
21
22 # ./aab install base-devel
23
24 4) Create the archive and clean up:
25
26 # ./aab finalize
27 # ./aab cleanup