]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
More cosmetics.
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 22:44:50 +0000 (22:44 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 22:44:50 +0000 (22:44 +0000)
svn-id: @7863

geninitrd

index 5a27b414c6967011306a63a0a920d7c293fba782..1a5ad8aa57a21b9349b6e6e0a9f9ed6f2eaded80 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -1183,6 +1183,7 @@ initrd_gen_dmraid() {
                exit 1
        fi
 
+       # AFAIR it just needs tmpfs on /dev.
        if [ ! -x $MNTIMAGE/sbin/udev ]; then
                echo "udev is needed on target initrd for dmraid to work!"
                exit 1
@@ -1195,7 +1196,7 @@ initrd_gen_dmraid() {
        mount -t sysfs none /sys
        # 2 secs was enough for my system to initialize. but really this is udev issue?
        usleep 2000000
-       echo 'Activating Device-Mapper RAID(s)'
+       : 'Activating Device-Mapper RAID(s)'
        /sbin/dmraid -ay -i
        umount /sys
        umount /proc
This page took 0.04445 seconds and 4 git commands to generate.