[Bug 1203052] New: aaa_base: fix or remove the refresh_initrd script
https://bugzilla.suse.com/show_bug.cgi?id=1203052 Bug ID: 1203052 Summary: aaa_base: fix or remove the refresh_initrd script Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: ro@suse.de Reporter: antonio.feijoo@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- I came across the refresh_initrd script while searching for packages that still use mkinitrd in Tumbleweed, because it's deprecated and will be removed in the near future (see bug #1202351). But, this script it's not even working with the current mkinitrd version, which is just a wrapper that internally calls dracut and update-bootloader. If "$SPLASH = yes", it's called with the "-s auto" arguments, which are not implemented, producing "mkinitrd: boot splash not yet supported" (see https://github.com/openSUSE/dracut/blob/adedcbc79f4a467380147e5bba2e4f240225...). Also, it doesn't detect a change of a kernel module if it's compressed. The code should be: - module=${module%.ko} + module=${module%.ko*} So, I don't know the plans or current usage of this script, but it would require some tweaking, or just removing it if it's no longer used. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203052 Antonio Feijoo <antonio.feijoo@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.suse.com/s | |how_bug.cgi?id=1202351 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203052 https://bugzilla.suse.com/show_bug.cgi?id=1203052#c1 Ruediger Oertel <ro@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro@suse.com Flags| |needinfo?(werner@suse.com) --- Comment #1 from Ruediger Oertel <ro@suse.com> --- Werner, you are listed as author in the script, do we want to fix or drop this ? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203052 https://bugzilla.suse.com/show_bug.cgi?id=1203052#c3 Antonio Feijoo <antonio.feijoo@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(antonio.feijoo@su | |se.com) | --- Comment #3 from Antonio Feijoo <antonio.feijoo@suse.com> --- We have jsc#PED-265 for ALP, but there are several core packages that need some fixes first (kernel, kdump, yast2...), so we are already moving this for factory. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com