diff options
author | 2008-02-20 01:27:45 +0000 | |
---|---|---|
committer | 2008-02-20 01:27:45 +0000 | |
commit | 208ca9a5e3c8949edfa553525be174957c956c4d (patch) | |
tree | 722957ae96bccf1dea3b90d02b8bb555f32f414e /targets/livecd-stage1 | |
parent | Wow. I need to make sure that we actually comment comments in make.conf or w... (diff) | |
download | catalyst-208ca9a5e3c8949edfa553525be174957c956c4d.tar.gz catalyst-208ca9a5e3c8949edfa553525be174957c956c4d.tar.bz2 catalyst-208ca9a5e3c8949edfa553525be174957c956c4d.zip |
Clean up the debug code that I've added to stage1, move it to chroot_functions.sh, and call it from all of our main targets.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1305 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets/livecd-stage1')
-rwxr-xr-x | targets/livecd-stage1/livecd-stage1-chroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/livecd-stage1/livecd-stage1-chroot.sh b/targets/livecd-stage1/livecd-stage1-chroot.sh index 5274937a..c9c4cbfc 100755 --- a/targets/livecd-stage1/livecd-stage1-chroot.sh +++ b/targets/livecd-stage1/livecd-stage1-chroot.sh @@ -6,6 +6,8 @@ update_env_settings setup_myfeatures +show_debug + ## START BUILD setup_portage |