From c8ecf18275b38b86b05791da94a3e74dacdbf439 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 29 Sep 2022 18:25:34 -0400 Subject: [PATCH] Development: Use shim temp repo while falcon suffers (#28) * we're really smart * packages: add wireguard-tools * Push output to falcon Signed-off-by: Matt C * Forgot about ensuring rsync Signed-off-by: Matt C * Compress iso before upload Signed-off-by: Matt C * Add vmware and virtualbox utils (#27) * Add open-vm-tools and virtualbox-guest-utils this gives a better experience when using crystal with vmware or virtualbox * Update chrooted-iso.sh Signed-off-by: axtloss * add f2fs-tools Signed-off-by: axtloss Signed-off-by: axtloss * Update pacman.conf Signed-off-by: Matt C Signed-off-by: Matt C Signed-off-by: axtloss Co-authored-by: Fries Co-authored-by: axtloss --- crystal/packages.x86_64 | 1 + crystal/pacman.conf | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/crystal/packages.x86_64 b/crystal/packages.x86_64 index 7bcf408..7136703 100644 --- a/crystal/packages.x86_64 +++ b/crystal/packages.x86_64 @@ -8,6 +8,7 @@ curl dosfstools edk2-shell gtkmm3 +f2fs-tools linux linux-firmware memtest86+ diff --git a/crystal/pacman.conf b/crystal/pacman.conf index e42ecc0..9846c03 100644 --- a/crystal/pacman.conf +++ b/crystal/pacman.conf @@ -73,10 +73,12 @@ RemoteFileSigLevel = Never # after the header, and they will be used before the default mirrors. [crystal-x86_64] -Include = /etc/pacman.d/crystal-mirrorlist +#Include = /etc/pacman.d/crystal-mirrorlist +Server = https://executor.repo.getcryst.al [crystal-any] -Include = /etc/pacman.d/crystal-mirrorlist +#Include = /etc/pacman.d/crystal-mirrorlist +Server = https://executor.repo.getcryst.al #[testing] #Include = /etc/pacman.d/mirrorlist