2 Nov
2022
2 Nov
'22
13:22
https://bugzilla.suse.com/show_bug.cgi?id=1204929 https://bugzilla.suse.com/show_bug.cgi?id=1204929#c6 --- Comment #6 from Antonio Feijoo <antonio.feijoo@suse.com> --- (In reply to Stefan Hundhammer from comment #3)
So I guess that "dracut-pre-udev" script makes an assumption that this group is there, and that assumption may be wrong.
AFAIK this is needed to avoid https://bugzilla.suse.com/show_bug.cgi?id=1177461#c39 pre-udev script:
inst_hook pre-udev 99 "$moddir/nfs-start-rpc.sh"
rpcbind check:
if command -v rpcbind > /dev/null && [ -z "$(pidof rpcbind)" ]; then mkdir -p /run/rpcbind chown rpc:rpc /run/rpcbind rpcbind fi
-- You are receiving this mail because: You are on the CC list for the bug.