diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass index 6a389821..6e05f5a6 100644 --- a/gnomeos/yocto/classes/gnomeos-contents.bbclass +++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass @@ -120,7 +120,7 @@ fakeroot do_rootfs () { # Blow away udev from poky in favor of our own rm ${IMAGE_ROOTFS}/sbin/udevd - ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udev + ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udevd # Random configuration changes here sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf