Sha256: be886fa3ee6ab861ea236be59a61a5aebc7afdd4200fc11c25c151fb801bc5c1
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
<% title _("Boot disks") %> <%= title_actions link_to(_('Back'), :back) %> <div id="welcome"> <p> <%= _('Various types of boot disks can be created to provision hosts without the need for PXE services. Boot disks can be attached to the host (physical or virtual) which boots from the disk, contacts Foreman and begins the OS installation.') %> </p> <p> <%= _('All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`.') %> </p> <h2><%= _('Host image') %></h2> <p> <%= _("Per-host images contain data about a particular host registered in Foreman and set up fully static networking, avoiding the requirement for DHCP. After networking is configured, they chainload from Foreman, picking up the current OS configuration and build state from the server.") %> </p> <p> <%= _("Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman.") %> </p> <h2><%= _('Generic image') %></h2> <p> <%= _('Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses.') %> </p> <p> <%= _('The OS install continues using the installation media configured in Foreman, and it will typically configure static networking, depending on how the OS iPXE template is configured.') %> </p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_bootdisk-3.1.2 | app/views/foreman_bootdisk/disks/help.html.erb |