diff options
author | 2008-12-12 13:08:12 -0600 | |
---|---|---|
committer | 2008-12-12 13:08:12 -0600 | |
commit | cb22a08afb3720c3c26cbfbe508a1977bbced729 (patch) | |
tree | b433b77f898973f85244476380213ede04f13ed6 | |
parent | php vs. python fail (diff) | |
download | catalyst-cb22a08afb3720c3c26cbfbe508a1977bbced729.tar.gz catalyst-cb22a08afb3720c3c26cbfbe508a1977bbced729.tar.bz2 catalyst-cb22a08afb3720c3c26cbfbe508a1977bbced729.zip |
Disable copying of nb-busybox.cf since it isn't used anyway
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | targets/netboot2/netboot2-controller.sh | 8 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> + targets/netboot2/netboot2-controller.sh: + Disable copying of nb-busybox.cf since it isn't used anyway + 07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> arch/amd64.py, arch/x86.py, catalyst: A few typo and other minor fixes as reported by armin76 diff --git a/targets/netboot2/netboot2-controller.sh b/targets/netboot2/netboot2-controller.sh index c5ee152a..b46719cb 100644 --- a/targets/netboot2/netboot2-controller.sh +++ b/targets/netboot2/netboot2-controller.sh @@ -14,11 +14,9 @@ case ${1} in ;; pre-kmerge) # Sets up the build environment before any kernels are compiled - if [ -z "${clst_netboot2_busybox_config}" ]; then - cp ${clst_sharedir}/targets/netboot2/nb-busybox.cf ${clst_chroot_path}/tmp/busy-config - else - cp ${clst_netboot2_busybox_config} ${clst_chroot_path}/tmp/busy-config - fi +# if [ -n "${clst_netboot2_busybox_config}" ]; then +# cp ${clst_netboot2_busybox_config} ${clst_chroot_path}/tmp/busy-config +# fi exec_in_chroot ${clst_sharedir}/targets/support/pre-kmerge.sh ;; post-kmerge) |