Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
116
Issues
116
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
3187f1e1
Commit
3187f1e1
authored
Jan 29, 2019
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add hvc0 as a known console type in Linux slicefix.
parent
e9046d1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slicefix
clientside/tmcc/linux/slicefix
+2
-2
No files found.
clientside/tmcc/linux/slicefix
View file @
3187f1e1
#!/bin/sh
#
# Copyright (c) 2000-201
8
University of Utah and the Flux Group.
# Copyright (c) 2000-201
9
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -179,7 +179,7 @@ sio)
vga
)
CONSOLE
=
vid
;;
sio1|sio2|sio3|sio4|vid|null|unknown
)
sio1|sio2|sio3|sio4|vid|null|
hvc0|
unknown
)
;;
*
)
echo
"WARNING: unknown console type
\"
$CONSOLE
\"
, assuming
\"
sio1
\"
"
...
...
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