summaryrefslogtreecommitdiffstats
path: root/testModule/hooks/pre-udev
Commit message (Collapse)AuthorAgeFilesLines
* restructuring & bit of documentation ;)Jonathan Bauer2015-05-272-33/+0Star
| | | | dracut module now in 'dnbd3-qcow2-rootfs'. ALLLLL dracut related stuff goes in here!
* hook script to setup loopback as its not done in deepinJonathan Bauer2015-05-211-0/+1
| | | | somehow deepin does not setup the loopback device and we needed to explicitly use dracut's builtin ifup script to set it up. This is crucial, since nbd does not work without loopback device.
* current state: udev disk detection still not done!Jonathan Bauer2015-05-061-0/+32
also improved module structure and code commentary