From 2b48bb93f6372d5183a5d0327e3c92fa943012c4 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 13 Feb 2008 06:41:32 +0000 Subject: [PATCH] Modify stage1-chroot.sh to use the actual -d/--debug code already in catalyst. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1298 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/stage1/stage1-chroot.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac8dffc9..62507c6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 13 Feb 2008; Chris Gianelloni + targets/stage1/stage1-chroot.sh: + Modify stage1-chroot.sh to use the actual -d/--debug code already in catalyst. + 13 Feb 2008; Chris Gianelloni modules/generic_stage_target.py, targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh, diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 07e13664..4464196f 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -21,7 +21,7 @@ then exit 1 fi -if [ "${debug}" = "1" ] +if [ "${clst_DEBUG}" = "1" ] then echo "DEBUG:" echo "Profile inheritance:" -- 2.26.2