diff options
author | 2008-02-20 01:45:39 +0000 | |
---|---|---|
committer | 2008-02-20 01:45:39 +0000 | |
commit | ad1f64c26148971ee2e2172fdd59a5d9eb4c1895 (patch) | |
tree | bd805b853ca4d5a067d0d1598a02083fb6f6559c /targets/livecd-stage1 | |
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/livecd-stage1')
-rwxr-xr-x | targets/livecd-stage1/livecd-stage1-chroot.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/targets/livecd-stage1/livecd-stage1-chroot.sh b/targets/livecd-stage1/livecd-stage1-chroot.sh index c9c4cbfc..f18ab810 100755 --- a/targets/livecd-stage1/livecd-stage1-chroot.sh +++ b/targets/livecd-stage1/livecd-stage1-chroot.sh @@ -2,12 +2,6 @@ . /tmp/chroot-functions.sh -update_env_settings - -setup_myfeatures - -show_debug - ## START BUILD setup_portage |