From affa6e70a9da9b4538f85141e604e2189a175e0a Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 16 Oct 2017 23:40:09 -0400 Subject: enable offline install --- configs/profile/root-image/etc/pacman-offline.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/profile/root-image/etc/pacman-offline.conf (limited to 'configs/profile/root-image/etc/pacman-offline.conf') diff --git a/configs/profile/root-image/etc/pacman-offline.conf b/configs/profile/root-image/etc/pacman-offline.conf new file mode 100644 index 0000000..e6efcf1 --- /dev/null +++ b/configs/profile/root-image/etc/pacman-offline.conf @@ -0,0 +1,10 @@ +[options] +HoldPkg = pacman glibc +Architecture = auto +CheckSpace +SigLevel = Required DatabaseOptional +LocalFileSigLevel = Optional + +[isorepo] +SigLevel = Optional TrustAll +Server = file:///isorepo/ -- cgit v1.2.2