Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
5c4d4bee
Commit
5c4d4bee
authored
Oct 29, 2013
by
Nikos Skalkotos
Browse files
Fix a variable typo in MountImage task
parent
84d01e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-helper/tasks/30MountImage.in
View file @
5c4d4bee
...
...
@@ -50,7 +50,7 @@ if [[ "$SNF_IMAGE_PROPERTY_OSFAMILY" == *bsd ]]; then
os
=
${
SNF_IMAGE_PROPERTY_OSFAMILY
^[bsd]
}
log_error
"For
${
os
^?
}
images only UFS root partitions are supported."
fi
u
s
ftype
=
"
$(
get_ufstype
"
$rootdev
"
)
"
uf
s
type
=
"
$(
get_ufstype
"
$rootdev
"
)
"
if
[
"x
$ufstype
"
=
"x"
]
;
then
exit
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment