]> git.proxmox.com Git - aab.git/commitdiff
added README and COPYING files
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Aug 2015 06:01:11 +0000 (08:01 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Aug 2015 06:01:14 +0000 (08:01 +0200)
COPYING [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
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 (file)
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