summaryrefslogtreecommitdiff
path: root/dracut-functions.sh
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-29dracut-functions.sh: replace strstr()Harald Hoyer1-1/+1
2012-06-21dracut-functions.sh: use "ln -r" instead of shell functionsHarald Hoyer1-4/+16
2012-06-18Set some global variables in dracut-functions.shHarald Hoyer1-3/+31
2012-06-18fixed instmods() return code and set pipefail globallyHarald Hoyer1-12/+9
2012-06-15dracut-functions.sh: fixup inst_libdir_file() againHarald Hoyer1-4/+4
2012-06-15Debian multiarch supportThomas Lange1-4/+4
2012-06-06modules are now only handled with /sys/modules and modules.depHarald Hoyer1-44/+12
2012-06-06make udevdir systemdutildir systemdsystemunitdir global varsHarald Hoyer1-6/+0
2012-06-06Avoid annonying warnings when pkg-config is not installed.Juan RP1-1/+1
2012-06-04use pkg-config to determine the udev directoryHarald Hoyer1-6/+42
2012-05-16check kernel module existanceCong Wang1-9/+28
2012-05-07removed old udev "vol_id"Harald Hoyer1-11/+0
2012-04-23merge "cleanup" and "pre-pivot-cleanup" hooksHarald Hoyer1-2/+2
2012-04-19add pre-pivot-cleanup hookDave Young1-1/+1