> Hi Erich, > > I tested the new systemconfigurator and kexec stuff with suse 10.0, but > I've found a couple of problems. > > First issue is that I have to manually create the file > /etc/systemconfig/systemconfig.conf in my image, I'm not using the > OSCAR-way to create images (via systeminstaller), I'm just using the > "standard" way of using systemimager, cloning the image from a golden > client. But this is not a critical problem, I'm trying to write a simple > UYOK-based script to automatically generate the file with the > appropriate kernel, initrd and append string. This script will be used > by si_prepareclient. > > Anyway here is my systemconfig.conf file: > > ----------------------------- > [BOOT] > ROOTDEV = /dev/systemvg/rootlv > BOOTDEV = /dev/hda > DEFAULTBOOT = linux > > [KERNEL0] > LABEL = linux > PATH = /boot/vmlinuz > INITRD = /boot/initrd > ----------------------------- > > The SC problem is that it's not able to detect the correct initrd to use > for the reboot (via scconf-bootinfo). It says: > /boot/sc-initrd-2.6.13-15-default.gz but that's wrong. Do you know how > to fix this?
Starnge. I'll look into it. The sc-initrd... is only selected when INITRD is unset, so I wonder why this happens. > Another issue is that systemconfigurator seems to be more slow now, > respect to the versions before r666 (trunk). Where's the bottleneck? do > you have an idea? The only change in logic is an extension of the --no-floppy check. The grub class is checking for --no-floppy right at load time, not only in install_loader(). The reason is that there are "grub" commands which don't support --no-floppy (I had an RHEL3 installation with this problem), so we need to check centrally. Maybe this is the reason. Best regards, Erich ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
