RE: [suse-autoinstall] Still problems with <kernel_parameters> -tag in autoinstall.xml
Hello, I had quite a similar problem: I was trying not to install a bootloader by setting <activate config:type="boolean">false</activate> . That does not work! Lilo is installed into the MBR! Propably there is something wrong with the bootloader option... Regards Thorsten -----Original Message----- From: bernd.ronecker@t-online.de To: suse-autoinstall@suse.com Sent: 16.08.2002 12:13 Subject: [suse-autoinstall] Still problems with <kernel_parameters> -tag in autoinstall.xml Hi there, during my automatic installation (SuSE 8.0, Autoyast2) I want to setup LILO with a special kernel-parameter. I am trying to do this via the <kernel_parameter>-tag in the bootloader-section in the autoinstall-xml-file. Regardless of which kernel-parameter I try to pass, the lilo.conf won't change at all. Am I doing something wrong or is there any other way to modify the LiLo BEFORE the first reboot during the installation? Here is a snippet from my autoinst.xml-file --------8<-------- <bootloader> <activate config:type="boolean">true</activate> <linear config:type="boolean">false</linear> <location>mbr</location> <kernel_parameters>ramdisk_blocksize=1024</kernel_parameters> </bootloader> --------8<-------- Regards Bernd. -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (1)
-
Kugelberg, Thorsten