#extends cobbler.webui.master #block body #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 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?

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 == "ia64" ia64 #else ia64 #end if

This determines what bootloader to use

Example: noipv6 magic=foo

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

This option determines how kernel options are prepared

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

Applies only if using authz_ownership module, comma-delimited

Yes Really Delete child objects?

Check both buttons and click save to delete this object

#end block body