Peter, > I get the following error: > > Packages sles-admin_en-9.1.0.5.16.s390 was not found on the medium > err:11283:ERROR(Media:file not found)
In my install tree, I look for that file and can't find it: # cd /nfs/sles9root # find . -name "sles-admin_en-9.1.0.5.16.s390*" But, using a wildcard earlier, I find something close: # find . -name "sles-admin_en*" ./sles9/CD1/suse/nosrc/sles-admin_en-9.1.0.5-0.16.nosrc.rpm ./sles9/CD1/suse/s390/sles-admin_en-9.1.0.5-0.16.s390.rpm Just a guess, are you sure the ISO images are good? Did you run md5sum on all of them? Getting back to my mksles9root script, I wend back and found the only documentation on this in /sles9/CD1/docu/RELEASE-NOTES.en.html: ... echo "/sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/instorder echo "/sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/order ... (I guess these are the commands missing the -e flag) So I'll fix the script to put one space and also a leading slash in the second field. At this point it is looking like the order and instorder files are not your problem. Hope this helps. "Mike MacIsaac" <[EMAIL PROTECTED]> (845) 433-7061 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
