summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index cfdc8b5..0f4d01a 100644
--- a/README
+++ b/README
@@ -34,7 +34,9 @@ We can also make available the packages on this webserver:
mkdir -p {core,extra,community}/os/x86_64/
repo-add core/os/x86_64/core.db.tar.gz core/os/x86_64/*
tar zcvfT extra/os/x86_64/extra.db.tar.gz /dev/null
+ln -s extra.db.tar.gz extra/os/x86_64/extra.db
tar zcvfT community/os/x86_64/community.db.tar.gz /dev/null
+ln -s community.db.tar.gz community/os/x86_64/community.db
TFTP root
--------
@@ -55,6 +57,11 @@ Build the following packages from AUR:
qdbm-1.8.78-1-x86_64.pkg.tar.xz
cfengine-3.4.4-2-x86_64.pkg.tar.xz
+Put them into a local repository 'aba':
+
+mkdir -p aba/os/x86_64/
+repo-add aba/os/x86_64/aba.db.tar.gz aba/os/x86_64/*
+
Install Archlinux
-----------------