65 Commits (e48e0ae318e2c5e1887eaab1702ac3cf26c5c990)

Author SHA1 Message Date
Harald Hoyer 73198d53f3 /usr/lib/dracut -> /usr/share/dracut 16 years ago
Warren Togami 71afe645d7 Exclude i2o_scsi driver. 16 years ago
Harald Hoyer c1d71b7ea3 fix dracut logging 16 years ago
Victor Lowther 71a19ef6e0 Excise excess logging verbosity when installing kernel modules. 16 years ago
Victor Lowther ac9a118354 Fix bug in kernel module loading 16 years ago
Victor Lowther 4cf262689e Modify kernel module installation routine to respect --hostonly. 16 years ago
Victor Lowther 1a918b40b6 Log dracut output. 16 years ago
Victor Lowther c93d9f6265 Fix firmware installation. 16 years ago
Warren Togami e19d6bf603 Disambiguate modules and drivers. modules are dracutmodules. drivers are kernel modules. 16 years ago
Victor Lowther 0c2e3d1221 Add infrastructure for dracut module dependency checking. 16 years ago
Harald Hoyer b649f1c21b let find_rule find absolute path rules 16 years ago
Victor Lowther cdad82fd14 Changed multiline conditional lists to if statements in dracut-functions 16 years ago
David Dillow 5686cd41d6 dracut-funtions: fix 'instmods =modname' 16 years ago
Andreas Thienemann 84ffb877fd dinfo print only when verbose defined 16 years ago
Andreas Thienemann 0053156804 Fix "--debug" parameter for dracut 16 years ago
Harald Hoyer 6fac46910c add derror(), dinfo() and dwarning() 16 years ago
Victor Lowther 8faaa8f082 Change default install target for udev rules. 16 years ago
Harald Hoyer 5c86253310 fixed bash error in inst_binary() 16 years ago
Victor Lowther 496d08bb19 Some versions of udevd do not look for rules in /lib/udev/rules.d 16 years ago
Victor Lowther 47507b21a8 Added a comment for instmods. 16 years ago
Victor Lowther 3198f1711f Fix broken -c handling and give instmods a little optimization. 16 years ago
Victor Lowther 8d38524882 Fix formatting in instmods a bit. 16 years ago
Victor Lowther c7b2624f2e Simplify inst_script a bit 16 years ago
Victor Lowther 6b25d71acd Rename find_file to find_binary and simplify it. 16 years ago
Victor Lowther 992acaa9d0 Make calling modprobe look prettier. 16 years ago
Victor Lowther 74534e19c9 Remove a useless use of cat in instmods 16 years ago
Victor Lowther 34fffd88ce inst never takes 3 arguments anymore. 16 years ago
Harald Hoyer 8e7089689f add --ignore-install to modprobe calls 16 years ago
Harald Hoyer 2749c2f320 fixed the use of e.g. instmods =drivers/foobar 16 years ago
Harald Hoyer cfee8a70c0 fixed the use of e.g. instmods =drivers/foobar 16 years ago
Harald Hoyer 52245267a4 fixed instmods 16 years ago
Harald Hoyer 86c9fa4847 add the special "=ata" case for instmods 16 years ago
Harald Hoyer 20122a83f8 used modules.<subsystem> if present for instmod =<subsystem> 16 years ago
Harald Hoyer 1e5527e3e2 fail, if install failed 16 years ago
Harald Hoyer 59dc373677 keep compat arguments for "inst" 16 years ago
Harald Hoyer 0f9c78c104 merge fix, find_binary 16 years ago
Victor Lowther 54b4419653 Fix several inst functions. 16 years ago
Victor Lowther 09805e02b8 Get rid of some RedHat specific modules and udev rules 16 years ago
Victor Lowther ca7d88da13 Modify instmods to not rely on the existence of modules.* files 16 years ago
Seewer Philippe 7bcacaaa5f Create directories for symlinked libraries if needed 16 years ago
Seewer Philippe 9f88fcd94b Canonicalize symlinks 16 years ago
Seewer Philippe 59e3c455b8 Make bash regexes behave 16 years ago
Seewer Philippe 9b88534374 Fix find_binary always succeeding 16 years ago
Seewer Philippe acf324172d Fix instmods recursing indefinitely 16 years ago
Victor Lowther 53f954561a [PATCH 49/50] Modify hook loading to make it slightly easier to script. 16 years ago
Victor Lowther f04dc5f312 [PATCH 48/50] Shift some functionality around, make modules maskable. 16 years ago
Victor Lowther f4fff04ef1 [PATCH 47/50] Split out the various things we load into their own modules. 16 years ago
Victor Lowther bff8c33c2b [PATCH 46/50] fixed library-matching regex 16 years ago
Victor Lowther aeaaa812d2 [PATCH 45/50] Really die if a library is not found. 16 years ago
Victor Lowther 7d18dca5c1 [PATCH 43/50] Use ldd to find shared library deps. 16 years ago