The simple answer is SystemConfigurator uses grub-install so that's what I patched. -mark
Andrea Righi wrote: >Mark Seger wrote: > > >>- that the format of the names of cciss disks was incompatible with what >>grub-install expected. >>- even if device name are valid, asking grub-install to recreate the >>device.map file would fail and that's why I had to patch >>SystemConfigurator to not try >> >> > >Why not using grub itself, instead of grub-install script? In SuSE, yast >(for example) does exactly that, it creates the file /etc/grub.conf with >the grub commands to install the bootloader, then runs grub --batch. > >For example in my pc /etc/grub.conf is: > >root (hd0,4) >install --stage2=/boot/grub/stage2 /grub/stage1 (hd0,4) /grub/stage2 >0x8000 (hd0,4)/grub/menu.lst >quit > >where (hd0,4) = /dev/sda5... in this way we've only to translate linux >dev names using the grub syntax into systemconfigurator and it shouldn't >be too hard. > >Just my 2 cents.. >-Andrea > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
