README.md in foreman_bootdisk-2.0.0 vs README.md in foreman_bootdisk-2.0.1

- old
+ new

@@ -13,21 +13,21 @@ Please see the Foreman wiki for appropriate instructions: * [Foreman: How to Install a Plugin](http://projects.theforeman.org/projects/foreman/wiki/How_to_Install_a_Plugin) -The gem name is "foreman_bootdisk". Run `foreman-rake db:migrate` after -installation. +The gem name is "foreman_bootdisk". Run `foreman-rake db:migrate`, +`foreman-rake db:seed` after installation. RPM users can install the "ruby193-rubygem-foreman_bootdisk" or "rubygem-foreman_bootdisk" packages. ## Dependencies * iPXE images are required * syslinux is required -* mkisofs and isohybrid are required +* genisoimage/mkisofs and isohybrid are required gPXE images are unsupported due to lack of initrd support. ## Compatibility @@ -44,9 +44,10 @@ * `bootdisk_ipxe_dir` points to the directory containing ipxe.lkrn * `bootdisk_syslinux_dir` points to the directory containing syslinux images * `bootdisk_host_template` is the name of the per-host boot disk template * `bootdisk_generic_host_template` is the name of the generic boot disk template +* `bootdisk_mkiso_command` is the name of genisoimage/mkisofs on your OS For per-host images, ensure host IP addresses and subnets are populated, and the subnet's gateway, subnet mask and DNS resolver(s) are correctly configured under Infrastructure>Subnets in Foreman.