dmsquash-live/dmsquash-live-root: det_img_fs() redirect udevadm output to stderr

Otherwise the output is taken as input for modprobe.
master
Harald Hoyer 2016-10-13 09:20:33 +02:00
parent bb47ec5499
commit de7ab164dd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ln -s $livedev /run/initramfs/livedev

# determine filesystem type for a filesystem image
det_img_fs() {
udevadm settle
udevadm settle >&2
blkid -s TYPE -u noraid -o value "$1"
}