From a0972dd60ffabf1342c3a232749da719d9b75fa0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 May 2013 10:13:02 +0200 Subject: playing with local package repo --- README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README') 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 -------- -- cgit v1.2.3-54-g00ecf