On Fri, 2002-12-06 at 00:40, Shou Hua Wang wrote: > I have downloaded the latest 0.95-1 release from website, and found two > problems: > > 1: Can not work on SuSE 8.1 > reason: New 0.95-1 release SIS use stage file to build base image, > which including some files that don't exist in SuSE8.1, such as aaa_base. > resolve:I can remove the stage file from > /usr/share/systeminstaller/distroinfo/SuSE/ directory
Sorry, that was an error, the stage files were an old method that was removed in .94. Somehow, they snuck back in. > > 2: Can not run mksidisk after build image > while I run mksidisk after mksiimage, it give the following error > message: > Image suse81 doesn't exist! > but if I use mksiimage -L , the image can be display successfully. > > reason: before mksidisk partition the disk, it will check whether > the image exist, in the 0.94 release, SystemInstaller::Partition will use > SIS::Image::findImage to check it, but in 0.95, SystemInstaller::Partition > use list_image to check it, but list image list nothing, so check failed. > There is a whole new database in 0.95. So that's why the call changed. Did you define the image with the new code or the old code? I'm working on some database migration code, but it hasn't gotten in there yet. Mike > > > > Yours Sincerely > > Shou Hua Wang > > IBM China Development Laboratory > Tel: 86-10-62986677 ext. 735 > Email: [EMAIL PROTECTED] > Fax: 86-10-62960833 > Address: 3/F, HaoHai Building > No.7, 5th Street, Shangdi, Beijing 100085, PRC > > > > > Michael Chase-Salerno <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 2002-12-05 23:59 > > > To: SystemInstaller-devel List ><[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > cc: > Subject: [Systeminstaller-devel] SystemInstaller 0.95 devel release >available > > > > Hi all, > > Version 0.95 of SystemInstaller is now available for download. This is a > devel release of SystemInstaller. It includes more SystemImager 3.0 > integration fixes and a shiny new database that reduces the prereqs that > were previously needed. The only prereq needed beyond what the distros > provide is the perl-MLDBM package that is also available for download > from the SystemInstaller site. > > You can use the SIS installer to download and install the latest > packages. It is available here: > http://prdownloads.sourceforge.net/sisuite/sis-installer.pl > > Optionally, you can download the packages at the SystemInstaller page > here: http://sourceforge.net/projects/systeminstaller > > Please report any bugs in the tracker on the project page and any > questions to [EMAIL PROTECTED] > > Mike > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Systeminstaller-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/systeminstaller-devel > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Sisuite-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
