From ad09822b6ce4d09d11e742106a0a50ce68b571fd Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 14 Apr 2006 12:17:00 +0000 Subject: [PATCH] Forgot one part of the patch from bug #121334. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@377 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- generic/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/initrd.scripts b/generic/initrd.scripts index c78e52c..631431c 100644 --- a/generic/initrd.scripts +++ b/generic/initrd.scripts @@ -567,7 +567,7 @@ rundebugshell() { } setup_unionfs() { - if [ "${USE_UNIONFS_NORMAL}" -eq '1' -a "${CDROOT}" -eq '1' ] + if [ "${USE_UNIONFS_NORMAL}" -eq '1' ] then # Directory used for rw changes in union mount filesystem UNION=/union -- 2.26.2