Results 48 comments of Sylvain Prat

Found out that the `/etc/mdev.conf` file is in the `busybox-initscripts` package with a bunch of other init scripts that we don't want to include in final image I guess. Not...

As a side note, there's a piece of code in mountie that map the disk devices by id, but I'm not sure what's the purpose of this, and I've encountered...

Also, I don't think you need udev, this can probably be done with mdev with an appropriate .conf and maybe some helper scripts

I've found that if I remove the `ucode` line, the sha512sums are now identical: ``` ucode: intel-ucode.cpio ``` So I guess that the inclusion of microcode does not give the...

I tried to concatenate both parts to finally figure out that the initrd.img is a tar file. I really don't understand how the code works, to me the content does...

Finally, I can reproduce the problem with the `ucode` line commented, so that's not the only reason (differing hashes again)

Thunks are supported, at least partially, but not nested thunks, see https://github.com/paldepind/snabbdom/issues/40

There are issues when you use both Git for Windows and Git for Linux on the same git working directory: if you set permissions on WSL Linux, they are not...

I use Vista. I would upgrade if I could, but the update is so expensive... But anyway, if you look at the windows browser detection code, it's really fragile. Do...

I'm trying to do that but I am annoyed because I can't even run the tests. First, there is the makefile: I've replaced it by regular npm scripts. Then, many...