diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 4 | ||||
| -rwxr-xr-x | scripts/live-bottom/23networking | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/live b/scripts/live index e211263..b886f47 100755 --- a/scripts/live +++ b/scripts/live @@ -650,7 +650,7 @@ do_netmount () modprobe -q af_packet # For DHCP - udevtrigger + udevadm trigger udevsettle ipconfig ${DEVICE} | tee /netboot.config @@ -1041,7 +1041,7 @@ setup_unionfs () modprobe -q -b ${module} done - udevtrigger + udevadm trigger udevsettle # For some reason, udevsettle does not block in this scenario, diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 6c726c6..429a135 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -46,7 +46,7 @@ iface lo inet loopback EOF -udevtrigger +udevadm trigger udevsettle if [ -z "${NETBOOT}" -a -n "${STATICIP}" -a "${STATICIP}" != "frommedia" ] |
