mirror of
https://git.proxmox.com/git/aab.git
synced 2025-12-06 10:32:30 +00:00
No description
> 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> |
||
|---|---|---|
| PVE | ||
| scripts | ||
| .gitignore | ||
| aab | ||
| COPYING | ||
| Makefile | ||
| 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