aboutsummaryrefslogtreecommitdiffstats
path: root/dracut-init.sh
AgeCommit message (Expand)AuthorFilesLines
2022-02-02fix(dracut-init): unbreak a commentLubomir Rintel1-1/+1
2021-05-04feat: support ZSTD-compressed kernel modulesMikhail Novosyolov1-0/+1
2021-05-04fix: include `modules.builtin.alias` in the initramfsHarald Hoyer1-1/+1
2021-05-04fix: add `modules.builtin.modinfo` to the initramfsHarald Hoyer1-1/+1
2021-03-29fix: shellcheck for dracut*.shHarald Hoyer1-1/+13
2021-03-13style: shfmt -s reformatHarald Hoyer1-38/+38
2021-03-13style: shfmt reformatHarald Hoyer1-72/+76
2021-02-19fix: proper return code for inst_multiple in dracut-init.shAndrew J. Hesford1-2/+3
2021-02-15fix: shellcheck for dracut-init.shHarald Hoyer1-10/+11
2021-02-15fix: shellcheck for dracut-init.shHarald Hoyer1-15/+17
2021-02-15fix: shellcheck for dracut-init.shHarald Hoyer1-23/+31
2021-02-15fix: shellcheck for dracut-init.shHarald Hoyer1-33/+62
2021-02-15fix: shellcheck for dracut-init.shHarald Hoyer1-14/+31
2021-01-21fix(dracut-init.sh): make inst_libdir_file work with dracutsysrootdir setZoltán Böszörményi1-5/+5
2020-11-14Don't print when a module is explicitly omitted (by default)Colin Walters1-1/+1
2020-08-05Allow $DRACUT_INSTALL to be not an absolute pathMikhail Novosyolov1-1/+1
2020-02-27add DRACUT_NO_XATTR global environment variableHarald Hoyer1-1/+1
2019-11-05Ensure that udevadm --version reported an integerMikhail Novosyolov1-0/+4
2019-11-05Fail if udevadm could not be runMikhail Novosyolov1-1/+5
2019-10-25Allow running on a cross-compiled rootfsBöszörményi Zoltán1-32/+50
2019-10-22dracut-init.sh: remove obsolete for_each_kmod_dep()Daniel Molkentin1-18/+0
2019-08-26dracut-init.sh: Nuke unused install_kmod_with_fw functionTakashi Iwai1-67/+0
2019-07-19Consollidate the qemu virtualization detectionDaniel Molkentin1-0/+22
2019-07-19dracut-install: Add support for compressed kernel modulesTakashi Iwai1-5/+13
2019-07-19Merge branch 'optimization' of https://github.com/ryncsn/dracut into ryncsn-o...Harald Hoyer1-25/+38
2019-07-19squash: also squash systemctl if switch-root is not neededKairui Song1-0/+4
2019-07-18dracut-install: Add support for compressed firmware filesTakashi Iwai1-2/+10
2019-02-22dracut: let module handling function accept optional path optionKairui Song1-25/+38
2018-07-05dracut-init.sh: fix instmods with zero inputHarald Hoyer1-0/+4
2018-07-05Introduce tri-state hostonly modeKairui Song1-0/+12
2018-03-02all: fix issues found by shellcheckLukas Nykryn1-1/+1
2018-01-08dracut-emergency: optionally print fs helpMark Fasheh1-0/+6
2017-07-07dracut-init.sh: check for file $DRACUT_KERNEL_MODALIASESHarald Hoyer1-1/+1
2017-07-07dracut-init.sh: add the kernel directory to the --modalias generationHarald Hoyer1-1/+1
2017-07-07Check all modalias files in /sys/devices for modulesHarald Hoyer1-10/+7
2017-03-09dracut-init.sh: fix typoMartin Wilck1-2/+2
2017-01-18dracut: check for EUID instead of UIDHarald Hoyer1-1/+1
2017-01-18dracut: only copy xattr, if rootHarald Hoyer1-1/+5
2017-01-16Do not "cp" the selinux contextHarald Hoyer1-0/+2
2016-06-07dracut-init.sh: set default firmware path, if not specifiedHarald Hoyer1-0/+2
2016-05-25move ln_r() to dracut-init.shHarald Hoyer1-0/+13
2016-04-15removed obsolete kernel module functions and host_modules variableHarald Hoyer1-54/+0
2016-04-15dracut_install: honor --silent flagHarald Hoyer1-1/+7
2016-04-13dracut-init.sh: beautify instmods()Harald Hoyer1-3/+28
2016-04-11Use dracut-install to install kernel modulesHarald Hoyer1-153/+25
2016-04-11dracut-init.sh: mark error messages with FAILEDHarald Hoyer1-8/+8
2016-04-11dracut-init.sh: Add file argument to sed'sHarald Hoyer1-4/+4
2016-03-28dracut-init.sh: Simplify udev rule greppingVille Skyttä1-56/+46
2016-03-28Do not use deprecated egrep/fgrepVille Skyttä1-4/+4
2015-11-13dracut-init.sh: libdir paths need dracut-function.shHarald Hoyer1-2/+2
2015-11-13dracut.sh: remove the concept of host_modaliasHarald Hoyer1-12/+2
2015-11-13reduce dracut-functions.sh and add to dracut-init.shHarald Hoyer1-4/+1140
2015-07-02splitup dracut-init.sh from dracut-functions.shHarald Hoyer1-0/+34