Benjamin Drung

Results 185 comments of Benjamin Drung

This failure happens in `parse_iscsi_root` in that code part: ``` iscsi_target_port=$1 shift ``` and ``` iscsi_lun=$1 shift ```

On Debian/Ubuntu the tpm2 command comes from tpm2-tools, but that package does not ship any configs in /etc.

Dracut should do the right thing by default. After reading this discussion, this boils down to: * disable xattr when creating cpios (since cpios do not have xattr) * enable...

> > disable xattr when creating cpios (since cpios do not have xattr) > > Yes, though per above I think some OSes are actually relying on this - I...

I cannot see the same failure on Debian, because the Debian autopkgtest VM only has one partition and therefore does not execute the problematic code path in `modules.d/80base/module-setup.sh`: ``` NAME...

So I submitted that patch as merge request then: https://github.com/dracut-ng/dracut-ng/pull/1947

If the defaut should be "best" compression, why does lz4 use `-9` and zstd `-15`? Note that using a high compression level can reduce the boot speed. I still think...

``` Failed at step STDIN spawning /sbin/test-init: No such file or directory ``` I see the same failure on these s390x test as well: * 44-drivers * 60-nfs * 70-iscsi

Yes. It's correct now. You use "would change" for describing the change, but this commit will change the behavior or even changes the behavior on being applied. So I suggest...