summaryrefslogtreecommitdiff
path: root/dracut-functions
AgeCommit message (Expand)AuthorFilesLines
2009-11-27changed hostonly documentation and handlingHarald Hoyer1-1/+1
2009-11-26dracut-functions: inst_simple(): do not bail out if target is a dir and existsHarald Hoyer1-2/+4
2009-11-25Handle modules with hyphens in their names properly.Peter Jones1-1/+1
2009-11-05dracut-functions: dinfo() on missing firmware, rather than dwarning()Harald Hoyer1-1/+1
2009-11-03Tidy up some commentsAlan Jenkins1-4/+4
2009-10-27join $dsrc and $dracutbasedirHarald Hoyer1-4/+4
2009-09-30dracut-functions: let inst*() honor and handle symlinks correctlyHarald Hoyer1-5/+6
2009-09-30dracut-functions: inst_simple() with cp -p to preserver timestamps, etc.Harald Hoyer1-1/+1
2009-09-29dir symlinksLance Albertson1-6/+37
2009-09-14fix backwards inst() compatHarald Hoyer1-9/+15
2009-09-14dracut-functions: fixed inst() for mkinitrd compatHarald Hoyer1-1/+5
2009-09-09dracut-functions: make inst() mkinitrd compatibleHarald Hoyer1-2/+3
2009-09-01dracut-functions: do not try to clear logfile, if not writableHarald Hoyer1-4/+6
2009-09-01dracut-function: add check for volume group membersHarald Hoyer1-0/+30
2009-08-28instmods(): fixed "instmods =drivers/md"Harald Hoyer1-4/+7
2009-08-27should_source_module(): refined checkHarald Hoyer1-1/+1
2009-08-22Oops, clean up broken get_fs_type implementation.Victor Lowther1-10/+14
2009-08-20Minor fixups to kernel module loadingVictor Lowther1-12/+11
2009-08-20Abstract out hostonly vs. generic module installation differences.Victor Lowther1-0/+21
2009-08-20Abstract out vol_id vs. blkid usage.Victor Lowther1-0/+2
2009-08-19Speed up loading block drivers when running with --hostonlyVictor Lowther1-3/+5
2009-08-19Abstract out vol_id vs. blkid usageVictor Lowther1-0/+11
2009-08-19dracut-functions: check for existance of slave devices before opening itHarald Hoyer1-0/+2
2009-08-16Move common rootfs finding and backing store tree checking to dracut-functionsVictor Lowther1-0/+32
2009-08-16Minor spacing fixups in dracut-finctionsVictor Lowther1-3/+3
2009-08-16Split kernel module loading into smaller chunks.Victor Lowther1-27/+40
2009-08-15More quotation fixups in dracut-functionsVictor Lowther1-4/+6
2009-08-15Simplify dracut_install a bit, an make a minor fixup to check_module_depsVictor Lowther1-19/+14
2009-08-15Some quotation cleanups in dracut-functions.Victor Lowther1-15/+15
2009-08-13inst_simple(): add -p flag to cpHarald Hoyer1-1/+1
2009-08-04Fix full pathname condition in find_librarySergey Fionov1-1/+1
2009-07-23use a variable to hold the regexMichael Ploujnikov1-3/+6
2009-07-23dracut_install: add "-o" optionMarc Grimme1-1/+14
2009-07-22dracut: add --kernel-only and --no-kernel argumentsHarald Hoyer1-17/+22
2009-07-21fix kernel modules dir handlingHarald Hoyer1-3/+0
2009-07-21add --fwdir parameter to dracutHarald Hoyer1-2/+4
2009-07-21use kernel module directory specified on command line in modules alsoHarald Hoyer1-3/+3
2009-07-21dracut: add --kmoddir directory, where to look for kernel modulesHarald Hoyer1-1/+3
2009-07-02Don't use absolute paths for utilitiesSeewer Philippe1-1/+1
2009-07-02fixed adding modules via -aHarald Hoyer1-1/+1
2009-07-02fixed --add option handlingHarald Hoyer1-2/+3
2009-07-02add --add option to add modules to the "all" listHarald Hoyer1-1/+2
2009-06-19/usr/lib/dracut -> /usr/share/dracutHarald Hoyer1-1/+1
2009-06-11Exclude i2o_scsi driver.Warren Togami1-0/+4
2009-06-04fix dracut loggingHarald Hoyer1-4/+5
2009-05-30Excise excess logging verbosity when installing kernel modules.Victor Lowther1-1/+0
2009-05-30Fix bug in kernel module loadingVictor Lowther1-1/+2
2009-05-29Modify kernel module installation routine to respect --hostonly.Victor Lowther1-21/+27
2009-05-28Log dracut output.Victor Lowther1-0/+10
2009-05-28Fix firmware installation.Victor Lowther1-10/+10