Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
67ccb11d
Commit
67ccb11d
authored
Sep 16, 2011
by
Tails developers
Browse files
udev-watchdog-wrapper: suppress potentially confusing eject messages.
parent
2056854f
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/sbin/udev-watchdog-wrapper
View file @
67ccb11d
...
...
@@ -79,7 +79,7 @@ DEV_TYPE="${DEV_TYPE_LINE#*=}"
# event. See [[bugs/sdmem_on_eject_broken_for_CD]].
# FIXME: we might be able to do the more sane "-i off" with future kernel/udev
if
[
"
$DEV_TYPE
"
=
"cd"
]
;
then
eject
-i
on
"
${
BOOT_DEVICE
}
"
eject
-i
on
"
${
BOOT_DEVICE
}
"
2>&1
>
/dev/null
fi
# Start udev-watchdog and stop on clean exit.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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