Mailinglist Archive: opensuse-autoinstall (134 mails)

< Previous Next >
RE: [suse-autoinstall] Kernel Options
  • From: <discip@xxxxxxx>
  • Date: Thu, 28 Sep 2006 17:04:35 +0000 (UTC)
  • Message-id: <AE7CB56C86F9C6408268333BB7A29D692CD436@xxxxxxxxxxxxxxxxxxxxxxxx>
Perfect! If autoyast actually created a valid document that I could
validate, or if there was a DTD available, I would not have these
issues.

Thanks!
~Paul

-----Original Message-----
From: GUNREBEN, PETER (Peter) [mailto:pgunreben@xxxxxxxxxx]
Sent: Thursday, September 28, 2006 10:47 AM
To: suse-autoinstall@xxxxxxxx
Subject: RE: [suse-autoinstall] Kernel Options


Paul,

discip@xxxxxxx wrote:
> Is there an easy way to automatically append an option to the
> default kernel that is installed?
> Or do I need to hack at this with some perl?

What about:
================
<bootloader>
<activate config:type="boolean">true</activate>
<global>
<default></default>
<embed_stage1.5 config:type="boolean">false</embed_stage1.5>
<gfxmenu>/boot/message</gfxmenu>
<prompt>1</prompt>
<timeout config:type="integer">8</timeout>
</global>
<loader_device></loader_device>
<loader_type>grub</loader_type>
<location>mbr</location>
<repl_mbr config:type="boolean">true</repl_mbr>
<sections config:type="list">
<section>
<append> splash=silent showopts ***MYOPTIONS*** </append>
<initrd>/boot/initrd</initrd>
<kernel>/boot/vmlinuz</kernel>
<name>SuSE 10.1</name>
<original_name>linux</original_name>
<root></root>
<type>image</type>
<vga></vga>
</section>
</sections>
</bootloader>
================

You can create this also with "yast2 autoyast", of course.

Peter.

--
To unsubscribe, e-mail: suse-autoinstall-unsubscribe@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx


< Previous Next >