Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
6edef9c5
Commit
6edef9c5
authored
Mar 21, 2011
by
Michael Olbrich
Committed by
Lennart Poettering
Mar 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udev: expose some more tty's for various embedded hardware
parent
58fc840b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/99-systemd.rules
src/99-systemd.rules
+3
-0
No files found.
src/99-systemd.rules
View file @
6edef9c5
...
@@ -11,6 +11,9 @@ SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
...
@@ -11,6 +11,9 @@ SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttyS*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttyS*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="hvc*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="hvc*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttyUSB*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttyUSB*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttyAM*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttymxc*", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="ttyPSC*", TAG+="systemd"
SUBSYSTEM=="block", KERNEL!="ram*|loop*", TAG+="systemd"
SUBSYSTEM=="block", KERNEL!="ram*|loop*", TAG+="systemd"
SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"
SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"
...
...
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