diff --git a/usr/lib/archboot/installer/autoconfiguration.sh b/usr/lib/archboot/installer/autoconfiguration.sh index 1ca301ab5..90db9f5e2 100644 --- a/usr/lib/archboot/installer/autoconfiguration.sh +++ b/usr/lib/archboot/installer/autoconfiguration.sh @@ -26,7 +26,7 @@ _auto_network() fi _progress "13" "Enable network and proxy settings on installed system..." # copy iwd keys and enable iwd - if grep -q 'wlan' /.network-interface; then + if grep -q 'wlan' /.network-interface 2>${_NO_LOG}; then cp -r /var/lib/iwd "${_DESTDIR}"/var/lib chroot "${_DESTDIR}" systemctl enable iwd &>"${_NO_LOG}" fi diff --git a/usr/share/archboot/doc/gallery.html b/usr/share/archboot/doc/gallery.html index 3c781f7a9..f85f894f5 100644 --- a/usr/share/archboot/doc/gallery.html +++ b/usr/share/archboot/doc/gallery.html @@ -13,7 +13,7 @@

Logo

Archboot Project Gallery | Donate

-

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 21.07.2023 18:39

+

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 14.08.2023 17:42

Grub Menu

Grub

Early Userspace