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
3d74dfb4
Commit
3d74dfb4
authored
May 16, 2012
by
Leigh B Stoller
Browse files
Load up the generic osids.
parent
67d98648
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/images
View file @
3d74dfb4
...
...
@@ -7,6 +7,7 @@ use installvars;
my $UTAHURL = "http://www.emulab.net/downloads";
my $DESCRIPTORS = "$TOP_SRCDIR/install/descriptors-v3.xml";
my $GENDEV = "$TOP_SRCDIR/install/descriptors-gendev.xml";
my @STDIMAGES = ("FBSD82-STD", "FEDORA15-STD");
my @MBRS = ("emulab-mbr.dd", "emulab-mbr2.dd");
my $STDIMAGESURL = "$UTAHURL/images-STD";
...
...
@@ -55,6 +56,11 @@ sub Install($$$)
" $SUDO -u $PROTOUSER $WAP ".
" perl load-descriptors -a $DESCRIPTORS");
};
Phase "gendev", "Loading additional OS IDS", sub {
ExecQuietFatal("cd $TOP_OBJDIR/install; ".
" $SUDO -u $PROTOUSER $WAP ".
" perl load-descriptors $GENDEV");
};
foreach my $imagename (@STDIMAGES) {
my $localfile = "$PREFIX/images/${imagename}.ndz";
my $url = "$STDIMAGESURL/${imagename}.ndz";
...
...
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