Sign in
◑
Theme
gbmc
/
openbmc
/
7bd51b62bc71b2e4800f3533dcd64e80b216ed4f
/
.
/
meta-phosphor
/
recipes-phosphor
/
initrdscripts
/
phosphor-static-norootfs-init
/
020-udev
blob: 293b982ce08c4e5f01690cf3b7bf009daeaea1d9 [
file
]
#!/bin/sh
# We need to run udevd in order to get the /dev/mtd volumes to show up.
if
udevd
--
daemon
;
then
udevadm trigger
--
type
=
devices
--
action
=
add
&&
\
udevadm settle
--
timeout
=
10
udevadm control
--
exit
fi