#extends cobbler.webui.master #block body #if $distro #end if
#if $distro Editing Distro #else Adding a Distro #end if #if $distro #end if #if $distro #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 == "x86" x86 #else x86 #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

Yes Really

Check both buttons and click save to delete this object

#end block body