File tree 3 files changed +7
-12
lines changed 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Changed
20
20
- Increase EROFS compression for the baseline profile by using an extreme LZMA compression level and enabling the
21
21
experimental compressed fragments and data deduplication features.
22
22
- Identify the ISO volume via a UUID instead of a file system label in all boot loader configuration files.
23
+ - Update ``pacman.conf `` to match the one shipped with pacman 6.0.2-7 which removes the community repository.
23
24
24
25
Deprecated
25
26
----------
Original file line number Diff line number Diff line change @@ -70,19 +70,16 @@ LocalFileSigLevel = Optional
70
70
# repo name header and Include lines. You can add preferred servers immediately
71
71
# after the header, and they will be used before the default mirrors.
72
72
73
- #[testing]
73
+ #[core- testing]
74
74
#Include = /etc/pacman.d/mirrorlist
75
75
76
76
[core]
77
77
Include = /etc/pacman.d/mirrorlist
78
78
79
- [extra]
80
- Include = /etc/pacman.d/mirrorlist
81
-
82
- #[community-testing]
79
+ #[extra-testing]
83
80
#Include = /etc/pacman.d/mirrorlist
84
81
85
- [community ]
82
+ [extra ]
86
83
Include = /etc/pacman.d/mirrorlist
87
84
88
85
# If you want to run 32 bit applications on your x86_64 system,
Original file line number Diff line number Diff line change @@ -70,19 +70,16 @@ LocalFileSigLevel = Optional
70
70
# repo name header and Include lines. You can add preferred servers immediately
71
71
# after the header, and they will be used before the default mirrors.
72
72
73
- #[testing]
73
+ #[core- testing]
74
74
#Include = /etc/pacman.d/mirrorlist
75
75
76
76
[core]
77
77
Include = /etc/pacman.d/mirrorlist
78
78
79
- [extra]
80
- Include = /etc/pacman.d/mirrorlist
81
-
82
- #[community-testing]
79
+ #[extra-testing]
83
80
#Include = /etc/pacman.d/mirrorlist
84
81
85
- [community ]
82
+ [extra ]
86
83
Include = /etc/pacman.d/mirrorlist
87
84
88
85
# If you want to run 32 bit applications on your x86_64 system,
You can’t perform that action at this time.
0 commit comments