Sha256: febd9ee7aa6152c39be0ffb70d7c76f118e9d94b5c2d50a8b70cd129d43a7cf1

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 KB

Contents

<% title_actions link_to(_("New installation medium"), new_medium_path) %>
<% title _("Installation medium configuration") %>
<div id="welcome">
  <p>
  <%= _("A medium represents the source of one or more operating system's installation files, accessible via the network.
  It will probably be a mirror from the internet or a copy of one or more CD or DVDs.") %>
  </p>
  <p>
  <%= _("For example, if you have copied several redhat release disks into a directory structure where the disk images are named 5.8 or 6.2, and each contained both x86_64 and i386 binaries, then you
  could create a single medium entry describing them all.
  The entry, which could be just named 'redhat' could contain a path like this <em>'http://server/redhat/$version/$arch'</em>").html_safe %>
  </p>
  <p>
  <span class="label label-info"><%= _("Notice") %></span> <%= _("The keywords <b>$version</b>, <b>$major</b> and <b>$minor</b> will be interpolated back into the path specification to calculate the true URL address.").html_safe %>
  </p>
  <p>
  <%= (_("You may also associate one or more operating systems with this medium or alternatively set this up later on the %s page.") % link_to(_("Operating systems"), operatingsystems_path)).html_safe %>
  </p>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/media/welcome.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/media/welcome.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/media/welcome.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/media/welcome.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/media/welcome.html.erb