SVN: geninitrd/trunk/geninitrd

arekm arekm at pld-linux.org
Thu Jan 13 21:33:47 CET 2011


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


More information about the pld-cvs-commit mailing list