dracut.sh: Fix UUID= fstab parsing in case --mount option is passed
commit6df523517f364882c51bbcc5b3245dd568eca3b3
authorThomas Renninger <trenn@suse.de>
Thu, 11 Dec 2014 14:46:16 +0000 (11 15:46 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 Dec 2014 12:29:36 +0000 (16 13:29 +0100)
treefd8600c7cee14d96174d0a0a7a6adea94efc5679
parent118ca9ecfcc8cec0a428352355592717d0a44109
dracut.sh: Fix UUID= fstab parsing in case --mount option is passed

Dracut parses /etc/fstab when --mount is option is passed (e.g. kdump).

In host_devs variable the real block device must be stored, not UUID=
There are other /etc/fstab syntax possibilities we now warn that they
are not correctly parsed. This will be fixed by another patch
when there is time to test this properly.

Signed-off-by: Thomas Renninger <trenn@suse.de>
dracut.sh