summaryrefslogtreecommitdiffstats
path: root/compass-cobbler/pxeprofile_arm.template
blob: 50d1cf99db44d66a35c987e1c3aa2fa43f097de4 (plain)
1
2
3
4
5
6
set timeout=5

menuentry $profile_name {
    linux (tftp)$kernel_path $append_line
    initrd (tftp)$initrd_path
}