2025-03-14 21:59:59 -06:00
|
|
|
# lsinitrd
|
|
|
|
|
|
|
|
|
|
> Show the contents of an initramfs image.
|
|
|
|
|
> See also: `dracut`.
|
|
|
|
|
> More information: <https://github.com/dracutdevs/dracut/blob/master/man/lsinitrd.1.asc>.
|
|
|
|
|
|
|
|
|
|
- Show the contents of the initramfs image for the current kernel:
|
|
|
|
|
|
|
|
|
|
`lsinitrd`
|
|
|
|
|
|
|
|
|
|
- Show the contents of the initramfs image for the specified kernel:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lsinitrd {{[-k|--kver]}} {{kernel_version}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show the contents of the specified initramfs image:
|
|
|
|
|
|
|
|
|
|
`lsinitrd {{path/to/initramfs.img}}`
|
|
|
|
|
|
|
|
|
|
- List modules included in the initramfs image:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lsinitrd {{[-m|--mod]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Unpack the initramfs to the current directory:
|
|
|
|
|
|
|
|
|
|
`lsinitrd --unpack`
|