Class: ForemanBootdisk::Scope::FullHostBootdiskEfi
- Inherits:
-
Bootdisk
- Object
- Foreman::Renderer::Scope::Provisioning
- Bootdisk
- ForemanBootdisk::Scope::FullHostBootdiskEfi
- Defined in:
- app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb
Instance Method Summary collapse
Instance Method Details
#initrd(medium_provider) ⇒ Object
10 11 12 |
# File 'app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb', line 10 def initrd(medium_provider) '/' + ForemanBootdisk::ISOGenerator.iso9660_filename(super) end |
#kernel(medium_provider) ⇒ Object
6 7 8 |
# File 'app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb', line 6 def kernel(medium_provider) '/' + ForemanBootdisk::ISOGenerator.iso9660_filename(super) end |