[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: busybox 0.60.1-5 doesn't include 'wc', needed by debootstrap



On Tue, Oct 09, 2001 at 01:49:12PM -0600, Erik Andersen wrote:
> On Mon Oct 08, 2001 at 12:18:14PM -0600, Matt Kraai wrote:
> > Package: busybox
> > Version: 0.60.1-5
> > Severity: important
> > 
> > debootstrap needs wc to be enabled.
> 
> Sigh.  Ok, another busybox package will be uploaded this evening.  Per
> discussion, I will enable wc and gzip.  Last call for any other change
> requests...

busybox_0.60.1-2 turned off 'tty' but etc/init.d/check_fb.sh wants it.

comes from:

boot-floppies/scripts/rootdisk/prototype/etc/init.d/check_fb.sh


#!/bin/sh

# If this is a Linux console, and it's a vga16 framebuffer, reset the
# palette, which has been set to the optimal colors for display of the
# boot logo.

if ! /usr/bin/tty | grep -q ttyS ; then
    # not a serial console.
    if [ -f /proc/fb ]; then
        # They have a framebuffer device.
        # That means we have work to do...
        echo -n "^[]R"
    fi
fi;
exit 0;


Richard



Reply to: