Antonio Álvarez Feijoo

Results 84 comments of Antonio Álvarez Feijoo

> That's talking about `/sysroot/var` IMO Right, I was wrong. Thanks.

> @aafeijoo-suse did you look into how this change would affect non systemd based distributions and which locations those users/distro's might want to use instead since the scope of this...

> > @aafeijoo-suse did you look into how this change would affect non systemd based distributions and which locations those users/distro's might want to use instead since the scope of...

> I am not aware of a standard that would require nfs user. Different distributions use different usernames, which is why testing the username is useful. > > Better solution...

In SUSE this issue was fixed via [packaging](https://build.opensuse.org/package/view_file/openSUSE:Factory/kernel-firmware/kernel-firmware.spec?expand=1): ``` # rpm -ql ucode-amd /usr/lib/firmware /usr/lib/firmware/amd-ucode /usr/lib/firmware/amd-ucode/microcode_amd.bin /usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin /usr/lib/firmware/amd-ucode/microcode_amd_fam16h.bin /usr/lib/firmware/amd-ucode/microcode_amd_fam17h.bin /usr/lib/firmware/amd-ucode/microcode_amd_fam19h.bin /usr/share/doc/packages/ucode-amd /usr/share/doc/packages/ucode-amd/README /usr/share/licenses/ucode-amd /usr/share/licenses/ucode-amd/LICENSE.amd-ucode ``` But I see this was...

I just noticed that this was already attempted to be fixed in #1691 -> https://github.com/dracutdevs/dracut/pull/1691/commits/56aa3e5653f6e10ed9976d82c1ed10b4058af8dd

> I strongly disagree about using the networking modules to pull in qrtr. The Fedora-Minimal disk image for instance does not install dracut-network. with the patch as is the disk...

> As it stands, I see this as a workaround for a bug that's not in dracut. That said I am open for adding it back to the kernel-modules with...

> Wouldn't this break compatibility with older systemd? Yes, `systemd-pcrphase` was introduced in systemd-v252. I thought that our current upstream policy was to support only the latest version of other...

Do you plan to tweak more things in the `.gitignore` file? if so, please do it in this PR.