Lines Matching refs:initrd
1 This document describes one way to create the initrd directory hierarchy
2 in order to allow an initrd to be built into your kernel. The trick
3 here is to steal the initrd file used on your Linux laptop, Ubuntu in
10 zcat /initrd.img > /tmp/initrd.img.zcat
11 mkdir initrd
12 cd initrd
13 cpio -id < /tmp/initrd.img.zcat
19 the initrd directory hierarchy.
21 Here are the commands to create a initrd directory for rcutorture using
27 mkdir initrd
28 cd initrd
36 happen, put the following script in the initrd's tree's "/init" file,