Skip to Content.
Sympa Menu

baslinux - Re: [BL] Trouble with HD install of BL2

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Trouble with HD install of BL2
  • Date: Sat, 7 Aug 2004 12:15:18 +1200

andy AT andyashbaugh.com wrote:
>
> Nothing seems to happen when I run /usr/lib/setup/go,
> I just get returned to the command line.

Does it clear the screen first?
The first command in the go script is:
-----
clear
-----

> Strange!

Indeed. However, I do remember one previous user had a problem
with the:
-------------
cat<<!
[text]
!
-------------
For some unknown reason his system refused to display the text.
Perhaps you have a similar problem. I suggest you edit go and
remove that section. It will then look like this:
---------------------------------------------------
#!/bin/sh
clear
echo -n "Are you ready to start the installation? "
read
case $REPLY in n|no)
exit
esac
echo
---------------------etc---------------------------

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page