summaryrefslogtreecommitdiff
path: root/dracut-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2013-08-20add persistent_policy configuration optionHarald Hoyer1-1/+1
2013-08-20dracut-functions.sh:dracut_module_included() check with spacesHarald Hoyer1-1/+1
2013-08-16dracut.sh: add --persistent-policy optionHarald Hoyer1-1/+26
2013-08-15add parameter --print-cmdlineHarald Hoyer1-10/+33
2013-08-15dracut-functions.sh: add find_mp_fsoptsHarald Hoyer1-0/+16
2013-08-15dracut-functions.sh: no more 'echo'Harald Hoyer1-17/+17
2013-08-15dracut-functions.sh: add find_dev_fsopts()Harald Hoyer1-2/+23
2013-08-15Create initramfs without using udevadmHarald Hoyer1-43/+27
2013-08-14dracut-functions.sh: fixed vercmp()Harald Hoyer1-28/+29
2013-08-14dracut-functions.sh: if no libdirs are set, take the ld.so.cache pathsHarald Hoyer1-0/+18
2013-08-09omit drivers fixdyoung@redhat.com1-1/+2
2013-08-07dracut-functions.sh: inst_multiple == dracut_installHarald Hoyer1-4/+8
2013-08-07dracut-functions.sh: removed non dracut-install shell functionsHarald Hoyer1-259/+56
2013-08-07dracut.sh/dracut-functions.sh: handle root on non-block deviceHarald Hoyer1-1/+3
2013-07-31kernel-modules/module-setup.sh: silently omit some filesystem driversHarald Hoyer1-0/+8
2013-07-31remove "< <(" syntaxHarald Hoyer1-59/+65
2013-07-24dracut-functions.sh:get_fs_env() fallback to blkid for ID_FS_TYPE not foundHarald Hoyer1-1/+0
2013-07-19dracut-functions.sh: only wait for the last pid spawnedHarald Hoyer1-1/+3
2013-07-19dracut-functions.sh: don't warn twice about omitted modulesHarald Hoyer1-1/+0
2013-07-15dracut.sh: Support early microcode loading.Konrad Rzeszutek Wilk1-0/+33
2013-07-04beautified shell codeHarald Hoyer1-69/+83
2013-06-28use "rm --" to guard against filenames beginning with "-"Harald Hoyer1-1/+1
2013-06-24use findmnt with "--source" or "--target"Harald Hoyer1-6/+24
2013-05-31dracut-functions.sh:get_persistent_dev() fix case for multipathHarald Hoyer1-0/+1
2013-05-28dracut-functions.sh: clarify instmods() error messageHarald Hoyer1-2/+2
2013-04-09dracut-functions.sh: make use of findmntHarald Hoyer1-99/+64
2013-03-18kernel-modules/module-setup.sh: install all host filesystem driversHarald Hoyer1-0/+14
2013-03-11make host_fs_types a hashmapHarald Hoyer1-11/+3
2013-03-07split 95udev-rules/59-persistent-storage.rules to md and dm modulesHarald Hoyer1-0/+27
2013-03-07dracut-functions.sh: fix inst_rule_programs()Harald Hoyer1-3/+3
2013-03-06dracut-functions.sh: add dracut_need_initqueue() dracut_module_included()Harald Hoyer1-0/+16
2013-02-18dracut: enable initramfs building without kernel modulesHarald Hoyer1-7/+10
2013-01-25Support out-of-tree and updated drivers in initramfs creationJoe Lawrence1-1/+1
2013-01-23dracut-functions.sh: cope with optional field #7 in mountinfoHarald Hoyer1-12/+52
2013-01-22dracut-functions.sh: add pre-shutdown hookHarald Hoyer1-1/+1
2013-01-03dracut-functions.sh: fixed inst_rules search pathHarald Hoyer1-1/+1
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