From: Chris Gianelloni Date: Thu, 14 Feb 2008 06:12:58 +0000 (+0000) Subject: Added a line to make sure we remove image.squashfs as well as the other loop names... X-Git-Tag: v3.4.10.902~153 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a98d5330f0276c991e4a75f9057050174fbc99d2;p=genkernel.git Added a line to make sure we remove image.squashfs as well as the other loop names used by catalyst. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@599 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index f1265ad..e74a913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Feb 2008; Chris Gianelloni + generic/initrd.scripts: + Added a line to make sure we remove image.squashfs as well as the other loop + names used by catalyst. + 14 Feb 2008; Chris Gianelloni gen_compile.sh: Added another patch from Javier Miqueleiz in bug #198892 for mdadm 1.1 and 1.2 metadata support. diff --git a/generic/initrd.scripts b/generic/initrd.scripts index beeaa08..c1ec60b 100644 --- a/generic/initrd.scripts +++ b/generic/initrd.scripts @@ -175,6 +175,7 @@ cache_cd_contents() { then bad_msg "Failed to cache the loop file! Lack of space?" rm -rf ${NEW_ROOT}/mnt/livecd.* 2>/dev/null + rm -rf ${NEW_ROOT}/mnt/image.* 2>/dev/null rm -rf ${NEW_ROOT}/mnt/zisofs 2>/dev/null else LOOPEXT='../'