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
emulab
emulab-devel
Commits
fcb709ce
Commit
fcb709ce
authored
Feb 19, 2004
by
Mike Hibler
Browse files
Changes for DETER support
parent
ea264fe6
Changes
3
Hide whitespace changes
Inline
Side-by-side
tmcd/linux/control_interface
View file @
fcb709ce
...
...
@@ -9,7 +9,7 @@
NODETYPE
=
`
$BINDIR
/nodetype
`
case
$NODETYPE
in
pc300|pc1500|pc2000|pc2400-aero|pc2400-orbit
)
pc300|pc1500|pc2000|pc2400-aero|pc2400-orbit
|pc733
)
echo
'eth0'
;;
i2
)
...
...
tmcd/linux/cpuspeed.awk
View file @
fcb709ce
#!/usr/bin/awk -f
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -25,6 +25,10 @@
print
"850"
;
exit
}
/^cpu MHz.*
(
72
[
0-9
]
|73
[
0-9
])\.[
0-9
]
+$/
{
print
"733"
;
exit
}
/^cpu MHz.*6
[
0-9
][
0-9
]\.[
0-9
]
+$/
{
print
"600"
;
exit
...
...
tmcd/linux/modules.conf
View file @
fcb709ce
...
...
@@ -39,6 +39,12 @@ elseif $NT == "i2"
elseif
$
NT
==
"pc2400-orbit"
alias
eth0
eepro100
alias
eth1
e1000
elseif
$
NT
==
"pc733"
alias
eth0
eepro100
alias
eth1
e1000
alias
eth2
e1000
alias
eth3
e1000
alias
eth4
e1000
else
alias
eth0
feth0
alias
eth1
feth1
...
...
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