summaryrefslogtreecommitdiffstats
path: root/dracut/anaconda-modprobe.sh
Commit message (Collapse)AuthorAgeFilesLines
* anaconda-modprobe: fix .ko removalBrian C. Lane2012-08-211-1/+1
|
* dracut: import anaconda-lib.sh in pre-udev hookWill Woods2012-08-201-0/+4
| | | | | | | | | | | | Since each hook is (basically) a separate shell, we need to import anaconda-lib.sh at least once per hook. Since anaconda-modprobe.sh runs before the other scripts, this covers the whole hook. Still, it's a good idea to leave the imports in place so future maintainers know what functions come from where; clean up the existing import in repo-genrules.sh to actually provide this info.
* move anaconda-modprobe to pre-udev hook, silence modprobe errorsWill Woods2012-08-201-1/+1
| | | | | | a) cmdline happens before we start messing with devices, so we don't really need to do modprobe here, b) we don't care if the user doesn't have a floppy drive, that's OK
* Use shell code to work around missing basenameJesse Keating2012-08-141-1/+4
| | | | | | | Basename got removed from dracut land. This was our only use of it so use shell built ins to accomplish the same thing. Sadly you cannot strip both prefix and suffix at the same time, so take a two step approach.
* dracut: add missing spaces for module loading (#804522)Brian C. Lane2012-03-281-6/+7
| | | | Missed some needed spaces in the lists of modules.
* load modules needed by Anaconda (#804522)Brian C. Lane2012-03-271-0/+27
Anaconda expects a minimum set of modules to be loaded, things like raid1, etc.