Created
July 1, 2016 13:15
-
-
Save dhilst/4e981dffb929886cd8a6c5ed738b7b08 to your computer and use it in GitHub Desktop.
example-core-image.bbclass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| inherit core-image | |
| disable_getty () { | |
| sed -e 's,^1:2345:respawn:/sbin/getty 38400 tty1$,# 1:2345:respawn:/sbin/getty 38400 tty1,' -i ${IMAGE_ROOTFS}/etc/inittab | |
| } | |
| ROOTFS_POSTPROCESS_COMMAND += "diable_getty; " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment