Comment # 22 on bug 1228929 from Felix Miata
Created attachment 877339 [details]
proposed /usr/lib/module-init-tools/regenerate-initrd-posttrans

(In reply to Martin Wilck from comment #17)
[quote]
# add this
set -x
dir=/run/regenerate-initrd

if ! test -d "$dir"; then
        exit 0
fi

# add this, too
ls -l "$dir"
[/quote]

According to this comment #17, with the exception of lines starting with "#",
everything above quoted should be added, meaning nothing above quoted already
exists. Did you really mean to say to add only the two lines that follow "#"
lines, because the rest already exists, to create the attached
suse-module-tools-scriptlets-16.0.51-1.1 file regenerate-initrd-posttrans
result?

Also, did you intend me to try removing the exact kernel of reproduction on
same host, or just whatever kernel on whatever host is next in need of another
new kernel?


You are receiving this mail because: