]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(base): split out `dracut-dev-lib.sh`
authorHarald Hoyer <harald@redhat.com>
Mon, 17 May 2021 09:00:22 +0000 (11:00 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 17 May 2021 14:22:49 +0000 (16:22 +0200)
commitc08bc8109d4c43beacfa4bcdc20a356102da6d02
treef9ede23183af99f5f65069dfa6f02ce15becf443
parentb9b6f0ee5b859a562e46a8c4e0dee0261fabf74d
fix(base): split out `dracut-dev-lib.sh`

To share the `wait_for_dev` function and use it without side effects on
install time, split out the needed functions in an extra library.
21 files changed:
modules.d/99base/dracut-dev-lib.sh [new file with mode: 0755]
modules.d/99base/dracut-lib.sh
modules.d/99base/module-setup.sh
test/TEST-01-BASIC/test.sh
test/TEST-02-SYSTEMD/test.sh
test/TEST-03-USR-MOUNT/test.sh
test/TEST-04-FULL-SYSTEMD/test.sh
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-14-IMSM/test.sh
test/TEST-15-BTRFSRAID/test.sh
test/TEST-16-DMSQUASH/test.sh
test/TEST-17-LVM-THIN/test.sh
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-35-ISCSI-MULTI/test.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/test.sh
test/TEST-98-GETARG/test.sh