From a98d5330f0276c991e4a75f9057050174fbc99d2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 14 Feb 2008 06:12:58 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ generic/initrd.scripts | 1 + 2 files changed, 6 insertions(+) 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='../' -- 2.26.2