mount root filesystem
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -249,7 +249,7 @@ create_fs_structure () {
|
|||||||
printf "${MAGENTA}Run ${GREEN}'%s'${NO_COLOR}\n" "$cmd"
|
printf "${MAGENTA}Run ${GREEN}'%s'${NO_COLOR}\n" "$cmd"
|
||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
if [ $? -gt 0 ]; then
|
if [ $? -gt 0 ]; then
|
||||||
return 1
|
die "Can't mount root filesystem ${PREFIX}-${LABEL}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user