#extends cobbler.webui.master #block body #import time #if $distro #end if #if $editable != True #set global $owners = $distro.owners #include "/usr/share/cobbler/webui_templates/enoaccess.tmpl" #end if
#if $distro Editing Distro #else Adding a Distro #end if #if $distro #else #end if #if $distro #end if #if $distro and $editable == True #end if #if $editable == True #end if
#if $distro

Example: RHEL-5-i386

Edit Rename + Edit Copy + Edit

How do you want to modify this object?

$time.ctime($distro.ctime)
$time.ctime($distro.mtime)
#if $distro #set $comm = $distro.comment #else #set $comm = "" #end if

This is a free-form description field

Absolute filesystem path to a kernel file

Absolute filesystem path to an initrd file

#if $distro and $distro.arch == "i386" x86 #else i386 #end if #if $distro and $distro.arch == "x86_64" x86_64 #else x86_64 #end if #if $distro and $distro.arch == "ppc" ppc #else ppc #end if #if $distro and $distro.arch == "ppc64" ppc64 #else ppc64 #end if #if $distro and $distro.arch == "s390" s390 #else s390 #end if #if $distro and $distro.arch == "s390x" s390x #else s390x #end if #if $distro and $distro.arch == "ia64" ia64 #else ia64 #end if

What architecture is the distro?

Example: noipv6 magic=foo

Example: clocksource=pit nosmp noapic nolapic

Example: dog=fido gnome=yes

#if $distro and $distro.breed == "redhat" Red Hat Based #else #if $distro and $distro.breed != "redhat" Red Hat Based #else Red Hat Based #end if #end if #if $distro and $distro.breed == "debian" Debian #else Debian #end if #if $distro and $distro.breed == "suse" SuSE #else SuSE #end if #if $distro and $distro.breed == "ubuntu" Ubuntu #else Ubuntu #end if

This option determines how kernel options are prepared

Example: rhel2.1, rhel4, fedora8

Registration key for RHN, Satellite, or Spacewalk

RHN, Satellite, or Spacewalk server

#if $distro #set joined = " ".join($distro.mgmt_classes) #else #end if

Management classes (space delimited) for use with external configuration management system.

#if $distro #set ownerslist = ' '.join($distro.owners) #end if

Applies only if using authz_ownership module, space delimited

Yes Really Delete child objects?

Check both buttons and click save to delete this object

#end block body