aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rincewind.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/rincewind.org b/rincewind.org
index b96152d..dc84186 100644
--- a/rincewind.org
+++ b/rincewind.org
@@ -34,7 +34,20 @@ Set up the hooks loaded into the image. Use =mkinitcpio -H <MODULE>= to find out
HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block encrypt filesystems fsck)
#+end_src
+* Pacman
+For this configuration to work there needs to be a small change made to the base =/etc/pacman.conf=. We need to add =Include = /etc/pacman.d/conf/*.conf= under the =[options]= section.
+# This could be added by a script with grep + sed, for future reference.
+Download several packages in parallel.
+#+begin_src conf-unix :tangle "/sudo::/etc/pacman.d/conf/parallel.conf" :mkdirp t
+ ParallelDownloads = 5
+#+end_src
+
+Show a pacman-like animation as the progress bar. Just for funsies.
+
+#+begin_src conf-unix :tangle "/sudo::/etc/pacman.d/conf/candy.conf" :mkdirp t
+ ILoveCandy
+#+end_src