File: f14i386local.tdl

package info (click to toggle)
oz 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,620 kB
  • sloc: python: 6,993; xml: 654; perl: 614; makefile: 45; sh: 21
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- An example that shows how to do a basic install of Fedora 14
     i386 using the ISO type install from a local file.
-->
<template>
  <name>f14jeos</name>
  <os>
    <name>Fedora</name>
    <version>14</version>
    <arch>i386</arch>
    <install type='iso'>
      <iso>file:///Fedora-14-i386-netinst.iso</iso>
    </install>
  </os>
  <description>Fedora 14</description>
</template>