Skip to content

Commit

Permalink
Leave initoverlayfs dracut module out of initoverlayfs.
Browse files Browse the repository at this point in the history
Release 0.96.
  • Loading branch information
ericcurtin committed Oct 24, 2023
1 parent 1498df8 commit a886af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/initoverlayfs-install
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down
4 changes: 3 additions & 1 deletion initoverlayfs.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: initoverlayfs
Version: 0.95
Version: 0.96
Release: 1%{?dist}
Summary: An initial scalable filesystem for Linux operating systems

Expand Down Expand Up @@ -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 <ecurtin@redhat.com> - 0.96-1
- Leave initoverlayfs dracut module out of initoverlayfs.
* Tue Oct 24 2023 Eric Curtin <ecurtin@redhat.com> - 0.95-1
- Install script changes.
* Wed Oct 18 2023 Eric Curtin <ecurtin@redhat.com> - 0.94-1
Expand Down

0 comments on commit a886af6

Please sign in to comment.