cleverca22/nix-tests

haskell-init works on real hardware

Opened this issue · 0 comments

nh2 commented

Hey, I'm hapy to report that I successfully booted haskell-init on a Samsung 500C "alex" Chromebook.

I had to comment out this line for it though:

mount "devtmpfs" "/dev" "devtmpfs" [] noData

Likely because of CONFIG_DEVTMPFS_MOUNT=y being on, thus /dev already being mounted and me getting init: mount: resource busy (Device or resource busy) (and then the kernel dying because init terminated).

Could you add a comment in the code about that?

(I could have made a PR, but I wanted to file an issue saying haskell-init works on real hardware 😁)