mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
17 lines
592 B
Diff
17 lines
592 B
Diff
![]() |
diff --git a/debian/extra/initramfs-tools/scripts/init-top/udev b/debian/extra/initramfs-tools/scripts/init-top/udev
|
||
|
index 687911f..87f1121 100755
|
||
|
--- a/debian/extra/initramfs-tools/scripts/init-top/udev
|
||
|
+++ b/debian/extra/initramfs-tools/scripts/init-top/udev
|
||
|
@@ -31,11 +31,5 @@ if [ -d /sys/bus/scsi ]; then
|
||
|
udevadm settle || true
|
||
|
fi
|
||
|
|
||
|
-# If the rootdelay parameter has been set, we wait a bit for devices
|
||
|
-# like usb/firewire disks to settle.
|
||
|
-if [ "$ROOTDELAY" ]; then
|
||
|
- sleep $ROOTDELAY
|
||
|
-fi
|
||
|
-
|
||
|
# Leave udev running to process events that come in out-of-band (like USB
|
||
|
# connections)
|