DREN/Kickstart/pxe

From DER's LLC
Jump to navigation Jump to search

cobbler

/etc/cobbler/pxe/pxedefault.template

DEFAULT vesamenu.c32
PROMPT 0
menu clear
menu background splash.png
MENU TITLE Choose from the following kickstart Profiles:
menu vshift 8
menu hshift 15
menu width 60
MENU MARGIN 1
MENU ROWS 15
MENU MASTER PASSWD $6$/GULqBhPJsrxxiC3$iJiWYlMyZNfwwOKsKeyLiNNcfwd7yUjYErzh4WtGMozDcmRubesMeQGeKE956qhhlmGia/1jsdth7vVaMOOP60
TIMEOUT 80
TOTALTIMEOUT 6000
ONTIMEOUT $pxe_timeout_profile 

LABEL local
        MENU LABEL (Boot to Local OS)
        MENU DEFAULT
        LOCALBOOT 0

$pxe_menu_items

MENU end

/etc/cobbler/pxe/pxeprofile.template

#set $new_name = $profile_name.replace(':1:NGAResearchLabEnvironmentRLE', ' ')
#set $new_menu_label = $menu_label.replace(':1:NGAResearchLabEnvironmentRLE', ' ')
LABEL $new_name
        MENU PASSWD
        kernel $kernel_path
        $new_menu_label
        $append_line
        ipappend 2