There was an error while loading. Please reload this page.
1 parent c112ea6 commit 9f809dfCopy full SHA for 9f809df
2 files changed
mkosi.conf.d/arch/mkosi.conf
@@ -12,6 +12,7 @@ Packages=
12
cryptsetup
13
dbus-broker-units
14
expac
15
+ fakeroot
16
git
17
iproute2
18
iputils
@@ -21,6 +22,7 @@ Packages=
21
22
man-pages
23
openssh
24
pacman
25
+ pacman-contrib
26
pcsclite
27
perf
28
polkit
mkosi.conf.d/arch/mkosi.extra/etc/pacman.conf
@@ -2,3 +2,17 @@
2
3
[options]
4
DBPath = /usr/lib/pacman
5
+Architecture = auto
6
+Color
7
+HoldPkg = pacman glibc
8
+CheckSpace
9
+ParallelDownloads = 5
10
+DownloadUser = alpm
11
+SigLevel = Required DatabaseOptional
+LocalFileSigLevel = Optional
+
+[core]
+Server = https://fastly.mirror.pkgbuild.com/$repo/os/$arch
+[extra]
0 commit comments