Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mkinitrd(8) [centos man page]

MKINITRD(8)							      dracut							       MKINITRD(8)

NAME
mkinitrd - is a compat wrapper, which calls dracut to generate an initramfs SYNOPSIS
mkinitrd [OPTION...] [<initrd-image>] <kernel-version> DESCRIPTION
mkinitrd creates an initramfs image <initrd-image> for the kernel with version <kernel-version> by calling "dracut". Important If a more fine grained control over the resulting image is needed, "dracut" should be called directly. OPTIONS
--version print info about the version -v, --verbose increase verbosity level -f, --force overwrite existing initramfs file. *--image-version append the kernel version to the target image <initrd-image>-<kernel-version>. --with=<module> add the kernel module <module> to the initramfs. --preload=<module> preload the kernel module <module> in the initramfs before any other kernel modules are loaded. This can be used to ensure a certain device naming, which should in theory be avoided and the use of symbolic links in /dev is encouraged. --nocompress do not compress the resulting image. --help print a help message and exit. AVAILABILITY
The mkinitrd command is part of the dracut package and is available from https://dracut.wiki.kernel.org AUTHORS
Harald Hoyer SEE ALSO
dracut(8) dracut 06/12/2014 MKINITRD(8)

Check Out this Related Man Page

DRACUT.BOOTUP(7)						      dracut							  DRACUT.BOOTUP(7)

NAME
dracut.bootup - boot ordering in the initramfs DESCRIPTION
This flow chart illustrates the ordering of the services, if systemd is used in the dracut initramfs. systemd-journal.socket | v dracut-cmdline.service | v dracut-pre-udev.service | v systemd-udevd.service | v local-fs-pre.target dracut-pre-trigger.service | | v v (various mounts) (various swap systemd-udev-trigger.service | devices...) | (various low-level (various low-level | | | services: seed, API VFS mounts: v v v tmpfiles, random mqueue, configfs, local-fs.target swap.target dracut-initqueue.service sysctl, ...) debugfs, ...) | | | | | \_______________|____________________ | ___________________|____________________/ |/ v sysinit.target | _________________/|\___________________ / | | | | v | v (various | rescue.service sockets...) | | | | v v | rescue.target sockets.target | | | \_________________ | emergency.service | | v v basic.target emergency.target | ______________________/| / | | v | dracut-pre-mount.service | | | v | sysroot.mount | | | v | initrd-root-fs.target (custom initrd services) | | v | dracut-mount.service | | | v | initrd-parse-etc.service | | | v | (sysroot-usr.mount and | various mounts marked | with fstab option | x-initrd.mount) | | | v | initrd-fs.target \______________________ | | v initrd.target | v dracut-pre-pivot.service | v initrd-cleanup.service isolates to initrd-switch-root.target | v ______________________/| / | | initrd-udevadm-cleanup-db.service | | (custom initrd services) | | | \______________________ | | v initrd-switch-root.target | v initrd-switch-root.service | v switch-root AUTHOR
Harald Hoyer SEE ALSO
dracut(8) bootup(7) dracut 06/12/2014 DRACUT.BOOTUP(7)
Man Page