summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 9c6b19b..cfdc8b5 100644
--- a/README
+++ b/README
@@ -3,8 +3,8 @@ Requirements
pacman -S archiso qemu syslinux darkhttpd
-ArchISO
--------
+ArchISO and optional local cache
+--------------------------------
We build a live Arch boot CD.
@@ -29,6 +29,13 @@ mkdir archiso
mount -o loop,ro archlive/out/archlinux-2013.05.16-dual.iso archiso
darkhttpd . --port 8080 &
+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
+tar zcvfT community/os/x86_64/community.db.tar.gz /dev/null
+
TFTP root
--------