[opensuse] Yast2 firstboot configuration
I am looking all over for documentation of the possible contents of /etc/YaST2/firstboot.xml. I find many examples. But I seem not to google well enough to find a description of all the various modules that can be present. As an example of what I am trying to sort out: Older openSUSE firstboots supported the following: <module> <label>Host Name</label> <enabled config:type="boolean">true</enabled> <name>inst_hostname</name> </module> When I use this in Leap 42.3, I get an error that init_hostname has failed. I want to find out if it is still called that, and what options it supports. Sometimes I seem rather stupid... -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Roger Oberholtzer composed on 2017-09-14 17:45 (UTC+0200):
I am looking all over for documentation of the possible contents of /etc/YaST2/firstboot.xml.
I find many examples. But I seem not to google well enough to find a description of all the various modules that can be present.
As an example of what I am trying to sort out: Older openSUSE firstboots supported the following:
<module> <label>Host Name</label> <enabled config:type="boolean">true</enabled> <name>inst_hostname</name> </module>
When I use this in Leap 42.3, I get an error that init_hostname has failed. I want to find out if it is still called that, and what options it supports.
I wonder if the hostname command could be the root of the problem. cf. https://bugzilla.opensuse.org/show_bug.cgi?id=872264 -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, Sep 14, 2017 at 6:30 PM, Felix Miata <mrmazda@earthlink.net> wrote:
Roger Oberholtzer composed on 2017-09-14 17:45 (UTC+0200):
I am looking all over for documentation of the possible contents of /etc/YaST2/firstboot.xml.
I find many examples. But I seem not to google well enough to find a description of all the various modules that can be present.
As an example of what I am trying to sort out: Older openSUSE firstboots supported the following:
<module> <label>Host Name</label> <enabled config:type="boolean">true</enabled> <name>inst_hostname</name> </module>
When I use this in Leap 42.3, I get an error that init_hostname has failed. I want to find out if it is still called that, and what options it supports.
I wonder if the hostname command could be the root of the problem. cf. https://bugzilla.opensuse.org/show_bug.cgi?id=872264
inst_hostname should call the YaST code that makes the GUI where the hostname is set. Maybe it calls hostname -s. On 42.3 I get a value. Hard to tell at this time what the error is because my OEM image install fails and so I cannot see the log file that may have more details. I just wonder if inst_hostname still exists. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Felix Miata
-
Roger Oberholtzer