Marek Belisko

Results 20 comments of Marek Belisko

@behrmann I've tried and remove `dracut` and install `initramfs-tools` and finally run `update-initramfs -c` but it seems that it regenerate initrd on my host system `mkosi.postinst` script not in final...

mkosi.default: ``` [Distribution] Distribution=ubuntu Release=bionic Repositories=main,universe,restricted,multiverse,partner [Output] Format=raw_gpt Bootable=yes Incremental=yes ReadOnly=True KernelCommandLine=net.ifnames=0,biosdevname=0 Hostname=test-image BMap=no [Partitions] RootSize=3G [Packages] Packages=network-manager,cryptsetup,openssl WithDocs=no WithNetwork=yes ``` and mkosi.postinstall: ``` #!/bin/sh set -ex export DEBIAN_FRONTEND=noninteractive #...

@lahtima seems that installing `initramfs-tools` internally calls `update-initramfs`: ```Setting up initramfs-tools (0.130ubuntu3.13) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.130ubuntu3.13) ... + uname -r + update-initramfs -c...

@behrmann tried as stated above same issue, dracut is still present.

@DaanDeMeyer tried to remove `dracut-core` also issue is still the same.

Is USB support added? On web I see I can choose usb camera but it was not working at all for me. Thanks.

Have same and track it down and it looks that device send response with different ID like request. I'm not sure but I think it's device fault not this library.

Can this fix be pls push to master?

I mean bare metal using like without OS or with some RTOS. Which unittest framework you plan to add? Thanks.

OK thanks for response.