mount root filesystem

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-01-31 22:50:23 +01:00
parent 812d97c2c0
commit 7199445597

View File

@@ -249,7 +249,7 @@ create_fs_structure () {
printf "${MAGENTA}Run ${GREEN}'%s'${NO_COLOR}\n" "$cmd"
eval "$cmd"
if [ $? -gt 0 ]; then
return 1
die "Can't mount root filesystem ${PREFIX}-${LABEL}"
fi
fi