=== modified file 'debian/changelog' --- debian/changelog 2010-12-09 12:29:34 +0000 +++ debian/changelog 2010-12-16 10:51:42 +0000 @@ -1,3 +1,10 @@ +initramfs-tools (0.98.1ubuntu10) natty; urgency=low + + * scripts/local-premount/resume: add support for compressed hibernate + images (LP: #683605) + + -- James Hunt Thu, 16 Dec 2010 10:50:35 +0000 + initramfs-tools (0.98.1ubuntu9) natty; urgency=low [ dann frazier ] === modified file 'scripts/local-premount/resume' --- scripts/local-premount/resume 2010-09-07 11:40:15 +0000 +++ scripts/local-premount/resume 2010-12-16 10:51:42 +0000 @@ -54,7 +54,7 @@ SWAPTYPE=$(wait-for-root "${resume}" ${RESUMEDELAY:-5}) case "${SWAPTYPE}" in - swsuspend|s1suspend|s2suspend|ulsuspend|tuxonice) + swsuspend|s1suspend|s2suspend|linhib0001|ulsuspend|tuxonice) if [ -x /bin/plymouth ] && plymouth --ping; then plymouth message --text="Resuming from $resume" fi