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