fix typo that root partition should be / not /root
Change-Id: I5f6044021af996f30b5a47512ad3055fe34c19d5
This commit is contained in:
parent
839cde46f6
commit
7de85ae46a
@ -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}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user