diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-20 01:45:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-20 01:45:39 +0000 |
commit | ad1f64c26148971ee2e2172fdd59a5d9eb4c1895 (patch) | |
tree | bd805b853ca4d5a067d0d1598a02083fb6f6559c /targets/stage3 | |
parent | Clean up the debug code that I've added to stage1, move it to chroot_function... (diff) | |
download | catalyst-ad1f64c26148971ee2e2172fdd59a5d9eb4c1895.tar.gz catalyst-ad1f64c26148971ee2e2172fdd59a5d9eb4c1895.tar.bz2 catalyst-ad1f64c26148971ee2e2172fdd59a5d9eb4c1895.zip |
Removing any functions that we now call by default when we source chroot-functions.sh by default.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1306 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets/stage3')
-rwxr-xr-x | targets/stage3/stage3-chroot.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh index 92ab2ab6..1daf0341 100755 --- a/targets/stage3/stage3-chroot.sh +++ b/targets/stage3/stage3-chroot.sh @@ -2,15 +2,8 @@ . /tmp/chroot-functions.sh -update_env_settings - -setup_myfeatures - -show_debug - -setup_portage - ## START BUILD +setup_portage run_emerge "-e system" |