Skip to content

Instantly share code, notes, and snippets.

@Slamdunk
Last active June 11, 2020 08:09
Show Gist options
  • Save Slamdunk/932fcfd06161863da590902d5a1730ce to your computer and use it in GitHub Desktop.
Save Slamdunk/932fcfd06161863da590902d5a1730ce to your computer and use it in GitHub Desktop.
Compile SystemRescueCD with ZFS
diff --git a/packages b/packages
index 0988933..6c6268e 100644
--- a/packages
+++ b/packages
@@ -175,3 +175,4 @@ zerofree
zile
zip
zsh
+archzfs-linux-lts
diff --git a/pacman.conf b/pacman.conf
index 3feaf33..09e3145 100644
--- a/pacman.conf
+++ b/pacman.conf
@@ -85,3 +85,6 @@ Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
+[archzfs]
+SigLevel = Optional TrustAll
+Server = https://archzfs.com/$repo/$arch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment