commit: d53604f06653028042c7c8ec85cb3ea47c248a6d Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 22:39:32 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 22:39:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=d53604f0
Switch from udev to eudev. scripts/cycle.1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index 37caa55..c542a02 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -4,6 +4,8 @@ source /etc/profile env-update emerge -b1q portage emerge -b1q =app-portage/grs-9999 +emerge --unmerge sys-fs/udev +emerge -b1q sys-fs/eudev install-worldconf emerge -bevq --keep-going --with-bdeps=y @world clean-worldconf
