blob: 0d77c973cbc8d208c12065e84148a69c3556cf49 [file] [log] [blame]
swissChilib3abcd92021-03-02 20:00:44 -08001.TH mkinitrd 1 "2 March 2021" "1" "Make initial ramdisk"
2.SH SYNOPSIS
3mkinitrd <output> [input...]
4.SH DESCRIPTION
5Make initial ramdisk from list of input files.
6Generated ramdisk should be placed in /boot/initrd.img of kernel boot ISO.
7
8Make sure that each input path is formatted as it should appear in the file system.
9I.e.: treat each path passed to mkinitrd as absolute.
10
11Paths must be a maximum of 63 characters long (64 including NULL byte).
12Paths longer than this will be truncated.