]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
blkid installed by mod-blkid
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Mar 2012 19:25:59 +0000 (19:25 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Mar 2012 19:25:59 +0000 (19:25 +0000)
svn-id: @12502

mod-udev.sh

index 781233d10a1940ef8bfea708f4a5ef2112db97f5..a5638500acf1d9d60f5493dfa45b176694ab0e90 100644 (file)
@@ -57,7 +57,11 @@ initrd_gen_udev() {
        for e in ata_id cdrom_id collect firmware scsi_id v4l_id; do
                inst_exec $initrd_dir/udev/$e /lib/udev/$e
        done
-       inst_exec $initrd_dir/blkid /sbin/blkid
+
+       # blkid installed by mod-blkid
+       if ! is_yes "$USE_BLKID"; then
+               warn "BLKID support missing"
+       fi
 
        local dir dmsetup
        for dir in $initrd_dir /sbin; do
This page took 0.054472 seconds and 4 git commands to generate.