Daniel Schaefer

Results 46 comments of Daniel Schaefer

Apparently one other duplication of the entries is because there's grub and isolinux configuration. Perhaps u-root should highlight where the entries were extracted from.

Maybe also make it possible to view the config (kernel, initrd, cmdline) of each option before executing it, to verify it's the right one. Currently, it seems, you have to...

I've done that, to run proprietary software in a container like: ```nix let pkgs = import {}; # Just build the FHS without the env part, that chroots you into...

Yeah, there's lots of room for tweaking in `pkgs/build-support/build-fhs-userenv/env.nix`. Especially: ``` basePkgs = with pkgs; [ glibcLocales (if isMultiBuild then glibc_multi else glibc) (toString gcc.cc.lib) bashInteractive coreutils less shadow su...

Yes, I am. Sure, that'd be fun! You can come to me after my talk. It's the first one tomorrow morning.

If you set `runScript = "bash"`, you can run `nix-shell` and you get a shell in the environment. Still doesn't work with `--run` but it'll give you a shell. If...

Hmm seems there's still no way to do this?

Yes, these are not just inherited from upstream but also not related to our platforms. So there's no reason for us to fix them downstream. Feel free to submit a...

Pretty cool @karosc! I just tried your branch on a raspberry pico and it works if I lower the baud rate like `init_uart(9600);`.

What's the latest status of rp2040 support?