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