aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro/recipes-linaro/images/linaro-image-lng.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-linaro/recipes-linaro/images/linaro-image-lng.bb b/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
index 6a7d6d24..a1a3d790 100644
--- a/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
+++ b/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
@@ -68,14 +68,6 @@ IMAGE_PREPROCESS_COMMAND_qemux86 += "qemux86_fixup;"
IMAGE_PREPROCESS_COMMAND_qemux86-64 += "qemux86_fixup;"
qemux86_fixup() {
- # Since we use autoserial, remove serial consoles
- # See sysvinit-inittab recipe
- sed -i '/2345:respawn:\/sbin\/getty/d' ${IMAGE_ROOTFS}/etc/inittab
-
- # Add a default network interface
- echo "auto eth0" >> ${IMAGE_ROOTFS}/etc/network/interfaces
- echo "iface eth0 inet dhcp" >> ${IMAGE_ROOTFS}/etc/network/interfaces
-
# The hostname can be changed by using
# hostname_pn-base-files = "linaro"
# See base-files recipe