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

Boot floppy suggestion



I just used the new boot floppies to apt-install potato.  I found one
bug, and have one suggestion.

First, the suggestion:  After hitting <Enter>, sometimes it takes a
while to get to the next screen and the only indication is that the
block cursor is at the bottom of the screen.  Since the cursor is there
anyway, why not print "Please Wait..." or "Working..." so people don't
go accidentally hitting things?

The problem is with the postrm script for setserial.  There's a line
that starts:

if ! ... ; then

which should obviously be:

if [ ! ... ] ; then

Fixing this allowed me to remove the package.

Chris



Reply to: