=== modified file 'debian/changelog' --- debian/changelog 2010-09-07 11:46:16 +0000 +++ debian/changelog 2010-09-09 10:40:53 +0000 @@ -1,3 +1,10 @@ +initramfs-tools (0.98.1ubuntu2) maverick; urgency=low + + * scripts/functions: Adding plymouth hide-splash to see the initramfs prompt + messages on VT. (LP: #628400) + + -- Surbhi Palande Thu, 09 Sep 2010 13:21:39 +0300 + initramfs-tools (0.98.1ubuntu1) maverick; urgency=low * Resynchronise with Debian. Remaining changes: === modified file 'scripts/functions' --- scripts/functions 2010-09-07 11:38:41 +0000 +++ scripts/functions 2010-09-09 10:21:27 +0000 @@ -61,6 +61,7 @@ /sbin/usplash_write "QUIT" fi chvt 1 + plymouth hide-splash for hook in /tmp/mountroot-fail-hooks.d/*; do if [ -x ${hook} ] && ${hook} mountfail; then