Changes between Initial Version and Version 1 of Ticket #5285, comment 7
- Timestamp:
- 07/15/2023 06:21:22 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5285, comment 7
initial v1 61 61 Note: 62 62 63 1. udevadm is installed as /usr/bin/udevadm, not /usr/sbin/udevadm. So we need to edit the LFS bootscripts to call /bin/udevadm instead of /sbin/udevadm. I don't think we should really put udevadm into /usr/sbin because actually it can be used as a normal user (at least `udevadm settle` does not any privilege).63 1. udevadm is installed as /usr/bin/udevadm, not /usr/sbin/udevadm. So we need to edit the LFS bootscripts to call /bin/udevadm instead of /sbin/udevadm. I don't think we should really put udevadm into /usr/sbin because actually it can be used as a normal user (at least `udevadm settle` does not need any privilege). 64 64 2. Tested on a complete LFS system ("overwriting" eudev, and the system **has** MarkupSafe and Jinja2 installed), but not tested with a build from scratch yet.