From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from skinny.southernlinux.net (ns2.rednecks.net [64.192.52.5]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j4HKlgMd007033 for ; Tue, 17 May 2005 20:47:43 GMT Received: (qmail 8520 invoked by uid 210); 17 May 2005 16:46:27 -0400 Received: from 10.10.10.188 by skinny (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.82/881. f-prot: 4.4.2/3.14.11. spamassassin: 3.0.2. perlscan: 1.25st. Clear:RC:1(10.10.10.188):. Processed in 0.062022 secs); 17 May 2005 20:46:27 -0000 Received: from unknown (HELO ?10.10.10.188?) (10.10.10.188) by 0 with SMTP; 17 May 2005 16:46:27 -0400 Subject: Re: [gentoo-dev] busybox prep From: Ned Ludd To: gentoo-dev@lists.gentoo.org In-Reply-To: <200505162246.36946.vapier@gentoo.org> References: <200505162246.36946.vapier@gentoo.org> Content-Type: text/plain Date: Tue, 17 May 2005 16:43:34 -0400 Message-Id: <1116362614.5447.23.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 05941cd9-bda2-48a1-82a9-839a7ba8760e X-Archives-Hash: 20882e27941e849081a9eb379dd9173e On Mon, 2005-05-16 at 22:46 -0400, Mike Frysinger wrote: > could people update and try out busybox-1.00-r4 ? i finally stopped being > lazy and ported all the utils from upstream busybox into 1.00-r4 ... > > once you emerge it, you'll be left with /bin/bb which is now your fun rescue > shell ... simply execute `bb` and you're all set to go ! I find it a little strange that you implemented bb to call ash_main. Was the reason for this due to being unable to pass parms to the linux kernel init command line? init="/bin/bb sh" ? /bin/bb on uClinux for example is /bin/busybox but renamed. Seems logical to me to stick with the same logic. You ripped out syslogd/udhcpd/login/logger/httpd/watchdog (this makes my life harder then need be. Infact I want to cry) Please don't say USE=savedconfig.. I know it exists. I wrote it for other ppl to use an option to get a slimmed down. Not myself. > for a list of commands implemented, just run `busybox` Strange again.. More so if your libc is whats screwed and your trying to recover that. Only way a user is to know what applets are there is by running /bin/busybox from the command line before the system got screwed. Granted anything they will call while in the asm_main if it exists it will call it unless they Sorry but I do not like what this bb change would do to the default deployment of busybox and would prefer to keep the default closer to what allsysconfig is supposed todo. -crond (key) -crontab -dc -dpkg -dumpleases (kinda key if you use udhcpd) -fold -ftpget -ftpput -httpd (key) -hush -inetd -install -ipcalc -klogd (key) -lash -logger (key) -login (key) -logname -logread -msh -od -rpm -rpm2cpio -run-parts -sulogin -syslogd (key) -telnetd (key) -tftp -udhcpd (key) -uudecode -uuencode -watchdog (key) -- Ned Ludd -- gentoo-dev@gentoo.org mailing list