[arch-releng] [PATCH 1/2] Update pacman.conf overlay to match new config from 3.3.2
Trivial change: just update comments, and add community-testing repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/install-iso/overlay/etc/pacman.conf | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/configs/install-iso/overlay/etc/pacman.conf b/configs/install-iso/overlay/etc/pacman.conf index 6fe3d29..de7e17d 100644 --- a/configs/install-iso/overlay/etc/pacman.conf +++ b/configs/install-iso/overlay/etc/pacman.conf @@ -28,7 +28,6 @@ SyncFirst = pacman #NoExtract = # Misc options (all disabled by default) -#NoPassiveFtp #UseSyslog #ShowSize #UseDelta @@ -52,10 +51,12 @@ SyncFirst = pacman # uncommented to enable the repo. # -# Testing is disabled by default. To enable, uncomment the following -# two lines. You can add preferred servers immediately after the header, -# and they will be used before the default mirrors. +# The testing repositories are disabled by default. To enable, uncomment the +# 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] +## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [core] @@ -66,6 +67,10 @@ Include = /etc/pacman.d/mirrorlist # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist +#[community-testing] +## Add your preferred servers here, they will be used first +#Include = /etc/pacman.d/mirrorlist + [community] # Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist -- 1.6.5
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/xfce4/overlay/etc/rc.d/archiso | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/xfce4/overlay/etc/rc.d/archiso b/configs/xfce4/overlay/etc/rc.d/archiso index 661bcbd..735c297 100644 --- a/configs/xfce4/overlay/etc/rc.d/archiso +++ b/configs/xfce4/overlay/etc/rc.d/archiso @@ -11,7 +11,7 @@ scan_network () netdevs=$(cat /proc/net/dev | grep ':' | cut -d':' -f1) for net in ${netdev}; do stats=$(ifconfig ${net} | tr -s "\n" " ") - + done } scan_mount_pts () -- 1.6.5
participants (1)
-
Gerardo Exequiel Pozzi