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
fa0ee03b
Commit
fa0ee03b
authored
Sep 26, 2012
by
Nikos Skalkotos
Browse files
Add back the snf_image_activate_helper check
parent
b2bffe91
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-helper/snf-image-helper.in
View file @
fa0ee03b
...
...
@@ -33,8 +33,13 @@ fi
set
-e
# terminate helper vm when the script exits
add_cleanup system_poweroff
if
grep
snf_image_activate_helper /proc/cmdline
>
/dev/null
;
then
# terminate helper vm when the script exits
add_cleanup system_poweroff
else
log_error
"Kernel command line activation flag: "
\
"
\`
snf_image_activate_helper' is missing"
fi
if
[
!
-b
"
$FLOPPY_DEV
"
]
;
then
log_error
"Floppy device is not present!"
...
...
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