aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-06feat(systemd-tmpfiles): introducing the systemd-tmpfiles moduleJóhann B. Guðmundsson2-0/+72
2021-05-06refactor(systemd-networkd): cosmetic move to 01Jóhann B. Guðmundsson2-1/+1
2021-05-06fix(base): suppress calls to getarg in build phaseHarald Hoyer1-1/+3
2021-05-06fix(dracut-functions): implement a cache for get_maj_minRenaud Métrich2-2/+11
2021-05-05fix(fips): add dh and ecdh ciphersDavid Tardon1-1/+1
2021-05-05fix: shellcheck 0.7.2Harald Hoyer59-155/+196
2021-05-04docs: install `which` in Arch containerHarald Hoyer1-1/+1
2021-05-04feat: support ZSTD-compressed kernel modulesMikhail Novosyolov3-0/+6
2021-05-04docs: document how to run the test suite in podman on Fedora and ArchHarald Hoyer1-1/+70
2021-05-04style: make indent and let shfmt fail againHarald Hoyer4-11/+10
2021-05-04chore(tree): move package build files in their own directoryJóhann B. Guðmundsson4-3/+3
2021-05-04test(NFS): let it run in an Arch containerHarald Hoyer1-2/+6
2021-05-04fix: include `modules.builtin.alias` in the initramfsHarald Hoyer1-1/+1
2021-05-04test(FULL SYSTEMD): try pacman rather than rpm on ArchHarald Hoyer1-8/+11
2021-05-04fix: install all depmod relevant configuration filesHarald Hoyer2-1/+17
2021-05-04fix: add `modules.builtin.modinfo` to the initramfsHarald Hoyer1-1/+1
2021-05-04fix(crypt): install all crypto modules in the generic initrdHarald Hoyer1-2/+4
2021-05-04feat: also restore the initramfs from /lib/modulesHarald Hoyer1-3/+6
2021-05-04chore: skip rpmbuild, if there is no rpmbuild installedHarald Hoyer1-0/+7
2021-05-04chore: fix indent-c path for src directoryHarald Hoyer1-1/+1
2021-05-04test: use `uname -m` to determine qemu-systemHarald Hoyer1-2/+3
2021-05-04fix(systemd-sysusers): misc fixes and cleanupJóhann B. Guðmundsson1-11/+4
2021-05-04chore(tree): move src into their own src directoryJóhann B. Guðmundsson7-9/+9
2021-05-04chore(tree): move tools into their own directoryJóhann B. Guðmundsson6-5/+5
2021-05-04chore(tree): move docs into the docs directoryJóhann B. Guðmundsson7-1/+1
2021-05-04chore(tree): move kernel install files into its own directoryJóhann B. Guðmundsson3-2/+2
2021-05-04chore(tree): move man pages into a man directoryJóhann B. Guðmundsson10-10/+11
2021-05-04chore(tree): move shell completion into a directoryJóhann B. Guðmundsson3-2/+2
2021-05-03fix(mdraid): remove dependency statementsJóhann B. Guðmundsson3-16/+0
2021-05-03fix(systemd-resolved): remove nss librariesJóhann B. Guðmundsson1-8/+0
2021-05-03fix(systemd): include all nss librariesJóhann B. Guðmundsson1-0/+6
2021-05-03fix(systemd-udevd): add udev id program filesJóhann B. Guðmundsson1-0/+8
2021-05-03fix(integrity): properly set up EVM when using an x509 certStefan Berger1-7/+26
2021-05-03fix(tpm2-tss): add tpm2 requirementJóhann B. Guðmundsson1-8/+3
2021-05-03feat(tpm2-tss): introducing the tpm2-tss moduleJóhann B. Guðmundsson2-0/+64
2021-05-03fix(udev-rules): remove sourcing of network link filesJóhann B. Guðmundsson4-8/+12
2021-04-30fix(systemd-udev): use global vars instead of fixed pathJóhann B. Guðmundsson1-32/+32
2021-04-29ci: switch to action-sh-checker v0.2.0Harald Hoyer1-1/+1
2021-04-29ci: remove label cron jobHarald Hoyer1-11/+7
2021-04-29fix(dracut): adding missing globalvars for udevJóhann B. Guðmundsson1-9/+24
2021-04-29feat(systemd-udevd): introducing the systemd-udevd moduleJóhann B. Guðmundsson2-0/+103
2021-04-28fix(network): use wicked unit instead of find_binaryJóhann B. Guðmundsson1-1/+1
2021-04-28fix(multipath): stop multipath before udev db cleanupHarald Hoyer1-0/+2
2021-04-28fix(network-legacy): add missing options to dhclient.confJóhann B. Guðmundsson1-1/+4
2021-04-27fix(systemd-verity): incorrect reference to cryptsetup targetJóhann B. Guðmundsson2-1/+61
2021-04-27fix(systemd-verity): re-naming module to veritysetupJóhann B. Guðmundsson1-60/+0
2021-04-27feat(systemd-verity): introducing the systemd-verity moduleJóhann B. Guðmundsson2-0/+61
2021-04-26ci: reorder the testsHarald Hoyer1-3/+5
2021-04-26fix(iscsi): add iscsid.service requirementsHarald Hoyer1-9/+29
2021-04-26test(ISCSI): fix the watchdog loopHarald Hoyer4-9/+14
2021-04-26fix: search for btrfs devices from actual mount poiontKairui Song1-2/+4
2021-04-26test: don't fail on modprobe btrfs in create-root.shHarald Hoyer3-3/+3
2021-04-26ci: run all Fedora CI in a matrixHarald Hoyer4-148/+54
2021-04-26fix(iscsi): only rely on socket activiationHarald Hoyer1-10/+12
2021-04-23feat(systemd-initrd): add initrd-usr-fs.targetJóhann B. Guðmundsson1-0/+1
2021-04-23fix: quotes in systemd modulesJóhann B. Guðmundsson4-11/+11
2021-04-23refactor: check() in systemd modulesJóhann B. Guðmundsson5-10/+20
2021-04-22fix(network-manager): set timeout via command line optionHarald Hoyer1-2/+1
2021-04-22feat(systemd-network-management): introducing systemd-network-management moduleJóhann B. Guðmundsson2-0/+22
2021-04-22fix(network): user variable for sdnetworkd instead of pathJóhann B. Guðmundsson1-1/+1
2021-04-22fix(systemd-hostnamed): extra quoteJóhann B. Guðmundsson1-2/+2
2021-04-22fix(systemd-networkd): make systemd-networkd a proper network providerJóhann B. Guðmundsson2-39/+56
2021-04-22feat(systemd-timedated): add systemd-timedated module to the spec fileJóhann B. Guðmundsson2-4/+7
2021-04-22feat(systemd-timedated): introducing the systemd-timedated moduleJóhann B. Guðmundsson1-0/+43
2021-04-22fix(network-manager): run after dracut-cmdlineHarald Hoyer2-35/+1
2021-04-22fix(img-lib): ignored null byte in inputLev Veyde2-3/+3
2021-04-22fix(systemd-modules-load): misc repairsJóhann B. Guðmundsson1-16/+12
2021-04-22feat(systemd-resolved): introducing the systemd-resolved moduleJóhann B. Guðmundsson3-0/+65
2021-04-22feat(systemd-hostnamed): introducing the systemd-hostnamed moduleJóhann B. Guðmundsson5-0/+77
2021-04-22feat(systemd-ac-power): introducing the systemd-ac-power moduleJóhann B. Guðmundsson5-0/+49
2021-04-22fix(systemd-modules): remove dependency on systemd meta moduleJóhann B. Guðmundsson5-12/+6
2021-04-22feat(systemd-timesyncd): introducing the systemd-timesyncd moduleJóhann B. Guðmundsson3-0/+66
2021-04-22fix(network-manager): create /run directoriesHarald Hoyer1-0/+2
2021-04-22ci: use /dev/disk/by-idHarald Hoyer81-840/+918
2021-04-21fix(systemd): include hosts and nsswitch.conf in hostonly modeJóhann B. Guðmundsson1-0/+2
2021-04-21fix(90kernel-modules): add watchdog drivers for generic initrdPeter Robinson1-1/+2
2021-04-21fix(examples): remove the examples directory and reference to itJóhann B. Guðmundsson5-235/+0
2021-04-20fix(dracut.sh): add global vars for modules-loadJóhann B. Guðmundsson1-4/+14
2021-04-20fix(systemd-sysctl): sysctl global variablesJóhann B. Guðmundsson1-1/+1
2021-04-20fix(dracut): sysctl global variablesJóhann B. Guðmundsson2-4/+4
2021-04-20fix(nbd): remove old udev version requirementsJóhann B. Guðmundsson1-5/+1
2021-04-20fix(fips): remove old udev version requirementsJóhann B. Guðmundsson1-6/+2
2021-04-20fix(systemd): remove old systemd version requirementsJóhann B. Guðmundsson1-28/+9
2021-04-19fix(nbd): make nbd work again with systemdHarald Hoyer3-42/+41
2021-04-19ci: use disk ids for TEST 35 ISCSI MULTIHarald Hoyer6-88/+76
2021-04-19ci: add function to generate qemu disk argumentsHarald Hoyer1-0/+40
2021-04-17fix(bluetooth): shellcheck and hostonly correctionsHarald Hoyer1-8/+21
2021-04-17fix(dbus-daemon): only error out in install()Harald Hoyer1-6/+5
2021-04-16feat(bluetooth): implement bluetooth support in initrdAdam Alves2-0/+75
2021-04-16fix(TEST ISCSI): try to debug md error 524Harald Hoyer4-8/+20
2021-04-16ci: remove packit config causing errorsHarald Hoyer1-4/+0
2021-04-16feat(network-manager): run as daemon with D-BusBeniamino Galvani6-3/+65
2021-04-16fix(network-manager): use /run/NetworkManager/initrd/neednet in initqueueDusty Mabe1-9/+13
2021-04-16fix(network-manager): only run NetworkManager if rd.neednet=1Dusty Mabe2-0/+4
2021-04-15fix(network-manager): nm-run.service: don't kill forked processesDusty Mabe1-0/+2
2021-04-15fix(dracut-logger.sh): double dash trigger unknown logger warnings during runDusty Mabe1-1/+1
2021-04-13fix(i18n): skip if data is missingĐoàn Trần Công Danh1-0/+2
2021-04-12fix(dracut.sh): omission is an addition to other omissions in conf filesJóhann B. Guðmundsson1-1/+1
2021-04-12fix(dracut-functions): word splitting issue for sed in get_ucode_fileKairui Song1-3/+3
2021-03-31fix(nbd): shellcheck regressionHarald Hoyer1-2/+4
2021-03-31docs: clarify `netroot=dhcp`Harald Hoyer1-4/+4
2021-03-31fix(dracut-systemd): regression on root=block:Harald Hoyer1-2/+2
2021-03-31fix(base): source hooks without execHarald Hoyer1-9/+3
2021-03-31fix(network): correct regression in iface_has_carrierHarald Hoyer1-8/+9
2021-03-31fix(network-manager): no default deps for nm-run.serviceHarald Hoyer1-0/+2
2021-03-31fix(lunmask): shellcheck regressionHarald Hoyer1-7/+13
2021-03-31fix(lvmmerge): depend on bashHarald Hoyer1-1/+1
2021-03-31fix(livenet): fetch-liveupdate.sh does not require bashHarald Hoyer1-1/+1
2021-03-31fix(cms): require bashHarald Hoyer1-1/+1
2021-03-31fix(network-manager): nm-lib.sh does not require bashHarald Hoyer1-1/+1
2021-03-31fix(zipl): don't depend on grub2Harald Hoyer1-1/+0
2021-03-31ci: enable shellcheck for everythingHarald Hoyer101-15/+1
2021-03-31fix(kernel-modules): shellcheck regressionHarald Hoyer1-4/+4
2021-03-31fix(multipath): revise multipathd-stopHarald Hoyer2-11/+17
2021-03-31fix(multipath): shellcheck regressionHarald Hoyer1-6/+12
2021-03-31fix(nvdimm): shellcheck regressionHarald Hoyer1-3/+4
2021-03-31fix(convertfs): require bashHarald Hoyer1-0/+1
2021-03-31fix(caps): require bashHarald Hoyer1-0/+1
2021-03-31test: mark the whole test subdir as shellcheck'edHarald Hoyer20-0/+0
2021-03-31fix(dracut-initramfs-restore.sh): shellcheck for dracut-initramfs-restore.shHarald Hoyer1-5/+4
2021-03-31fix(examples/yocto): shellcheck againHarald Hoyer1-0/+1
2021-03-30fix(dasd_rules): add bash dependencyHarald Hoyer1-1/+1
2021-03-30fix(fcoe-uefi): add bash dependencyHarald Hoyer1-1/+1
2021-03-30fix(TEST MULTINIC): shellcheckHarald Hoyer5-164/+79
2021-03-30fix(fcoe): remove needless bash dependencyHarald Hoyer2-2/+2
2021-03-30fix(lunmask): remove needless bash dependencyHarald Hoyer2-2/+2
2021-03-30fix(crypt): include cryptsetups tmpfileJóhann B. Guðmundsson1-0/+1
2021-03-30fix(TEST BASIC): shellcheckHarald Hoyer4-133/+46
2021-03-30fix(TEST SYSTEMD): shellcheckHarald Hoyer5-136/+45
2021-03-30fix(TEST USR-MOUNT): shellcheckHarald Hoyer4-145/+51
2021-03-30fix(TEST FULL-SYSTEMD): shellcheckHarald Hoyer4-173/+76
2021-03-30fix(TEST RAID): shellcheckHarald Hoyer4-143/+48
2021-03-30fix(TEST LVM): shellcheckHarald Hoyer4-130/+43
2021-03-30fix(TEST RAID-DEG): shellcheckHarald Hoyer5-173/+82
2021-03-30fix(TEST IMSM): shellcheckHarald Hoyer5-153/+65
2021-03-30fix(TEST DMSQUASH): shellcheckHarald Hoyer3-113/+23
2021-03-30fix(TEST LVM-THIN): shellcheckHarald Hoyer4-129/+41
2021-03-30fix(TEST NFS): shellcheckHarald Hoyer5-176/+93
2021-03-30fix(TEST ISCSI): shellcheckHarald Hoyer6-178/+95
2021-03-30fix(zfcp_rules): require bashHarald Hoyer1-0/+1
2021-03-30fix(memstrack): correct dependenciesHarald Hoyer2-3/+4
2021-03-30ci: disable fedora-eln for nowHarald Hoyer1-3/+1
2021-03-30fix(usrmount): shellcheck for modules.d/98usrmountHarald Hoyer2-6/+8
2021-03-30fix(TEST ENC-RAID-LVM): shellcheckHarald Hoyer4-48/+57
2021-03-30fix(TEST BTRFSRAID): shellcheckHarald Hoyer3-24/+33
2021-03-30fix(TEST ISCSI-MULTI): shellcheckHarald Hoyer6-177/+95
2021-03-30fix(TEST NBD): shellcheckHarald Hoyer8-93/+116
2021-03-30fix(TEST BONDBRIDGEVLANIFCFG): shellcheckHarald Hoyer5-53/+64
2021-03-30fix(TEST GETARG): shellcheckHarald Hoyer2-4/+8
2021-03-30fix(TEST RPM): shellcheckHarald Hoyer2-10/+10
2021-03-30fix(dbus-broker): enable the serviceBeniamino Galvani1-0/+2
2021-03-30fix(examples/yocto): shellcheckHarald Hoyer1-4/+4
2021-03-30fix(lsinitrd.sh): shellcheck for lsinitrd.shHarald Hoyer1-10/+15
2021-03-30feat(mkinitrd): remove mkinitrdHarald Hoyer8-830/+1
2021-03-30fix(test/test-functions): shellcheck for test/test-functionsHarald Hoyer1-8/+10
2021-03-30fix(test/run-qemu): shellcheck for test/run-qemuHarald Hoyer1-12/+12
2021-03-30fix(fedora-test.sh): shellcheck for fedora-test.shHarald Hoyer1-5/+5
2021-03-30fix(dm): shellcheck for modules.d/90dmHarald Hoyer2-9/+9
2021-03-30fix(install): handle builtin modulesHarald Hoyer1-4/+7
2021-03-30fix(network-legacy): shellcheck for modules.d/35network-legacyHarald Hoyer13-234/+262
2021-03-30fix(systemd-modules-load): shellcheck for modules.d/01systemd-modules-loadHarald Hoyer2-8/+7
2021-03-30fix(busybox): shellcheck for modules.d/05busyboxHarald Hoyer2-2/+2
2021-03-30fix(securityfs): shellcheck for modules.d/96securityfsHarald Hoyer1-0/+0
2021-03-30fix(iscsi): shellcheck for modules.d/95iscsiHarald Hoyer5-71/+73
2021-03-30fix(mdraid): shellcheck for modules.d/90mdraidHarald Hoyer8-23/+31
2021-03-30fix(TEST-30-ISCSI): add sync to client root creationHarald Hoyer1-1/+1
2021-03-30fix(cifs): shellcheck for modules.d/95cifsHarald Hoyer3-2/+8
2021-03-29test(FULL-SYSTEMD): add fuse kernel module in test rootHarald Hoyer1-0/+2
2021-03-29fix(dmsquash-live): shellcheck for modules.d/90dmsquash-liveHarald Hoyer5-46/+44
2021-03-29fix(crypt-gpg): shellcheck for modules.d/91crypt-gpgHarald Hoyer3-5/+11
2021-03-29fix(fcoe-uefi): shellcheck for modules.d/95fcoe-uefiHarald Hoyer3-3/+3
2021-03-29fix(fstab-sys): shellcheck for modules.d/95fstab-sysHarald Hoyer2-8/+8
2021-03-29fix(lunmask): shellcheck for modules.d/95lunmaskHarald Hoyer5-30/+24
2021-03-29fix(nbd): shellcheck for modules.d/95nbdHarald Hoyer4-4/+6
2021-03-29fix(fcoe): shellcheck for modules.d/95fcoeHarald Hoyer7-87/+95
2021-03-29fix(nfs): shellcheck for modules.d/95nfsHarald Hoyer5-22/+27
2021-03-29fix(nvmf): shellcheck for modules.d/95nvmfHarald Hoyer3-8/+10
2021-03-29fix(qeth_rules): shellcheck for modules.d/95qeth_rulesHarald Hoyer2-7/+7
2021-03-29fix(resume): shellcheck for modules.d/95resumeHarald Hoyer3-6/+9
2021-03-29fix(rootfs-block): shellcheck for modules.d/95rootfs-blockHarald Hoyer4-12/+14
2021-03-29fix(ssh-client): shellcheck for modules.d/95ssh-clientHarald Hoyer2-0/+1
2021-03-29fix(udev-rules): shellcheck for modules.d/95udev-rulesHarald Hoyer2-2/+1
2021-03-29fix(virtfs): shellcheck for modules.d/95virtfsHarald Hoyer3-5/+5
2021-03-29fix(zfcp): shellcheck for modules.d/95zfcpHarald Hoyer2-1/+2
2021-03-29fix(zfcp_rules): shellcheck for modules.d/95zfcp_rulesHarald Hoyer3-23/+25
2021-03-29fix(znet): shellcheck for modules.d/95znetHarald Hoyer2-2/+2
2021-03-29fix(masterkey): shellcheck for modules.d/97masterkeyHarald Hoyer2-8/+5
2021-03-29fix(dracut-systemd): shellcheck for modules.d/98dracut-systemdHarald Hoyer9-35/+37
2021-03-29fix(ecryptfs): shellcheck for modules.d/98ecryptfsHarald Hoyer2-11/+11
2021-03-29fix(integrity): shellcheck for modules.d/98integrityHarald Hoyer4-29/+32
2021-03-29fix(pollcdrom): shellcheck for modules.d/98pollcdromHarald Hoyer2-1/+1
2021-03-29fix(selinux): shellcheck for modules.d/98selinuxHarald Hoyer2-7/+8
2021-03-29fix(img-lib): shellcheck for modules.d/99img-libHarald Hoyer3-22/+31
2021-03-29fix(memstrack): shellcheck for modules.d/99memstrackHarald Hoyer4-16/+10
2021-03-29fix(shutdown): shellcheck for modules.d/99shutdownHarald Hoyer3-13/+16
2021-03-29fix(syslog): shellcheck for modules.d/98syslogHarald Hoyer6-17/+16
2021-03-29fix(fs-lib): shellcheck for modules.d/99fs-libHarald Hoyer3-15/+15
2021-03-29fix(uefi-lib): shellcheck for modules.d/99uefi-libHarald Hoyer2-14/+11
2021-03-29fix(dcssblk): shellcheck for modules.d/95dcssblkHarald Hoyer2-5/+3
2021-03-29fix(dasd_rules): shellcheck for modules.d/95dasd_rulesHarald Hoyer3-78/+41