boo35 boo35 changed bug 989218
What Removed Added
Flags needinfo?(daniel.molkentin@suse.com)  

Comment # 28 on bug 989218 from
> The fix is included, but I am lacking external confirmation that it works (it did here).

Testing on

    lsb_release -rd
        Description:    openSUSE Leap 42.3
        Release:        42.3

with

    rpm -qa | egrep -i "bash-4|dracut"
        dracut-044.1-7.1.x86_64
        bash-4.4-333.9.x86_64
    bash --version
        GNU bash, version 4.4.12(1)-release (x86_64-suse-linux-gnu)
    dracut --help
        Version: 044-7.1

from

    http://download.opensuse.org/repositories/shells/openSUSE_Leap_42.3
   
http://download.opensuse.org/repositories/home:/dmolkentin:/dracut:/989218/openSUSE_Leap_42.3

exec

    mkinitrd
        ...
        dracut: *** Creating initramfs image file
'/boot/initrd-4.12.3-5.g76ea0ca-default' done ***

Disabling

    perl -pi -e 's|led=1|led=0|g' Dracut-molkentin.repo
    zypper dup
        ...
        The following package is going to change vendor:
          dracut  044.1-7.1 -> 044.1-23.2 
obs://build.opensuse.org/home:dmolkentin -> openSUSE
        ...

    rpm -qa | egrep -i "dracut"
        dracut-044.1-23.2.x86_64
    dracut --help
        Version: 044-23.2
    mkinitrd
        ...
        dracut: *** Creating initramfs image file
'/boot/initrd-4.12.3-5.g76ea0ca-default' done ***

Looks good, no apparent errors; here, at least on one machine ...


You are receiving this mail because: