don't show error on offline installation'

This commit is contained in:
Tobias Powalowski 2023-08-14 19:20:30 +02:00
parent 4174dce91b
commit f0ef8e06f1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -13,7 +13,7 @@
<body>
<p><span><img src="/web/logo.png" alt="Logo"></span></p>
<h1>Archboot Project Gallery | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="/web/donate.png" alt="Donate"></a></h1>
<p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong><br>Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a></strong><br><strong>Last update: 21.07.2023 18:39</strong></p>
<p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong><br>Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a></strong><br><strong>Last update: 14.08.2023 17:42</strong></p>
<h2>Grub Menu</h2>
<p><span><img src="/web/grub.png" alt="Grub"></span></p>
<h2>Early Userspace</h2>