diff --git a/cobbler/snippets/suse_pre_partition_disks b/cobbler/snippets/suse_pre_partition_disks index c83e082..42589db 100644 --- a/cobbler/snippets/suse_pre_partition_disks +++ b/cobbler/snippets/suse_pre_partition_disks @@ -344,7 +344,7 @@ fi if [ -z "\${partition_point_root}" ]; then partition_names+=(root) - partition_point_root=/root + partition_point_root=/ fi eval "default_partition_point=\\${partition_point_\${default_partition_name}}"