Skip to content
GitLab
Menu
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
622f7a0f
Commit
622f7a0f
authored
Jun 04, 2017
by
Mike Hibler
Browse files
Make FBSD103-64-STD the only FreeBSD image to be downloaded.
parent
a59aa8b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/images
View file @
622f7a0f
...
...
@@ -14,7 +14,7 @@ my $GENDEV = "$TOP_SRCDIR/install/descriptors-gendev.xml";
my @MBRS = ("emulab-mbr.dd", "emulab-mbr2.dd", "emulab-mbr3.dd");
my $LINUXSTDIMAGE = "UBUNTU14-64-STD";
my $FBSDSTDIMAGE = "FBSD10
2
-64-STD";
my $FBSDSTDIMAGE = "FBSD10
3
-64-STD";
my $DEFAULTIMAGE = $LINUXSTDIMAGE;
#
...
...
@@ -23,13 +23,12 @@ my $DEFAULTIMAGE = $LINUXSTDIMAGE;
my %STDIMAGES = (
"UBUNTU14-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=0a29c738-32b3-11e4-b30a-001143e453fe",
"CENTOS7-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=6fa68fd6-9163-11e6-ac8c-90e2ba22fee4",
"FBSD10
2
-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=
57e6bf53-4376
-11e
5
-bf0
3-38eaa71273fa
",
"FBSD10
3
-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=
f3866e90-2464
-11e
6
-b
d
f0
-d1afad303f71
",
"XEN46-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=61799d52-4dff-11e6-ac8a-90e2ba22fee4",
);
my %NEWIMAGES = (
"UBUNTU16-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=7683ca8e-5e37-11e6-ac8a-90e2ba22fee4",
"FBSD103-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=f3866e90-2464-11e6-bdf0-d1afad303f71",
"UBUNTU16-64-STD" => "https://www.emulab.net/image_metadata.php?uuid=7683ca8e-5e37-11e6-ac8a-90e2ba22fee4"
);
#
...
...
Write
Preview
Supports
Markdown
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