Confirmed users
125
edits
Line 44: | Line 44: | ||
So now that we have all three parts we continue on to making modifications. We will keep the kernel and device tree around unchanged for rebuilding the boot.img. The ramdisk on the other hand, we will unpack into a directory, make changes to, and repackage. This is where files such as '''init''' and '''init.rc''' (and various other *.rc's) live. | So now that we have all three parts we continue on to making modifications. We will keep the kernel and device tree around unchanged for rebuilding the boot.img. The ramdisk on the other hand, we will unpack into a directory, make changes to, and repackage. This is where files such as '''init''' and '''init.rc''' (and various other *.rc's) live. | ||
Firstly, unpack the ramdisk into a directory: | Firstly, to unpack the ramdisk into a directory: | ||
<pre> | <pre> | ||
mkdir initramfs_dir | mkdir initramfs_dir |