03533e3102
==================================================================== Patch Reason: Design changed, to minimize risk when doing a regular SLES11SP1 full install without SDK DVD copied. Patch detail: If we do a full install for SLES11SP1, and previously we did "copycds" with SDK DVD, we use compute.sdk.sles11.tmpl, otherwise use compute.sles11.tmpl. ==================================================================== ==================================================================== Target Dist: SLES 11 SP1, for both full install and statelite install Aim: To enable users to install packages from SDK DVD during installation user impact: If the user add packages in .pkglist files, he/she should first do 'copycds' using SDK DVD iso. By-effect: N/A Limitations: 2nd installation DVD and 2nd SDK DVD not supported, both carries source packages. It seems they are not recognized by autoyast, and it's of no use to install sources pkgs on CNs. ==================================================================== git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9972 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
95 lines
3.1 KiB
XML
95 lines
3.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE profile SYSTEM "/usr/share/YaST2/include/autoinstall/profile.dtd">
|
|
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
|
|
<install>
|
|
<bootloader>
|
|
<write_bootloader config:type="boolean">true</write_bootloader>
|
|
<activate config:type="boolean">true</activate>
|
|
<kernel_parameters></kernel_parameters>
|
|
<lba_support config:type="boolean">false</lba_support>
|
|
<linear config:type="boolean">false</linear>
|
|
<location>mbr</location>
|
|
</bootloader>
|
|
<general>
|
|
<clock>
|
|
<hwclock>GMT</hwclock>
|
|
<timezone>#TABLE:site:key=timezone:value#</timezone>
|
|
</clock>
|
|
<keyboard>
|
|
<keymap>english-us</keymap>
|
|
</keyboard>
|
|
<language>en_US</language>
|
|
<mode>
|
|
<confirm config:type="boolean">false</confirm>
|
|
<forceboot config:type="boolean">false</forceboot>
|
|
<interactive_boot config:type="boolean">false</interactive_boot>
|
|
<reboot config:type="boolean">true</reboot>
|
|
</mode>
|
|
<mouse>
|
|
<id>non</id>
|
|
</mouse>
|
|
</general>
|
|
<add-on>
|
|
<add_on_products config:type="list">
|
|
<listentry>
|
|
<media_url>#SLES_SDK_MEDIA#</media_url>
|
|
<product>SuSE-Linux-SDK</product>
|
|
<product_dir>/</product_dir>
|
|
<ask_on_error config:type="boolean">false</ask_on_error> <!-- available since openSUSE 11.0 -->
|
|
<name>SuSE-Linux-SDK</name> <!-- available since openSUSE 11.1/SLES11 (bnc#433981) -->
|
|
</listentry>
|
|
</add_on_products>
|
|
</add-on>
|
|
<partitioning config:type="list">
|
|
<drive>
|
|
<device>/dev/sda</device>
|
|
<initialize config:type="boolean">true</initialize>
|
|
<use>all</use>
|
|
</drive>
|
|
</partitioning>
|
|
<software>
|
|
<patterns config:type="list">
|
|
#INCLUDE_DEFAULT_PTRNLIST_S#
|
|
</patterns>
|
|
<packages config:type="list">
|
|
#INCLUDE_DEFAULT_PKGLIST_S#
|
|
</packages>
|
|
</software>
|
|
</install>
|
|
<configure>
|
|
<users config:type="list">
|
|
<user>
|
|
<username>root</username>
|
|
<user_password>#CRYPT:passwd:key=system,username=root:password#</user_password>
|
|
<encrypted config:type="boolean">true</encrypted>
|
|
<forename/>
|
|
<surname/>
|
|
</user>
|
|
</users>
|
|
<networking>
|
|
<dns>
|
|
<dhcp_hostname config:type="boolean">true</dhcp_hostname>
|
|
<dhcp_resolv config:type="boolean">true</dhcp_resolv>
|
|
<domain>local</domain>
|
|
<hostname>linux</hostname>
|
|
</dns>
|
|
<interfaces config:type="list">
|
|
<interface>
|
|
<bootproto>dhcp</bootproto>
|
|
<device>eth0</device>
|
|
<startmode>onboot</startmode>
|
|
</interface>
|
|
</interfaces>
|
|
<routing>
|
|
<ip_forward config:type="boolean">false</ip_forward>
|
|
<routes config:type="list"/>
|
|
</routing>
|
|
</networking>
|
|
<scripts>
|
|
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.sles#
|
|
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/chroot.sles#
|
|
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sles11#
|
|
</scripts>
|
|
</configure>
|
|
</profile>
|