Talk:Eudev
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 11:27, 5 November 2024 (UTC) :: Your reply ~~~~
Oneshot and migrating
The installation instructions under "Emerge" call for:
root #
emerge --ask --oneshot sys-fs/eudev
But under "Migrating from udev to eudev" it says:
root #
emerge --ask sys-fs/eudev
This one is missing the --oneshot option. I assume that should be also used when migrating beween packages…
Also, instead of saying "Migrating from udev 216" perhaps we should say "Migrating from udev 216 or later" (assuming migrating from later versions is supposed to be just as easy of from 216), especially since udev-225-r1 has been stable for a while now. - dcljr (talk) 19:26, 17 January 2017 (UTC)
- --oneshot has been added into second command. also i think maybe required to add info about "emerge -C sys-fs/udev" before "emerge --ask --oneshot sys-fs/eudev". this packages block himself. --Cronolio (talk) 22:21, 21 January 2017 (UTC)
Migrating from systemd-utils[udev]
Nowadays migrating to eudev is a bit different - first you have to unset the udev USE flag for sys-apps/systemd-utils, then you run
root #
emerge --ask --oneshot sys-apps/systemd-utils sys-fs/eudev
It's important to have them both in one command, otherwise it won't work. --Iromeister (talk) 10:13, 15 July 2022 (UTC)