diff options
author | John P. Davis <zhen@gentoo.org> | 2004-10-11 15:54:48 +0000 |
---|---|---|
committer | John P. Davis <zhen@gentoo.org> | 2004-10-11 15:54:48 +0000 |
commit | 542ae783b179067a4193e4dce115a62db7218f0e (patch) | |
tree | f975687a723cb10cbc126020353df54172fc2c55 /targets | |
parent | fixing more indentation errors (diff) | |
download | catalyst-542ae783b179067a4193e4dce115a62db7218f0e.tar.gz catalyst-542ae783b179067a4193e4dce115a62db7218f0e.tar.bz2 catalyst-542ae783b179067a4193e4dce115a62db7218f0e.zip |
removed some unnecessary console echoing
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@456 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets')
-rw-r--r-- | targets/netboot/netboot.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/targets/netboot/netboot.sh b/targets/netboot/netboot.sh index b3833184..cb730382 100644 --- a/targets/netboot/netboot.sh +++ b/targets/netboot/netboot.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot.sh,v 1.3 2004/10/11 14:19:30 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/Attic/netboot.sh,v 1.4 2004/10/11 15:54:48 zhen Exp $ export GK_BINARIES=/var/tmp/gk_binaries export IMAGE_PATH=/tmp/image @@ -22,7 +22,6 @@ fi scriptdir=${clst_sharedir}/targets/netboot -echo "NETBOOT.SH: $@" cmd=$1 shift case ${cmd} in |