705 Commits

Author SHA256 Message Date
e70cb0043e Accepting request 1333518 from Base:System
- Update to version 109+suse.39.g53459763:
  * feat(virtfs, virtiofs): auto-add dracut module if qemu included (bsc#1258314)
  * fix(systemd-tmpfiles): do not include tmpfiles configured in /etc (bsc#1258186)

OBS-URL: https://build.opensuse.org/request/show/1333518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=254
2026-02-17 15:38:07 +00:00
6f2c499cea - Update to version 109+suse.39.g53459763:
* feat(virtfs, virtiofs): auto-add dracut module if qemu included (bsc#1258314)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=585
2026-02-17 10:17:27 +00:00
a2bbc56462 - Update to version 109+suse.38.ge871eec5:
* fix(systemd-tmpfiles): do not include tmpfiles configured in /etc (bsc#1258186)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=584
2026-02-17 07:40:12 +00:00
62241016c8 Accepting request 1332509 from Base:System
- Update to version 109+suse.37.geed860c2:
  * fix(dracut): remove wrong auto-detection logic for output file (bsc#1258071)
  * feat(dracut-install): do not return non-zero if a dependency cannot be resolved (bsc#1258038)

OBS-URL: https://build.opensuse.org/request/show/1332509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=253
2026-02-11 18:12:15 +00:00
21c4a9a3bf Accepting request 1332508 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
- Update to version 109+suse.37.geed860c2:
  * fix(dracut): remove wrong auto-detection logic for output file (bsc#1258071)

OBS-URL: https://build.opensuse.org/request/show/1332508
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=583
2026-02-11 15:30:20 +00:00
e095afd299 Accepting request 1332492 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
- Update to version 109+suse.36.g4a096e4c:
  * feat(dracut-install): do not return non-zero if a dependency cannot be resolved (bsc#1258038)

OBS-URL: https://build.opensuse.org/request/show/1332492
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=582
2026-02-11 14:13:06 +00:00
bbd69f3706 Accepting request 1331995 from Base:System
Switch from dracutdevs to dracut-ng

OBS-URL: https://build.opensuse.org/request/show/1331995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=252
2026-02-10 20:11:52 +00:00
5ecefd9277 Accepting request 1331991 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
- Update to version 109+suse.35.g1fdbb27e:
  * fix(systemd-networkd): check if units exist before enabling them

OBS-URL: https://build.opensuse.org/request/show/1331991
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=581
2026-02-09 11:02:08 +00:00
9e32f5a717 Accepting request 1331709 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
Fix dracut.changes

OBS-URL: https://build.opensuse.org/request/show/1331709
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=580
2026-02-06 16:12:01 +00:00
d75102da07 Accepting request 1331701 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
- Update to version 109+suse.34.g3a224ce9:
  Switch from https://github.com/dracutdevs/dracut to https://github.com/dracut-ng/dracut-ng

  Full list of changes:
  * https://github.com/dracut-ng/dracut-ng/releases/tag/109
  * https://github.com/dracut-ng/dracut-ng/releases/tag/108
  * https://github.com/dracut-ng/dracut-ng/releases/tag/107
  * https://github.com/dracut-ng/dracut-ng/releases/tag/106
  * https://github.com/dracut-ng/dracut-ng/releases/tag/105
  * https://github.com/dracut-ng/dracut-ng/releases/tag/104
  * https://github.com/dracut-ng/dracut-ng/releases/tag/103
  * https://github.com/dracut-ng/dracut-ng/releases/tag/102
  * https://github.com/dracut-ng/dracut-ng/releases/tag/101
  * https://github.com/dracut-ng/dracut-ng/releases/tag/100
  * https://github.com/dracut-ng/dracut-ng/releases/tag/060

  The most important ones had already been backported to 059, see:
  * https://github.com/openSUSE/dracut/blob/SUSE/059/suse/README.susemaint

  Additional openSUSE-specific changes and post-release fixes:
  * feat(systemd-import): introducing the systemd-import module
  * feat(systemd): install new dlopened libraries
  * fix(dracut-systemd): do not error out with new root= options handled by systemd
  * fix(systemd-pcrphase): do not print an error if an optional binary is not found
  * fix(dracut): avoid calling dwarning before dracut-logger is sourced
  * chore(suse): accommodate to the new Git workflow
  * fix(dracut.spec): switch to tmpfiles based file creation
  * fix(nfs): do not execute logic in nfs hooks if netroot is not nfs
  * feat(dracut): print $initrdname with --printconfig
  * fix(dracut): --printconfig does not work without --force
  * feat(network-manager): add systemd generator if available
  * fix(nfs): set the default group of the rpcbind user to the state dir
  * perf(nfs): remove references to old rpcbind state dir
  * fix(dracut-systemd): use expected PS1 in the emergency shell
  * feat(dracut-systemd): add back and fix printing fs help in the emergency shell
  * fix(qemu-net): in hostonly mode, only install if network is needed
  * feat(resume): add openSUSE-specific sanity check
  * perf(resume): do not search cmdline options in /etc/cmdline{,.d}
  * perf(resume): do not attempt to install systemd-hibernate-resume@.service
  * fix(rngd): revert changes that removed the custom systemd service
  * chore(suse): add openSUSE-specific spec, conf and doc
  * fix(systemd-pcrphase): revert changes related to inclusion and dependencies
  * fix(plymouth): avoid warning if /etc/plymouth/plymouthd.conf is not present
  * fix(lsinitrd, dracut-initramfs-restore): detect initrd for BLS Type #1 entries
  * ci: change openSUSE code owners
  * fix(dracut.sh): improve detection of installed kernel versions
  * feat: add openSUSE-specific code related to networking
  * feat(tpm2-tss): add openSUSE support
  * feat(pcsc): add openSUSE support
  * feat(convertfs): add openSUSE-specific code
  * feat(fips): add openSUSE-specific code
  * chore(suse): add openSUSE-specific modules

OBS-URL: https://build.opensuse.org/request/show/1331701
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=579
2026-02-06 15:34:30 +00:00
32083dda04 Accepting request 1325953 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1325953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=251
2026-01-14 15:19:20 +00:00
75efd77ea9 Accepting request 1325951 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.787.gfb86123e:
  * fix(dracut.spec): switch to tmpfiles based file creation (jsc#PED-14786)

OBS-URL: https://build.opensuse.org/request/show/1325951
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=578
2026-01-08 11:57:17 +00:00
914bb3088c Accepting request 1323644 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1323644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=250
2025-12-20 20:45:23 +00:00
5313edd306 Accepting request 1323643 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.785.g17d177bb:

  Fix and update testsuite (bsc#1254873):
  * test(FULL-SYSTEMD): ignore errors in systemd-vconsole-setup.service
  * test: move /failed to /run/failed as rootfs might be read-only
  * test(FULL-SYSTEMD): use poweroff to shut down test
  * test(FULL SYSTEMD): no need to include dbus to the target rootfs
  * test: make the size of all test drives 512 MB
  * fix(systemd): move installation of libkmod to udev-rules module
  * test: switch to virtio for the QEMU drive
  * test: switch to virtio for the QEMU drive
  * test: increase test VM memory from 512M to 1024M to avoid OOM killer
  * test: move more common test code to test-functions
  * test: upgrade to ext4

  Other:
  * fix(systemd-networkd): install and enable systemd-networkd-resolve-hook.socket
  * fix(nfs): do not execute logic in nfs hooks if netroot is not nfs (bsc#1253960)

OBS-URL: https://build.opensuse.org/request/show/1323643
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=577
2025-12-19 09:56:12 +00:00
1c92a65cc9 Accepting request 1323639 from Base:System
Revert to SUSE/059

OBS-URL: https://build.opensuse.org/request/show/1323639
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=576
2025-12-19 09:25:58 +00:00
b7921878b7 Accepting request 1320498 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
- Update to version 109+suse.23.g0ac0b875:
  * feat(network-manager): add systemd generator if available

OBS-URL: https://build.opensuse.org/request/show/1320498
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=575
2025-11-28 14:41:08 +00:00
790903eaae Accepting request 1317509 from home:afeijoo:branches:openSUSE:Factory:dracut-ng
- Update to version 109+suse.21.g41bfebaa:

  Switch from https://github.com/dracutdevs/dracut to https://github.com/dracut-ng/dracut-ng

  Full list of changes:
  * https://github.com/dracut-ng/dracut-ng/releases/tag/109
  * https://github.com/dracut-ng/dracut-ng/releases/tag/108
  * https://github.com/dracut-ng/dracut-ng/releases/tag/107
  * https://github.com/dracut-ng/dracut-ng/releases/tag/106
  * https://github.com/dracut-ng/dracut-ng/releases/tag/105
  * https://github.com/dracut-ng/dracut-ng/releases/tag/104
  * https://github.com/dracut-ng/dracut-ng/releases/tag/103
  * https://github.com/dracut-ng/dracut-ng/releases/tag/102
  * https://github.com/dracut-ng/dracut-ng/releases/tag/101
  * https://github.com/dracut-ng/dracut-ng/releases/tag/100
  * https://github.com/dracut-ng/dracut-ng/releases/tag/060

  The most important ones had already been backported to 059, see:
  * https://github.com/openSUSE/dracut/blob/SUSE/059/suse/README.susemaint

  Additional openSUSE-specific changes and post-release fixes:
  * fix(nfs): set the default group of the rpcbind user to the state dir
  * perf(nfs): remove references to old rpcbind state dir
  * fix(dracut-systemd): use expected PS1 in the emergency shell
  * feat(dracut-systemd): add back and fix printing fs help in the emergency shell
  * fix(qemu-net): in hostonly mode, only install if network is needed
  * feat(resume): add openSUSE-specific sanity check
  * perf(resume): do not search cmdline options in /etc/cmdline{,.d}
  * perf(resume): do not attempt to install systemd-hibernate-resume@.service
  * fix(rngd): revert changes that removed the custom systemd service
  * chore(suse): add openSUSE-specific spec, conf and doc
  * fix(systemd-pcrphase): revert changes related to inclusion and dependencies
  * fix(plymouth): avoid warning if /etc/plymouth/plymouthd.conf is not present
  * fix(lsinitrd, dracut-initramfs-restore): detect initrd for BLS Type #1 entries
  * ci: change openSUSE code owners
  * fix(dracut.sh): improve detection of installed kernel versions
  * feat: add openSUSE-specific code related to networking
  * feat(tpm2-tss): add openSUSE support
  * feat(pcsc): add openSUSE support
  * feat(convertfs): add openSUSE-specific code
  * feat(fips): add openSUSE-specific code
  * chore(suse): add openSUSE-specific modules

OBS-URL: https://build.opensuse.org/request/show/1317509
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=574
2025-11-13 07:45:14 +00:00
34e418342b Accepting request 1314931 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1314931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=249
2025-11-03 17:54:37 +00:00
d4cfb84aed Accepting request 1314930 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.769.g693ea004:
  * fix(multipath): add udev rule 99-z-dm-mpath-late.rules
  * fix(dmsquash-live): install required stat binary
  * fix(systemd): install new dlopened libraries

OBS-URL: https://build.opensuse.org/request/show/1314930
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=573
2025-10-31 16:25:09 +00:00
ddbd8c4935 Accepting request 1306006 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1306006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=248
2025-09-20 20:03:54 +00:00
a01a75d2ff Accepting request 1306005 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.762.g8903c5e2:
  * fix(dracut.sh): check that custom fw search path exists before reading it
  * fix(fs-lib): include modules for charsets for working vfat support
  * fix(lsinitrd, dracut-initramfs-restore): detect initrd for BLS Type #1 entries (bsc#1248271)

OBS-URL: https://build.opensuse.org/request/show/1306005
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=572
2025-09-19 12:52:54 +00:00
0a90f0c60d Accepting request 1304089 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1304089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=247
2025-09-12 19:09:12 +00:00
c6d8ed5dfa Accepting request 1304088 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.757.g0d1d426d:
  Additional fixes for PXE boot with filled-in NBFT (bsc#1238848):
  * fix(74nvmf): make sure autoconnect script is run at least once
  * fix(74nvmf): only set netroot if it's yet empty
  Other:
  * fix(dracut): library directory creation in --kernel-only
  * improvement(74nvmf): lookup required NIC kernel modules for NBFT interfaces
  * fix(kernel-modules-extra): remove stray \ before /
  * fix(dracut): use "-name" to avoid find matching temporary directory
  * feat(dracut.sh): output error message for --regenerate-all

OBS-URL: https://build.opensuse.org/request/show/1304088
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=571
2025-09-11 13:25:20 +00:00
1002234e4e Accepting request 1298834 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1298834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=246
2025-08-12 15:03:31 +00:00
804aa69cc5 Accepting request 1298833 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.749.g280c842e:
  * fix(dracut-util): crash if CMDLINE ends with quotation mark (bsc#1247819)

OBS-URL: https://build.opensuse.org/request/show/1298833
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=570
2025-08-11 12:46:47 +00:00
c78cac3d10 Accepting request 1297407 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1297407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=245
2025-08-07 14:48:21 +00:00
3753090f0c Accepting request 1297406 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.746.g8a13fbd8:
  * fix(systemd-sysext): enable initrd-specific units
  * fix(systemd-udevd): handle root=gpt-auto for systemd-v258
  * fix(dmsquash-live): erofs collision with latest util-linux
  * fix(systemd-repart): allow partition format
  * fix(lsinitrd): resolve initrd to real path
  * fix(systemd-sysext): install the required kernel modules
  * fix: let check_vol_slaves_all return 1 when checks on all slaves fail
  * fix(dracut-functions): allow for \ in get_maj_min file path
  * fix(dracut.spec): do not embed rebuild counter in dracut-version (bsc#1246806)
  * fix(74nvmf): set root=nvmf (bsc#1238848)

OBS-URL: https://build.opensuse.org/request/show/1297406
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=569
2025-08-04 07:26:40 +00:00
ffe225ebf4 Accepting request 1284830 from Base:System
- Update to version 059+suse.732.g739e1c2f:
  * ci(suse.conf.example): change log levels (jsc#PED-12922)
  * fix(rngd): adjust license to match the license of the whole project
  * fix(dracut): kernel module name normalization in drivers lists (bsc#1241680)

OBS-URL: https://build.opensuse.org/request/show/1284830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=244
2025-06-12 13:47:34 +00:00
e13c7d18ef https://bugzilla.opensuse.org/show_bug.cgi?id=1243843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=243
2025-05-30 16:00:46 +00:00
db1eb360f1 Accepting request 1279057 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1279057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=242
2025-05-27 16:49:03 +00:00
cdd22aafdd Accepting request 1279047 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.732.g739e1c2f:
  * ci(suse.conf.example): change log levels (jsc#PED-12922)
  * fix(rngd): adjust license to match the license of the whole project
  * fix(dracut): kernel module name normalization in drivers lists (bsc#1241680)

OBS-URL: https://build.opensuse.org/request/show/1279047
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=566
2025-05-21 14:05:55 +00:00
590ea2315f Accepting request 1270158 from Base:System
- Update to version 059+suse.725.g1df2cbe1:
  * fix(dracut-init): assign real path to srcmods (bsc#1241114)

- Update to version 059+suse.723.g780a5518:
  * fix(dracut.spec): require jq for nvmf (bsc#1239603)

OBS-URL: https://build.opensuse.org/request/show/1270158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=241
2025-04-20 07:34:47 +00:00
b0f3bd8184 Accepting request 1270156 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.725.g1df2cbe1:
  * fix(dracut-init): assign real path to srcmods (bsc#1241114)

OBS-URL: https://build.opensuse.org/request/show/1270156
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=564
2025-04-17 05:49:51 +00:00
ab66d16465 Accepting request 1270026 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.723.g780a5518:
  * fix(dracut.spec): require jq for nvmf (bsc#1239603)

OBS-URL: https://build.opensuse.org/request/show/1270026
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=563
2025-04-16 12:56:05 +00:00
3cc3f5d806 Accepting request 1269213 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1269213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=240
2025-04-15 14:45:09 +00:00
d59d910f66 Accepting request 1269211 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.722.g16d7e0c3:
  * refactor(multipath): remove custom multipathd.service
  * chore(multipath): remove `rd_NO_MULTIPATH` kernel command line option
  * feat(systemd): add new systemd-validatefs@.service
  * fix(dmsquash-live): do not check ISO md5 if image filesystem (bsc#1240919)
  * fix(dmsquash-live): use load_fstype to load driver for filesystems

OBS-URL: https://build.opensuse.org/request/show/1269211
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=561
2025-04-14 09:50:44 +00:00
f024ff2b6c Accepting request 1266876 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1266876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=239
2025-04-04 15:28:49 +00:00
0433f041e6 Accepting request 1266875 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.714.gee616a76:
  * fix(crypt): always install s390 crypto modules (jsc#IBM-1444)
  * fix(crypt): install dm_crypt module in non-hostonly mode as well
  * fix(nfs): set correct ownership of rpc.statd state directories (bsc#1217885)
  * perf(nfs): remove references to old rpcbind state dir
  * fix(nfs): libnfsidmap plugins not added in some distributions

OBS-URL: https://build.opensuse.org/request/show/1266875
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=559
2025-04-03 12:21:31 +00:00
bd1285f968 Accepting request 1253735 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1253735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=238
2025-03-18 16:40:05 +00:00
1b41b5a207 Accepting request 1253734 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.707.g7b7df177:
  * fix(dracut.spec): move znet to the main package (bsc#1239632)
  * feat(lsinitrd.sh): print stored dracut cmdline
  * feat(lsinitrd.sh): enable unpacking files from squash-root.img
  * feat(systemd-integritysetup): add remote-integritysetup.target
  * feat(dmsquash-live): add support for rd.live.overlay.nouserconfirmprompt
  * fix(systemd-veritysetup): install dm-verity kernel module
  * fix(dracut-install): install compressed blobs that match wildcard fwpath
  * fix(dracut): avoid mktemp collisions with find filter
  * fix(systemd-sysext): install new initrd-specific units
  * fix(systemd): systemd dlopens libbpf
  * fix(35network-manager): install nftables kernel modules needed
  * fix(35network-manager): install nft binary during module installation
  * perf(systemd): remove crypto API kernel modules
  * fix(systemd): include dmi-sysfs
  * feat(dracut-init.sh): give --force-add precedence over --omit

OBS-URL: https://build.opensuse.org/request/show/1253734
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=557
2025-03-17 10:46:16 +00:00
3d652bb7b8 Accepting request 1250093 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1250093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=237
2025-03-05 12:38:11 +00:00
aec5fbc898 Accepting request 1250092 from home:afeijoo:branches:openSUSE:Factory
Intentionally removed reference to incorrect bugzilla identifier from changelog

OBS-URL: https://build.opensuse.org/request/show/1250092
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=555
2025-03-04 14:08:45 +00:00
e11a9fd1bd Accepting request 1238958 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1238958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=236
2025-01-21 20:09:39 +00:00
cdc02dca98 Accepting request 1238957 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.679.g7559201e:
  Fixes for booting from iSCSI offload with bnx2i (bsc#1228086, bsc#1234134):
  * 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

OBS-URL: https://build.opensuse.org/request/show/1238957
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=553
2025-01-20 09:29:41 +00:00
18bcde2a2f Accepting request 1235649 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1235649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=235
2025-01-09 14:05:12 +00:00
fcaecf2391 Accepting request 1235648 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.672.gcd143fd0:
  * fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792)

OBS-URL: https://build.opensuse.org/request/show/1235648
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=551
2025-01-07 14:48:54 +00:00
d93f50bd86 Accepting request 1230159 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1230159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=234
2024-12-13 21:31:43 +00:00
2a93504028 Accepting request 1230158 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.669.g60f5981b:
  * fix(systemd): copy 20-systemd-stub.conf into the initrd

OBS-URL: https://build.opensuse.org/request/show/1230158
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=549
2024-12-11 15:58:22 +00:00
6106e3e059 Accepting request 1225860 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1225860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=233
2024-11-25 22:19:34 +00:00
3c9d8d82e3 Accepting request 1225859 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.665.gd2af7028:
  * feat(systemd-coredump): save coredumps to journal
  * fix(suse-initrd): shellcheck SC1007
  * fix(pcsc): add libpcsclite_real.so.*
  * fix(dracut-systemd): use expected PS1 in the emergency shell
  * fix(dracut-systemd): unquote systemd conf strings
  * feat: add header comment to generators
  * refactor: change TimeoutSec=0 to TimeoutSec=infinity
  * fix(dracut.sh): do not add cmdline for force_drivers if --kernel-only
  * fix(btrfs): write cmdline in install()
  * fix(dracut.sh): omit compressed kernel modules from find searching exec files
  * fix(dracut): don't apply aggressive strip to kernel modules
  * fix(dracut-install): copy xattr when use clone ioctl

OBS-URL: https://build.opensuse.org/request/show/1225859
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=547
2024-11-22 16:25:17 +00:00