diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-29 20:30:42 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-29 20:30:42 +0000 |
commit | 31ac9ffeff38790ff88500db33b7d7cb138cbf21 (patch) | |
tree | 6002ecf9a7580f1b229d78e81c795af2e86cafd3 /targets/netboot | |
parent | change to clst_use from clst_netboot_use (diff) | |
download | catalyst-31ac9ffeff38790ff88500db33b7d7cb138cbf21.tar.gz catalyst-31ac9ffeff38790ff88500db33b7d7cb138cbf21.tar.bz2 catalyst-31ac9ffeff38790ff88500db33b7d7cb138cbf21.zip |
Changed to clst_use from clst_embedded_use and clst_netboot_use and clst_grp_use. This is catalyst-2.0_rc1.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@917 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets/netboot')
-rwxr-xr-x | targets/netboot/netboot-controller.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh index 6fca03f6..d66d1862 100755 --- a/targets/netboot/netboot-controller.sh +++ b/targets/netboot/netboot-controller.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.5 2005/11/29 20:20:02 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.6 2005/11/29 20:30:42 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh @@ -23,12 +23,12 @@ case ${1} in then mkdir -p ${clst_chroot_path}/etc/busybox/${clst_CHOST} cp -v ${clst_netboot_busybox_config} ${clst_chroot_path}/etc/busybox/${clst_CHOST}/busybox.config - clst_netboot_use="savedconfig" + clst_use="savedconfig" fi # Main Busybox emerge clst_root_path="/" \ - clst_netboot_use="${clst_use} netboot" \ + clst_use="${clst_use} netboot" \ clst_myemergeopts="${clst_myemergeopts} -O" \ clst_packages="busybox" \ exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-chroot.sh |