Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
appliance: Remove cruft and run udevd directly.
This commit removes a lot of cruft from old RHEL which was required to start udev. Instead we run the daemon directly. Also it removes the fallback path which created some device nodes in /dev by hand. This likely did not work. This also removes the dependency on MAKEDEV which is long gone from most distros. This is required for Ubuntu, since the /etc/init.d/udev script didn't actually work. The most common symptom was that /dev/virtio-ports/* was not created because udev didn't process the cold start events.
- Loading branch information
Showing
2 changed files
with
13 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters