Skip to content

Instantly share code, notes, and snippets.

@dhilst
Created July 1, 2016 13:15
Show Gist options
  • Select an option

  • Save dhilst/4e981dffb929886cd8a6c5ed738b7b08 to your computer and use it in GitHub Desktop.

Select an option

Save dhilst/4e981dffb929886cd8a6c5ed738b7b08 to your computer and use it in GitHub Desktop.
example-core-image.bbclass
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