From ce75607b1c1d409962df59f29fe87e36dd63d794 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 23 Sep 2007 10:04:36 +0200
Subject: Adding live-package 0.99.14-2.

---
 debian/changelog       | 6 ++++++
 src/scripts/21image.sh | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 672c2f8..2c2bd48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-package (0.99.14-2) unstable; urgency=high
+
+  * Adding workaround for initrd backup files (Closes: #404314).
+
+ -- Daniel Baumann <daniel@debian.org>  Thu,  4 Jan 2007 20:52:00 +0100
+
 live-package (0.99.14-1) unstable; urgency=medium
 
   * New upstream release:
diff --git a/src/scripts/21image.sh b/src/scripts/21image.sh
index 0c8ab67..5261867 100644
--- a/src/scripts/21image.sh
+++ b/src/scripts/21image.sh
@@ -215,6 +215,9 @@ Syslinux ()
 
 Linuximage ()
 {
+	# Removing initrd backup files
+	rm -f "${LIVE_CHROOT}"/boot/initrd*bak*
+
 	case "${1}" in
 		iso)
 			# Copy linux-image
-- 
cgit v1.0