diff options
Diffstat (limited to 'compass-cobbler/pxeprofile_arm.template')
-rw-r--r-- | compass-cobbler/pxeprofile_arm.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compass-cobbler/pxeprofile_arm.template b/compass-cobbler/pxeprofile_arm.template new file mode 100644 index 0000000..50d1cf9 --- /dev/null +++ b/compass-cobbler/pxeprofile_arm.template @@ -0,0 +1,6 @@ +set timeout=5 + +menuentry $profile_name { + linux (tftp)$kernel_path $append_line + initrd (tftp)$initrd_path +} |