summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-05-17 12:12:39 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-05-17 12:12:39 +0200
commitabb35bcb7795cd14bd00387bfd8dc82eeff5b047 (patch)
treebbe0097dfbfac51b7f80b2052e368d6a9ba3b9ec /README
parent47cf82b9f45336accefde20c486ebdb6d0180f20 (diff)
downloadarchauto-abb35bcb7795cd14bd00387bfd8dc82eeff5b047.tar.gz
archauto-abb35bcb7795cd14bd00387bfd8dc82eeff5b047.tar.bz2
small local repo fixes
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
-----------------