1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Index: scriptlets.d/suspend2
===================================================================
--- scriptlets.d/suspend2 (revision 1186)
+++ scriptlets.d/suspend2 (working copy)
@@ -80,7 +86,7 @@
# Detect where suspend2 is these days.
if [ -d "/sys/power/tuxonice/" ] ; then
SWSUSP_ROOT="/sys/power/tuxonice"
- FILEWRITER_SIGNATURE="TuxOnIce"
+ FILEWRITER_SIGNATURE="7cMC6ZhW5Qw="
elif [ -d "/sys/power/suspend2/" ] ; then
SWSUSP_ROOT="/sys/power/suspend2"
elif [ -d "/proc/swsusp/" ] ; then
@@ -783,7 +798,7 @@
# We're good to go.
vecho 1 "$EXE: Detected filewriter image ready for use."
;;
- Suspend2|TuxOnIce)
+ Suspend2|TuxOnIce|7cMC6ZhW5Qw=)
# Eeek! This is an incompatible image
# reliably preserve the starting block.
vecho 1 "$EXE: Killing incompatible filewriter image."
|