    <partitioning config:type="list">
      <drive>
        <device>/dev/hda</device>
        <use>all</use>
        <initialize config:type="boolean">true</initialize>
        <partitions config:type="list">
          <partition>
            <mount>/boot</mount>
            <size>75mb</size>
            <filesystem  config:type="symbol">ext2</filesystem>
          </partition>
          <partition>
            <mount>swap</mount>
            <size>300mb</size>
            <filesystem  config:type="symbol">swap</filesystem>
          </partition>
          <partition>
            <mount>/</mount>
            <size>max</size>
            <filesystem  config:type="symbol">ext3</filesystem>
          </partition>
        </partitions>
     </drive>
     </partitioning>
