Skip to content
Snippets Groups Projects
Commit 86347112 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

bugfix: initial disk scheme before initial disk layout

parent 0c7df21a
Branches
No related tags found
No related merge requests found
...@@ -146,6 +146,8 @@ initialDiskPartitionLayout() { ...@@ -146,6 +146,8 @@ initialDiskPartitionLayout() {
local end="" local end=""
local idx=1 local idx=1
initialDiskScheme $1
# create partitions # create partitions
for part in $(eval "for p in \${DISK_$(echo $1 | tr [a-z] [A-Z])_PARTITIONS[@]}; do echo \$p; done ") for part in $(eval "for p in \${DISK_$(echo $1 | tr [a-z] [A-Z])_PARTITIONS[@]}; do echo \$p; done ")
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment