From 568828276ae95f066b88f5ff064fd8a182f1445e Mon Sep 17 00:00:00 2001 From: Adam Jafarov Date: Thu, 22 Dec 2022 23:00:32 +0300 Subject: [PATCH] SteamOS 3.4 rebase --- .../etc/holoinstall/post_install/pacman.conf | 22 +++++++++---------- airootfs/etc/pacman.conf | 22 +++++++++---------- pacman.conf | 12 +++++----- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/airootfs/etc/holoinstall/post_install/pacman.conf b/airootfs/etc/holoinstall/post_install/pacman.conf index 3b3df38..393ce29 100644 --- a/airootfs/etc/holoinstall/post_install/pacman.conf +++ b/airootfs/etc/holoinstall/post_install/pacman.conf @@ -22,7 +22,7 @@ HoldPkg = pacman glibc Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = linux-firmware-neptune linux-firmware-neptune-rtw-debug +IgnorePkg = jupiter-hw-support linux-firmware-neptune linux-firmware-neptune-rtw-debug #IgnoreGroup = #NoUpgrade = @@ -33,7 +33,7 @@ IgnorePkg = linux-firmware-neptune linux-firmware-neptune-rtw-debug #Color #TotalDownload # We cannot check disk space from within a chroot environment -#CheckSpace +CheckSpace #VerbosePkgLists ParallelDownloads = 5 @@ -70,7 +70,7 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[testing-rel] #Include = /etc/pacman.d/mirrorlist [holoiso-stable] @@ -81,30 +81,30 @@ SigLevel = Never Include = /etc/pacman.d/holo_mirrorlist SigLevel = Never -[jupiter] +[jupiter-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[holo] +[holo-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[core] +[core-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[extra] +[extra-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -#[community-testing] +#[community-testing-rel] #Include = /etc/pacman.d/mirrorlist -[community] +[community-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[multilib] +[multilib-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never @@ -112,4 +112,4 @@ SigLevel = Never # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll -#Server = file:///home/custompkgs \ No newline at end of file +#Server = file:///home/custompkgs diff --git a/airootfs/etc/pacman.conf b/airootfs/etc/pacman.conf index 3b3df38..393ce29 100644 --- a/airootfs/etc/pacman.conf +++ b/airootfs/etc/pacman.conf @@ -22,7 +22,7 @@ HoldPkg = pacman glibc Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = linux-firmware-neptune linux-firmware-neptune-rtw-debug +IgnorePkg = jupiter-hw-support linux-firmware-neptune linux-firmware-neptune-rtw-debug #IgnoreGroup = #NoUpgrade = @@ -33,7 +33,7 @@ IgnorePkg = linux-firmware-neptune linux-firmware-neptune-rtw-debug #Color #TotalDownload # We cannot check disk space from within a chroot environment -#CheckSpace +CheckSpace #VerbosePkgLists ParallelDownloads = 5 @@ -70,7 +70,7 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[testing-rel] #Include = /etc/pacman.d/mirrorlist [holoiso-stable] @@ -81,30 +81,30 @@ SigLevel = Never Include = /etc/pacman.d/holo_mirrorlist SigLevel = Never -[jupiter] +[jupiter-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[holo] +[holo-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[core] +[core-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[extra] +[extra-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -#[community-testing] +#[community-testing-rel] #Include = /etc/pacman.d/mirrorlist -[community] +[community-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never -[multilib] +[multilib-rel] Include = /etc/pacman.d/mirrorlist SigLevel = Never @@ -112,4 +112,4 @@ SigLevel = Never # tips on creating your own repositories. #[custom] #SigLevel = Optional TrustAll -#Server = file:///home/custompkgs \ No newline at end of file +#Server = file:///home/custompkgs diff --git a/pacman.conf b/pacman.conf index 29ae89e..43ff730 100644 --- a/pacman.conf +++ b/pacman.conf @@ -85,30 +85,30 @@ Server = http://dl.thevakhovske.pw/$repo/os/$arch Server = http://holoiso.itsvixano.me/$repo/os/$arch SigLevel = Never -[jupiter] +[jupiter-rel] Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch SigLevel = Never -[holo] +[holo-rel] Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch SigLevel = Never -[core] +[core-rel] Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch SigLevel = Never -[extra] +[extra-rel] Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch SigLevel = Never #[community-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[community-rel] Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch SigLevel = Never -[multilib] +[multilib-rel] Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch SigLevel = Never