diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/scripts/21image.sh | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fe1fc34..42c4383 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +live-package (0.99.16-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann <daniel@debian.org> Thu, 18 Jan 2007 16:25:00 +0100 + live-package (0.99.15-1) unstable; urgency=low * New upstream release: diff --git a/src/scripts/21image.sh b/src/scripts/21image.sh index 36ca014..d44d4f3 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 |