index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | David Thurstenson <thurstylark@gmail.com> | 2017-03-10 14:01:05 -0600 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2017-03-14 11:12:29 -0300 |
commit | a914269eecca066e8dfe53ae16b5443f232dc498 (patch) | |
tree | 9a0ddd476f1821ac8e46152a744c068659c2411f /hooks | |
parent | 405eb7dd48921b85f37d5738a404798b685fd043 (diff) |
-rw-r--r-- | hooks/archiso_pxe_common | 2 |
diff --git a/hooks/archiso_pxe_common b/hooks/archiso_pxe_common index 422e4f7..96a10c5 100644 --- a/hooks/archiso_pxe_common +++ b/hooks/archiso_pxe_common @@ -26,7 +26,7 @@ run_hook () { fi # setup network and save some values - if ! ipconfig "ip=${ip}"; then + if ! ipconfig -t 20 "ip=${ip}"; then echo "ERROR; Failed to configure network" echo " Falling back to interactive prompt" echo " You can try to fix the problem manually, log out when you are finished" |