From 564915270f807acf35e30c429e17504af4b2a077 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 24 Aug 2015 08:01:11 +0200 Subject: [PATCH] added README and COPYING files --- COPYING | 11 +++++++++++ README | 27 +++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 COPYING create mode 100644 README diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..b1b9e21 --- /dev/null +++ b/COPYING @@ -0,0 +1,11 @@ +Copyright (C) 2015 Proxmox Server Solutions GmbH + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. diff --git a/README b/README new file mode 100644 index 0000000..2805731 --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +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