Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
73d71c4a
Commit
73d71c4a
authored
Sep 26, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add version 3 cdrom stuff.
parent
51afae72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
www/cdromcheckin.php3
www/cdromcheckin.php3
+19
-1
No files found.
www/cdromcheckin.php3
View file @
73d71c4a
...
...
@@ -177,7 +177,7 @@ if ($cdvers == 1) {
echo
"slicex_md5=a5274072a40ebf2fda8b8596a6e60e0d
\n
"
;
}
}
else
{
else
if
(
$cdvers
==
2
)
{
if
(
0
)
{
echo
"fdisk=http://${WWWHOST}/images/image.fdisk
\n
"
;
echo
"slice1_image=http://${WWWHOST}/images/slice1-v2.ndz
\n
"
;
...
...
@@ -195,4 +195,22 @@ else {
echo
"slicex_md5=a5274072a40ebf2fda8b8596a6e60e0d
\n
"
;
}
}
else
{
if
(
0
)
{
echo
"fdisk=http://${WWWHOST}/images/image.fdisk
\n
"
;
echo
"slice1_image=http://${WWWHOST}/images/slice1-v3.ndz
\n
"
;
echo
"slice1_md5=761b4c72c650ec0ad2bfbbcb46ed7c4d
\n
"
;
echo
"slicex_mount=/users
\n
"
;
echo
"slicex_tarball=http://${WWWHOST}/images/slicex-v3.tar.gz
\n
"
;
echo
"slicex_md5=0a3398cee6104850adaee7afbe75f008
\n
"
;
}
else
{
echo
"fdisk=image.fdisk
\n
"
;
echo
"slice1_image=slice1.ndz
\n
"
;
echo
"slice1_md5=761b4c72c650ec0ad2bfbbcb46ed7c4d
\n
"
;
echo
"slicex_mount=/users
\n
"
;
echo
"slicex_tarball=slicex.tar.gz
\n
"
;
echo
"slicex_md5=0a3398cee6104850adaee7afbe75f008
\n
"
;
}
}
echo
"emulab_status=0
\n
"
;
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