On Thu, Aug 26, 2010 at 8:39 PM, Eric Rothweiler <eric.rothweiler@gmail.com> wrote:
I would, however we need to add lines to the boot menu to reduce the screen resolution (many locations only have old monitors not capable of higher resolutions) If that is my only solution I would probably fall back to leaving a good copy on the DVD and do the hated boot to rescue mode to manually copy the correctly defined menu.lst over to the new system.
I see there are individual tags to define the "vga" parameter in the bootloader section, but you'd probably need to set it all up manually. Perhaps a chroot script would solve this problem? <scripts> <chroot-scripts config:type="list"> <script> <chrooted config:type="boolean">true</chrooted> <filename>fixgrub.sh</filename> <interpreter>shell</interpreter> <source><![CDATA[ #!/bin/sh echo "Setting vga mode to 800x600 in GRUB" sed -i 's@vga=[0-9]*@vga=314@g' /boot/grub/menu.lst ]]> </source> </script> </chroot-scripts> <scripts> -- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org