Sync from SUSE:SLFO:Main dracut revision 9803bb39d1d0b80f0b0c82c393c1a35a
This commit is contained in:
parent
fa67fbdff3
commit
aafc7a94bd
@ -12,6 +12,7 @@ branch. Currently, these active maintenance branches are:
|
||||
- SLE-15-SP5_Update -> SLE 15 SP5 (based on SUSE/055 plus some specific patches)
|
||||
- SLE-15-SP6_Update -> SLE 15 SP6
|
||||
- SL-Micro-6.0_Update -> SL Micro 6.0
|
||||
- SL-Micro-6.1_Update -> SL Micro 6.1
|
||||
- SLFO_Main -> SUSE Linux Framework One
|
||||
- SUSE/059 -> Tumbleweed
|
||||
|
||||
@ -389,3 +390,6 @@ ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec
|
||||
bfa00c2a fix(pcsc): add libpcsclite_real.so.*
|
||||
0df92885 fix(systemd-tmpfiles): copy 20-systemd-stub.conf into the initrd
|
||||
c79fc8fd fix(dracut): rework timeout for devices added via --mount and --add-device
|
||||
93df9ad2 feat(livenet): get live image size from TFTP servers
|
||||
cc2c48a0 fix(iscsi): don't require network setup for bnx2i
|
||||
f30cf46e fix(iscsi): attempt iSCSI login before all interfaces are up
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">036e7550487a8760e8ded8987d0bbf0db050eb9b</param></service></servicedata>
|
||||
<param name="changesrevision">73ed9717851ce258c89b77f02edb2b2d6e2f9973</param></service></servicedata>
|
BIN
dracut-059+suse.651.g303e60b5.obscpio
(Stored with Git LFS)
BIN
dracut-059+suse.651.g303e60b5.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
dracut-059+suse.658.ge9a17609.obscpio
(Stored with Git LFS)
Normal file
BIN
dracut-059+suse.658.ge9a17609.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 10:08:49 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.658.ge9a17609:
|
||||
|
||||
Fixes for booting from iSCSI offload with bnx2i (bsc#1228086):
|
||||
* fix(iscsi): attempt iSCSI login before all interfaces are up
|
||||
* fix(iscsi): don't require network setup for bnx2i
|
||||
|
||||
Other:
|
||||
* feat(livenet): get live image size from TFTP servers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 14:14:44 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.651.g303e60b5
|
||||
mtime: 1737123193
|
||||
commit: 303e60b5e08a6845930009a7c80226dfaed390f9
|
||||
version: 059+suse.658.ge9a17609
|
||||
mtime: 1739959641
|
||||
commit: e9a17609294cd9b26d0574b531268c78aa462e17
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.651.g303e60b5
|
||||
Version: 059+suse.658.ge9a17609
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
License: GPLv2+ and LGPLv2+ and GPLv2
|
||||
|
Loading…
x
Reference in New Issue
Block a user