diff options
author | Eugene Paskevich <eugene@raptor.kiev.ua> | 2008-12-17 12:43:46 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-12-17 12:45:32 +0100 |
commit | a776485a1cd51b2541877537471e4809889609ef (patch) | |
tree | 6aaa088157693ab1d590fb697141a6fec8a59a98 /scripts/functions | |
parent | 5180b033fc6172c1354647d74754119d6cd94d76 (diff) | |
download | initramfs-tools-a776485a1cd51b2541877537471e4809889609ef.tar.gz initramfs-tools-a776485a1cd51b2541877537471e4809889609ef.zip |
hook-functions: Fix MODULES=dep for lvm LABEL fstab notation
The root fs is located on LVM and is described in
/etc/fstab with LABEL= notation, which leads
to the following mount output for root filesystem:
mount | grep "on / "
/dev/dm-0 on / type ext3 (rw,noatime,errors=remount-ro)
The /dev/dm-0 itself isn't a symlink to /dev/mapper/, therefore root var
remains /dev/dm-0 after readlink -f attempt.
fix the consequent root detection failure.
(closes: #508906)
Diffstat (limited to 'scripts/functions')
0 files changed, 0 insertions, 0 deletions