diff options
| -rw-r--r-- | meta/recipes-core/initrdscripts/files/init-live.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh index c96b1f47c3..f3e514544f 100644 --- a/meta/recipes-core/initrdscripts/files/init-live.sh +++ b/meta/recipes-core/initrdscripts/files/init-live.sh | |||
| @@ -11,6 +11,7 @@ early_setup() { | |||
| 11 | mount -t proc proc /proc | 11 | mount -t proc proc /proc | 
| 12 | mount -t sysfs sysfs /sys | 12 | mount -t sysfs sysfs /sys | 
| 13 | udevd --daemon | 13 | udevd --daemon | 
| 14 | /sbin/udevadm trigger --action=add | ||
| 14 | } | 15 | } | 
| 15 | 16 | ||
| 16 | read_args() { | 17 | read_args() { | 
