diff options
-rwxr-xr-x | hooks/live | 2 | ||||
-rwxr-xr-x | scripts/live | 4 | ||||
-rwxr-xr-x | scripts/live-bottom/23networking | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -126,7 +126,7 @@ fi copy_exec /usr/bin/md5sum /bin # Program: udev -copy_exec /sbin/udevtrigger /sbin +copy_exec /sbin/udevadm /sbin copy_exec /sbin/udevsettle /sbin copy_exec /usr/bin/udevinfo /bin 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" ] |