summaryrefslogtreecommitdiff
path: root/dracut-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2012-10-16dracut-functions.sh: don't ask question on gzip uncompressHarald Hoyer1-1/+1
2012-10-10consistently lowercase "dracut"Harald Hoyer1-6/+6
2012-10-08dracut-functions.sh: inst_rules_program() skip udev vars ${}Harald Hoyer1-9/+9
2012-10-08return proper value in function dracut_installDave Young1-1/+4
2012-10-08dracut-functions.sh: find_binary: path starting with variableAmadeusz Żołnowski1-1/+1
2012-10-04dracut-functions: add inst_rule_group_owner()Harald Hoyer1-0/+22
2012-10-04dracut-functions.sh:inst_rules_program() also recognize RUN+=Harald Hoyer1-2/+2
2012-10-03dracut-functions.sh: move the i2o_scsi to the omit_drivers variableHarald Hoyer1-1/+0
2012-10-03dracut-functions.sh: do not check all modules for filesystemsHarald Hoyer1-4/+17
2012-10-03dracut-functions.sh: make hostonly case more failsafe for new modulesHarald Hoyer1-11/+21
2012-09-28dracut-functions.sh:get_persistent_dev() exception for multipath devicesHarald Hoyer1-1/+1
2012-09-24use by-uuid firstly in get_persistent_devDave Young1-1/+1
2012-09-10move get_persistent_dev to dracut-functions.shDave Young1-0/+15
2012-09-06use check_block_and_slaves in for_each_host_dev_and_slavesDave Young1-1/+1
2012-09-06FIPS workaround for fipscheck dirMilan Broz1-0/+12
2012-08-23moved the /etc/host_devs write out to 99baseHarald Hoyer1-2/+0
2012-08-23Add for_each_host_dev_and_slaves for device only checkingdyoung@redhat.com1-1/+47
2012-08-01Revert "dracut-functions: $_x should exist, no need to test."Chao Wang1-0/+1
2012-07-30dracut-functions.sh: inst_hook() with [0-9]-<name>Harald Hoyer1-1/+1
2012-07-30dracut-functions: $_x should exist, no need to test.Chao Wang1-1/+0
2012-07-26dracut-functions.sh:inst_rule_programs() fix error messagesHarald Hoyer1-3/+3
2012-07-26dracut-functions.sh:inst_rule_programs() fixed IMPORT{program}Harald Hoyer1-2/+2
2012-07-26mv rootfs-block/module-setup.sh:search_option() in dracut-functions.shHarald Hoyer1-0/+20
2012-07-26dracut-functions.sh: corrected usage comment of find_mp_fstype()Harald Hoyer1-3/+3
2012-07-26dracut-functions.sh: add find_mp_fstype()Harald Hoyer1-0/+27
2012-07-24get rid of "basename"Harald Hoyer1-6/+6
2012-07-24dracut-functions.sh: small error print correctionHarald Hoyer1-1/+1
2012-07-20dracut-functions.sh: fixed host-only kernel module bugHarald Hoyer1-2/+2
2012-07-19dracut-functions.sh: set LC_MESSAGES=C not LC_ALLHarald Hoyer1-1/+1
2012-07-16dracut-functions.sh: output more info, if dependency modules are omittedHarald Hoyer1-4/+16
2012-07-09dracut-functions.sh: bail out, if $initdir is not setHarald Hoyer1-0/+5
2012-07-05fips: add instmods silent check mode "-c -s"Harald Hoyer1-6/+12
2012-07-02dracut-functions.sh:find_kernel_modules_by_path() fixed hostonly partHarald Hoyer1-1/+5
2012-07-02dracut-functions.sh: forgot --set-version $kernel for modprobeHarald Hoyer1-1/+2
2012-07-02dracut-functions.sh: create $initdir, if it does not existHarald Hoyer1-0/+4
2012-07-02dracut-functions.sh,dracut.sh: use xargs with "-r"Harald Hoyer1-9/+8
2012-07-02dracut-functions.sh: set LC_ALL=C to get correct parsing informationHarald Hoyer1-1/+1
2012-07-02move dracut-install to dracutbasedirHarald Hoyer1-52/+69
2012-06-29Use /usr/bin/dracut-install if availableHarald Hoyer1-208/+281
2012-06-29dracut-functions.sh: grep for "--relative" for the ln_r() checkHarald Hoyer1-1/+1
2012-06-29dracut.sh, dracut-functions.sh: add dracut_kernel_post()Harald Hoyer1-1/+22
2012-06-29dracut-functions.sh: error out, if $initdir is not setHarald Hoyer1-0/+4
2012-06-29dracut-functions: inst(),inst_binary() fixed inst_symlink callHarald Hoyer1-2/+2
2012-06-29dracut-functions.sh:inst_libdir_files() combine installsHarald Hoyer1-2/+4
2012-06-29dracut.sh, dracut-functions.sh: do lazy kernel module dep resolvingHarald Hoyer1-31/+61
2012-06-29dracut-functions.sh:find_kernel_modules_by_path() use IFS=:Harald Hoyer1-1/+6
2012-06-29dracut-functions.sh:inst_decompress() simplify functionHarald Hoyer1-15/+2
2012-06-29dracut-functions.sh:inst_simple() do inst_symlink for symlinksHarald Hoyer1-7/+10
2012-06-29dracut-functions.sh: cp with --reflink=auto and --sparse=autoHarald Hoyer1-1/+1
2012-06-29dracut-functions.sh: mksubdirs(): check for dir existence firstHarald Hoyer1-1/+1