From 7de85ae46a919803f9d616e95cc5719dfe4225c2 Mon Sep 17 00:00:00 2001 From: xiaodongwang Date: Fri, 6 Mar 2015 15:28:34 -0800 Subject: [PATCH] fix typo that root partition should be / not /root Change-Id: I5f6044021af996f30b5a47512ad3055fe34c19d5 --- cobbler/snippets/suse_pre_partition_disks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}"