mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
yocto: Also use udevadm from ostbuild
This commit is contained in:
parent
6fa1c5cfc8
commit
f61632d2cc
@ -121,6 +121,8 @@ 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/udevd
|
||||
rm ${IMAGE_ROOTFS}/sbin/udevadm
|
||||
ln -s /usr/sbin/udevadm ${IMAGE_ROOTFS}/sbin/udevadm
|
||||
|
||||
# Random configuration changes here
|
||||
sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user