Skip to content
Snippets Groups Projects
Commit 99eb6d2a authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Change to load from cdrom instead over network.

parent 7d67d6bd
No related branches found
No related tags found
No related merge requests found
...@@ -144,19 +144,23 @@ DBQueryFatal("update widearea_privkeys ". ...@@ -144,19 +144,23 @@ DBQueryFatal("update widearea_privkeys ".
"set nextprivkey='$newkey',updated=now()". "set nextprivkey='$newkey',updated=now()".
"where privkey='$privkey'"); "where privkey='$privkey'");
header("Content-Type: text/plain");
echo "privkey=$newkey\n";
if (0) { if (0) {
header("Content-Type: text/plain");
echo "privkey=$newkey\n";
echo "fdisk=http://${WWWHOST}/images/image.fdisk\n"; echo "fdisk=http://${WWWHOST}/images/image.fdisk\n";
echo "slice1_image=http://${WWWHOST}/images/slice1.ndz\n"; echo "slice1_image=http://${WWWHOST}/images/slice1.ndz\n";
echo "slice1_md5=cb810b43f49d15b3ac4122ff42f8925d\n"; echo "slice1_md5=cb810b43f49d15b3ac4122ff42f8925d\n";
echo "slicex_mount=/users\n"; echo "slicex_mount=/users\n";
echo "slicex_tarball=http://${WWWHOST}/images/slicex.tar.gz\n"; echo "slicex_tarball=http://${WWWHOST}/images/slicex.tar.gz\n";
echo "slicex_md5=1f84fbc3434d174151ac3a2b8389799a\n"; echo "slicex_md5=1f84fbc3434d174151ac3a2b8389799a\n";
echo "emulab_status=0\n";
} }
else { else {
echo "fdisk=image.fdisk\n";
echo "slice1_image=slice1.ndz\n";
echo "slice1_md5=cb810b43f49d15b3ac4122ff42f8925d\n";
echo "slicex_mount=/users\n";
echo "slicex_tarball=slicex.tar.gz\n";
echo "slicex_md5=1f84fbc3434d174151ac3a2b8389799a\n";
} }
echo "emulab_status=0\n";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment