diff options
Diffstat (limited to 'scripts/live-bottom')
| -rwxr-xr-x | scripts/live-bottom/23networking | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 429a135..5e9afe9 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -46,8 +46,16 @@ iface lo inet loopback EOF -udevadm trigger -udevsettle +if [ -x /sbin/udevadm ] +then + # lenny + udevadm trigger + udevadm settle +else + # etch + udevtrigger + udevsettle +fi if [ -z "${NETBOOT}" -a -n "${STATICIP}" -a "${STATICIP}" != "frommedia" ] then |
