-
Notifications
You must be signed in to change notification settings - Fork 14
Description
hello,
First, thank you for your hard work, it's very appreciate.
I'm working on a archlinux based system with Runit as services manager and obviously without systemd. For the moment i use eudev.
I have made a pkgbuild based on https://aur.archlinux.org/cgit/aur.git/tree/?h=vdev-git for arch and change some files for example libudev.pc to better correspond to the archlinux structure, added license, create a good symlink, etc..... I will provide as soon as possible on my github.
So i try to make a hook for building an initramfs to run earlier vdev. If i understand you're concept i need to replace .rules provide by eudev by a .act and include it in my hook. But i'm little be confused when i look your example of .act. For example in the 50-udev-defaults.rules i have this KERNEL== or this GOTO=. How can i know your corresponding option? Do you have a parser to convert directly .rules to .act?
Onemore when i try to compile the tools udev_to_vdev with the makefile i have this error :
g++ -o udev2vdev
g++: fatal error: no input files
May be i make a mistake.
Sorry for my english and once again thank you for your work.