From a886af69ec0c35a821e26f507e72b2d216c8df21 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 24 Oct 2023 13:22:55 +0100 Subject: [PATCH] Leave initoverlayfs dracut module out of initoverlayfs. Release 0.96. --- bin/initoverlayfs-install | 2 +- initoverlayfs.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/initoverlayfs-install b/bin/initoverlayfs-install index b8aa2b1..58080a7 100755 --- a/bin/initoverlayfs-install +++ b/bin/initoverlayfs-install @@ -69,7 +69,7 @@ fi initoverlayfs_conf="/etc/initoverlayfs.conf" if ! [ -e "$initoverlayfs_conf" ]; then boot_partition=$(cat /etc/fstab | grep "/boot.*ext4" | awk '{print $1}') - echo -e "bootfs $boot_partition\nbootfstype ext4\ninitoverlayfs_builder dracut -N -f -v -M --reproducible\ninitrd_builder dracut -N -f -v -M --reproducible -m \"kernel-modules udev-rules initoverlayfs\" -o \"bash systemd systemd-initrd i18n kernel-modules-extra rootfs-block dracut-systemd usrmount base fs-lib microcode_ctl-fw_dir_override shutdown nss-softok\"\nudev_trigger udevadm trigger --type=devices --action=add --subsystem-match=module --subsystem-match=block --subsystem-match=virtio --subsystem-match=pci --subsystem-match=nvme\n" > $initoverlayfs_conf + echo -e "bootfs $boot_partition\nbootfstype ext4\ninitoverlayfs_builder dracut -N -f -v -M --reproducible -o \"initoverlayfs\"\ninitrd_builder dracut -N -f -v -M --reproducible -m \"kernel-modules udev-rules initoverlayfs\" -o \"bash systemd systemd-initrd i18n kernel-modules-extra rootfs-block dracut-systemd usrmount base fs-lib microcode_ctl-fw_dir_override shutdown nss-softok\"\nudev_trigger udevadm trigger --type=devices --action=add --subsystem-match=module --subsystem-match=block --subsystem-match=virtio --subsystem-match=pci --subsystem-match=nvme\n" > $initoverlayfs_conf fi no_kern="" diff --git a/initoverlayfs.spec b/initoverlayfs.spec index a5ae129..934ae47 100644 --- a/initoverlayfs.spec +++ b/initoverlayfs.spec @@ -1,5 +1,5 @@ Name: initoverlayfs -Version: 0.95 +Version: 0.96 Release: 1%{?dist} Summary: An initial scalable filesystem for Linux operating systems @@ -33,6 +33,8 @@ install -D -m644 lib/dracut/modules.d/81initoverlayfs/module-setup.sh $RPM_BUILD %{_prefix}/lib/dracut/modules.d/81initoverlayfs/module-setup.sh %changelog +* Tue Oct 24 2023 Eric Curtin - 0.96-1 +- Leave initoverlayfs dracut module out of initoverlayfs. * Tue Oct 24 2023 Eric Curtin - 0.95-1 - Install script changes. * Wed Oct 18 2023 Eric Curtin - 0.94-1