index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2016-03-18 22:04:16 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2016-03-18 22:04:16 -0300 |
commit | e018653a23391cfb04ea563e83ed9a887a54d628 (patch) | |
tree | d5364257cd99ad0a35efa1b3ed0f4537223ebb64 /archiso/initcpio | |
parent | 5ebc4c90c892726c1fdb88a6cbe3672e45e6f6e3 (diff) |
-rw-r--r-- | archiso/initcpio/hooks/archiso_pxe_common | 3 |
diff --git a/archiso/initcpio/hooks/archiso_pxe_common b/archiso/initcpio/hooks/archiso_pxe_common index d3aa46f..2449b6c 100644 --- a/archiso/initcpio/hooks/archiso_pxe_common +++ b/archiso/initcpio/hooks/archiso_pxe_common @@ -50,7 +50,8 @@ run_latehook () { [[ -z "${copy_resolvconf}" ]] && copy_resolvconf="y" if [[ "${copytoram}" == "y" ]]; then - ip address flush scope global + ip addr flush ${bootif_dev} + ip link set ${bootif_dev} down elif [[ "${copy_resolvconf}" != "n" && -f /etc/resolv.conf ]]; then cp /etc/resolv.conf /new_root/etc/resolv.conf fi |