Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
dracut uses a modular system to manage it'sits bootup process. similarly to initramfs-tools, it possesses a hook called pre-mount, which you will want to use. To install your script, you will need to define a module which uses this hook:
dracut uses a modular system to manage it's bootup process. similarly to initramfs-tools, it possesses a hook called pre-mount, which you will want to use. To install your script, you will need to define a module which uses this hook:
dracut uses a modular system to manage its bootup process. similarly to initramfs-tools, it possesses a hook called pre-mount, which you will want to use. To install your script, you will need to define a module which uses this hook: