diff --git a/cobbler/snippets/preseed_pre_partition_disks b/cobbler/snippets/preseed_pre_partition_disks index 5ac33bb..10dfad5 100644 --- a/cobbler/snippets/preseed_pre_partition_disks +++ b/cobbler/snippets/preseed_pre_partition_disks @@ -468,6 +468,7 @@ if [ -z \$partition_point_root ]; then fi recipe="boot-root ::" +recipe="\$recipe 1 1 1 free method{ biosgrub } ." for key in \${partition_names}; do if [ -z \$key ]; then continue