47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<install>
|
|
<serial-number>123456789012</serial-number>
|
|
<partitions unit='sector'>
|
|
<partition device="/dev/hda1" start='63' size='16450497' id='83'/>
|
|
<partition device="/dev/hda2" start='16450560' size='4016250' id="5"/>
|
|
<partition device='/dev/hda5' start='16450623' size='4016187' id='83'/>
|
|
</partitions>
|
|
|
|
<raids>
|
|
<raid raid-device="/dev/md0" raid-type="raid0">
|
|
<raw-device>/dev/hda1</raw-device>
|
|
<raw-device>/dev/hda2</raw-device>
|
|
</raid>
|
|
|
|
<raid raid-device="/dev/md1" raid-type="raid5">
|
|
<raw-device>/dev/hda3</raw-device>
|
|
<raw-device>/dev/hda5</raw-device>
|
|
<raw-device>/dev/hda6</raw-device>
|
|
</raid>
|
|
</raids>
|
|
|
|
<mount-points>
|
|
<mount-point device="/dev/hdb1" directory="/" file-system="ext3"/>
|
|
<mount-point device="/dev/hdb5" directory="/usr" file-system="ext2"/>
|
|
</mount-points>
|
|
|
|
<network hostname="localhost" configuration="static" ip="192.168.1.25" mask="255.255.255.0" gateway="192.168.1.254" primary_dns="192.168.1.254" secondary_dns="" domain="in.linx"/>
|
|
|
|
<groups>
|
|
<group name="base" install='yes'>
|
|
<description>base software packages</description>
|
|
<mandatory>
|
|
<package name="acct" install="yes"/>
|
|
</mandatory>
|
|
<optional selection='manual'>
|
|
<package name='at' install='yes'/>
|
|
</optional>
|
|
</group>
|
|
</groups>
|
|
|
|
<services>
|
|
<service name="ssh" script='sshd' start="yes"/>
|
|
</services>
|
|
|
|
</install>
|