Only activate the Clear Linux OS rootfs volume.
Add lvm conf file to allow pvscan, but prevent starting the
lvmetad service. Otherwise, if non-root lvms exist, all lvms
are active and the Host OS will hang when starting lvmetad service.
Add new lvm2-mount-sysroot.service to only activate the rootfs
which is identified by the CLR_ROOT logical volume name.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
if something fails the initrd will provide a shell to see what was wrong
also now load kernel modules from an additional cpio file is posible this
cpio file just must have the path /usr/lib/modules/$(uname -r)/ with the common
kernel modules tree and module.* files to be loaded.
Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez@intel.com>
if pasword fails or something is wrong you can reboot the system using
ctrl + alt + del
Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez@intel.com>
this initrd will work using systemd as init program
then this repo provide the scripts to create a systemd initrd
Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez@intel.com>