4 Commits
Author SHA1 Message Date
Josue David Hernandez ee60fd153b clr-init: adding load modules and emergency mode support
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>
2018-09-26 11:39:48 -05:00
Josue David Hernandez 749cb35ab8 clr-init: copy the so libs dinamically
based in the executable files copy the needed shared libraries

Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez@intel.com>
2018-05-03 18:43:54 -05:00
Josue David Hernandez d443a29285 clr-init: fix installation issue
creating path $(DESTDIR)/usr/lib/initrd.d/ if don't exist

Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez@intel.com>
2018-05-02 18:39:21 -05:00
Josue David Hernandez b20497f266 clr-init: change clr-init application for systemd init
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>
2018-05-02 17:55:51 -05:00