[OE-core] [PATCH 2/8] initramfs-framework: create /dev/console

Khem Raj raj.khem at gmail.com
Thu Sep 3 21:34:12 UTC 2015


> On Sep 3, 2015, at 11:42 AM, Patrick Ohly <patrick.ohly at intel.com> wrote:
> 
>     install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug
> +
> +    # Create device nodes expected by some kernels in initramfs
> +    # before even executing /init.
> +    install -d ${D}/dev
> +    mknod -m 622 ${D}/dev/console c 5 1
> }
> 

may be just use USE_DEVFS = “0” instead if we are not letting devtmpfs into initrd image
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150903/494a2e13/attachment-0002.sig>


More information about the Openembedded-core mailing list