[Rule-list] Bug in Slinky 0.2.6 setup.sh

John W. Himpel jwhimpel at tseinc.com
Mon Jul 22 04:15:19 EEST 2002


If one is installing from a CDROM, the environment variable "image_part"
is never set.

This causes the following command to get a syntax error which in turn
prevents setup.sh from proceeding much further.

fdisk -l | grep Linux | grep -v swap |\
    grep -v $image_part | cut ..... | cut .....

It either needs to have a "dummy" value set for $image_part or an if
statement to not perform the grep for a cdrom install.

Thanks.





_______________________________________________
Rule Project HOME PAGE:  http://www.rule-project.org/rule/
Rule Development Site:   http://savannah.gnu.org/projects/rule/
Rule-list at mail.freesoftware.fsf.org
http://mail.freesoftware.fsf.org/mailman/listinfo/rule-list



More information about the Rule-list mailing list