The installer no longer has access to the initrd's root. We need to
copy any needed files over to /sysroot before switching root. This
copies *.cfg and *.ks files.
It also adds the ability to add dracut hook scripts to the initramfs
from /usr/share/lorax/dracut_hooks/
This re-adds commit
|
||
|---|---|---|
| .. | ||
| config_files | ||
| dracut_hooks | ||
| efi.tmpl | ||
| ppc.tmpl | ||
| runtime-cleanup.tmpl | ||
| runtime-install.tmpl | ||
| runtime-postinstall.tmpl | ||
| s390.tmpl | ||
| sparc.tmpl | ||
| x86.tmpl | ||