-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation script for kernel update integration
Also, bump initoverlayfs version to 0.994 Signed-off-by: Eric Curtin <[email protected]>
- Loading branch information
1 parent
99f8266
commit e7b9db5
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ install -D -m755 lib/dracut/modules.d/81initoverlayfs/module-setup.sh ${RPM_BUIL | |
install -D -m644 lib/systemd/system/pre-initoverlayfs.target ${RPM_BUILD_ROOT}/%{_prefix}/lib/systemd/system/pre-initoverlayfs.target | ||
install -D -m644 lib/systemd/system/pre-initoverlayfs.service ${RPM_BUILD_ROOT}/%{_prefix}/lib/systemd/system/pre-initoverlayfs.service | ||
install -D -m644 lib/systemd/system/pre-initoverlayfs-switch-root.service ${RPM_BUILD_ROOT}/%{_prefix}/lib/systemd/system/pre-initoverlayfs-switch-root.service | ||
install -D -m755 lib/kernel/install.d/94-initoverlayfs.install ${RPM_BUILD_ROOT}/%{_prefix}/lib/kernel/install.d/94-initoverlayfs.install | ||
|
||
%files | ||
%license LICENSE | ||
|
@@ -43,8 +44,12 @@ install -D -m644 lib/systemd/system/pre-initoverlayfs-switch-root.service ${RPM_ | |
%{_prefix}/lib/systemd/system/pre-initoverlayfs.target | ||
%{_prefix}/lib/systemd/system/pre-initoverlayfs.service | ||
%{_prefix}/lib/systemd/system/pre-initoverlayfs-switch-root.service | ||
%{_prefix}/lib/kernel/install.d/94-initoverlayfs.install | ||
|
||
%changelog | ||
* Tue Mar 12 2024 Eric Curtin <[email protected]> - 0.994-1 | ||
- Automatically rebuild initoverlayfs on kernel update. | ||
|
||
* Mon Mar 11 2024 Eric Curtin <[email protected]> - 0.993-1 | ||
- Add option to use initoverlayfs as an init system and mount | ||
storage immediately. | ||
|