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 <matthew.compton@mymail.champlain.edu>

* Forgot about ensuring rsync

Signed-off-by: Matt C <matthew.compton@mymail.champlain.edu>

* Compress iso before upload

Signed-off-by: Matt C <matthew.compton@mymail.champlain.edu>

* 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 <axtlos@tar.black>

* add f2fs-tools

Signed-off-by: axtloss <axtlos@tar.black>

Signed-off-by: axtloss <axtlos@tar.black>

* Update pacman.conf

Signed-off-by: Matt C <matthew.compton@mymail.champlain.edu>

Signed-off-by: Matt C <matthew.compton@mymail.champlain.edu>
Signed-off-by: axtloss <axtlos@tar.black>
Co-authored-by: Fries <fries@tar.black>
Co-authored-by: axtloss <axtlos@tar.black>
main
Matt C 2 years ago committed by GitHub
parent 20f10ed412
commit c8ecf18275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,7 @@ curl
dosfstools
edk2-shell
gtkmm3
f2fs-tools
linux
linux-firmware
memtest86+

@ -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

Loading…
Cancel
Save