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
e7481b71
Commit
e7481b71
authored
Mar 01, 2006
by
Russ Fish
Browse files
Tweaks from Feb 14.
parent
aaf4cda1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
tmcd/cygwinxp/prepare
View file @
e7481b71
...
...
@@ -214,6 +214,7 @@ if (! $noredef) {
print
"
\n
Redefining EmulabStartup.
\n
";
my
$firstboot
=
"
/usr/local/etc/emulab/rc/rc.firstboot
";
my
$bootsetup
=
"
/usr/local/etc/emulab/rc/rc.bootsetup
";
my
$sshrun
=
"
cygrunsrv -S sshd
";
my
$progrun
=
"
cygrunsrv -S ProgAgent
";
my
$bootlog
=
"
/var/log/bootsetup.log
";
system
("
cygrunsrv -R EmulabStartup
");
...
...
@@ -221,7 +222,7 @@ if (! $noredef) {
"
--dep DHCP --dep elvinsvc.exe --dep W32Time
"
.
"
-p /cygdrive/c/cygwin/bin/bash
"
.
"
-a
\"
--norc --noprofile -c
"
.
"
'(
$firstboot
;
$bootsetup
;
$progrun
) >&
$bootlog
'
\"
");
"
'(
$firstboot
;
$bootsetup
;
$sshrun
;
$progrun
) >&
$bootlog
'
\"
");
system
("
cygrunsrv -VQ EmulabStartup
");
}
...
...
tmcd/cygwinxp/rc.reboot
View file @
e7481b71
...
...
@@ -48,7 +48,7 @@ sleep 10
# Give up, log it, ask for power cycle, and wait until timeout if that fails.
logit
"*** Failed to reboot. Asking for power cycle."
tmcc state
tmcc state
WEDGED
sleep
1200
# Should never get here!
...
...
tmcd/cygwinxp/xpimage-notes.txt
View file @
e7481b71
This diff is collapsed.
Click to expand it.
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