Author: arekm
Date: Thu Jan 13 21:33:47 2011
New Revision: 12049

Modified:
   geninitrd/trunk/geninitrd
Log:
Allow tuxonice snapshot device be device mapper device(LUKS, LVM, dmraid). 
Patch by Krzysztof Krakowiak.

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Thu Jan 13 21:33:47 2011
@@ -1290,10 +1290,6 @@
        initrd_gen_udev
 fi
 
-if is_yes "$USE_TUXONICE"; then
-       initrd_gen_tuxonice
-fi
-
 find_modules_uvesafb
 initrd_gen_uvesafb
 
@@ -1328,6 +1324,10 @@
        initrd_gen_setrootdev
 fi
 
+if is_yes "$USE_TUXONICE"; then
+       initrd_gen_tuxonice
+fi
+
 if is_yes "$USE_SUSPEND"; then
        initrd_gen_suspend
 fi
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to