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
099f7993
Commit
099f7993
authored
Dec 02, 2014
by
Leigh B Stoller
Browse files
Change path to frisupload, actually look in both places.
parent
b61dbd0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/create-xen-image
View file @
099f7993
...
...
@@ -30,7 +30,8 @@ BEGIN { require "/etc/emulab/paths.pm"; import emulabpaths; }
my
$VIMAGE
=
"
/usr/local/bin/create-versioned-image
";
my
$zipper
=
"
/usr/local/bin/imagezip
";
my
$uploader
=
"
/usr/local/bin/frisupload
";
my
$uploader
=
"
$BINDIR
/frisupload
";
my
$uploader_alt
=
"
/usr/local/bin/frisupload
";
my
$VNODESETUP
=
"
$BINDIR
/vnodesetup
";
my
$CAPTURE
=
"
$BINDIR
/capturevm.pl
";
my
$EXTRAFS
=
"
/capture
";
...
...
@@ -66,6 +67,10 @@ use libsetup;
use
libvnode_xen
;
use
libutil
;
# Location confusion.
$uploader
=
$uploader_alt
if
(
!
-
x
$uploader
);
#
# No configure vars.
#
...
...
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