Novell LINUX ENTERPRISE DESKTOP 11 - DEPLOYMENT GUIDE 17-03-2009 Deployment Manual page 212

Hide thumbs Also See for LINUX ENTERPRISE DESKTOP 11 - DEPLOYMENT GUIDE 17-03-2009:
Table of Contents

Advertisement

• root Password
• User Authentication Method
• User Management
• Hardware Configuration
• Finish Setup
This standard layout of a firstboot installation workflow is not mandatory. You can
enable or disable certain components or hook your own modules into the workflow.
To modify the firstboot workflow, manually edit the firstboot configuration file /etc/
YaST2/firstboot.xml. This XML file is a subset of the standard control.xml
file that is used by YaST to control the installation workflow.
For an overview about proposals, see
(page 202). This provides you with enough background to modify the firstboot installation
workflow. The basic syntax of the firstboot configuration file and how the key elements
are configured is explained with this example.
Example 17.1 Configuring the Proposal Screens
...
<proposals config:type="list">
</proposals>
The container for all proposals that should be part of the firstboot workflow.
The container for an individual proposal.
The internal name of the proposal.
202
Deployment Guide
<proposal>
<name>firstboot_hardware</name>
<mode>installation</mode>
<stage>firstboot</stage>
<label>Hardware Configuration</label>
<proposal_modules config:type="list">
<proposal_module>printer</proposal_module>
</proposal_modules>
</proposal>
<proposal>
...
</proposal>
Example 17.1, "Configuring the Proposal Screens"

Advertisement

Table of Contents
loading

This manual is also suitable for:

Suse linux enterprise desktop 11

Table of Contents