File tree Expand file tree Collapse file tree
airootfs.i686/etc/lightdm
airootfs.x86_64/etc/lightdm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ session-wrapper=/etc/lightdm/Xsession
120120autologin-user=%USERNAME%
121121autologin-user-timeout=0
122122#autologin-in-background=false
123- autologin-session=lxde
123+ autologin-session=LXDE
124124#exit-on-failure=false
125125
126126#
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ session-wrapper=/etc/lightdm/Xsession
120120autologin-user=%USERNAME%
121121autologin-user-timeout=0
122122#autologin-in-background=false
123- autologin-session=lxde
123+ autologin-session=LXDE
124124#exit-on-failure=false
125125
126126#
Original file line number Diff line number Diff line change @@ -148,15 +148,6 @@ checkpkg() {
148148}
149149
150150
151- _pacman_install () {
152- for i in ${@ } ; do
153- if [[ $( checkpkg " ${i} " ) = false ]]; then
154- pacman -S --noconfirm " ${i} "
155- fi
156- done
157- }
158-
159-
160151run () {
161152 msg_info " Running ${@ } "
162153 ${@ }
@@ -185,10 +176,10 @@ prepare() {
185176
186177
187178update_arch_key () {
179+ pacman-key --refresh-keys
188180 pacman-key --init
189181 pacman-key --populate archlinux
190- _pacman_install core/archlinux-keyring
191- pacman-key --refresh-keys
182+ pacman -S --noconfirm core/archlinux-keyring
192183 pacman -Sy
193184}
194185
@@ -217,9 +208,8 @@ remove_alter_key() {
217208}
218209
219210update_arch32_key () {
220- pacman -Syy --config " ${alter_pacman_conf_i686} "
221- pacman -Sw --noconfirm --config " ${alter_pacman_conf_i686} " archlinux32-keyring
222- pacman -U --noconfirm $( ls /var/cache/pacman/pkg/* | grep archlinux32-keyring | tail -n 1)
211+ pacman -Sy --config " ${alter_pacman_conf_i686} "
212+ pacman --noconfirm -S --config " ${alter_pacman_conf_i686} " alter-stable/archlinux32-keyring
223213 pacman-key --init
224214 pacman-key --populate archlinux32
225215 # pacman-key --refresh-keys
You can’t perform that action at this time.
0 commit comments