dmsquash-live/dmsquash-live-root: det_img_fs() redirect udevadm output to stderr
Otherwise the output is taken as input for modprobe.master
parent
bb47ec5499
commit
de7ab164dd
|
|
@ -57,7 +57,7 @@ ln -s $livedev /run/initramfs/livedev
|
||||||
|
|
||||||
# determine filesystem type for a filesystem image
|
# determine filesystem type for a filesystem image
|
||||||
det_img_fs() {
|
det_img_fs() {
|
||||||
udevadm settle
|
udevadm settle >&2
|
||||||
blkid -s TYPE -u noraid -o value "$1"
|
blkid -s TYPE -u noraid -o value "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue