L.S.,

If I'm completely wrong here, I would like to apologize for the
intrusion....

As I was adapting the new script to generate ISO images for Mandrake
7.1-BETA (Hydrogen) to my needs, I discovered that directory 'cd1' is not
created. I guess there's a typo here...

Is:
    mkdir -p $mdkLOCALROOT/tmp
**mkdir -p $mdkLOCALROOT/cd2
    mkdir -p $mdkLOCALROOT/cd2/Mandrake/RPMS2

Should be:
    mkdir -p $mdkLOCALROOT/tmp
**mkdir -p $mdkLOCALROOT/cd1
    mkdir -p $mdkLOCALROOT/cd2/Mandrake/RPMS2


Also several 'line-breaks'  should be adapted for the 'mv' commands, or '\'
should be used.


Willy Frissen,
Plato Den Haag,
WWW: http://www.plato.nl/
E-mail: [EMAIL PROTECTED]


Reply via email to