Ramses

Results 60 comments of Ramses

This might be an issue though: https://github.com/nikstur/userborn/blob/main/rust%2Fuserborn%2Fsrc%2Fmain.rs#L129-146

> I have just realized that we end with a broken /etc/passwd (as we don't have /run/current-system [yet?]): > > ``` > root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash > nobody:x:65534:65534:Unprivileged account (don't use!):/var/empty:/run/current-system/sw/bin/nologin >...

The empty target is normal, it's just a synchronisation point. I'm not very familiart with selinux, and haven't tested system-manager with it. I'm happy to review patches to improve the...

The reason for this indirection is so that we can switch to a new generation atomically, so we cannot just remove it in any case. The point is to avoid...

Do we really want this? In nixpkgs we are moving away from activation scripts. Can we not achieve the same with one-shot systemd services?

The one-shot service should run when you reboot and recreate the needed symlinks in /run. I'm not sure why it's not working on fedora, but this is not a distro...

This is simply not needed anymore now, right? Could you rebase to fix the merge conflict?

We have a usable default.nix file as well, so you don't have to use flakes, even without the package being added to nixpkgs.

Seems like some tests are still using the old argument and that causes a panic. Should we still accept the old argument and print a warning?

@codebam add the following so that you get an initrd shell and check the logs to know what went wrong: ``` boot = { kernelParams = [ # Boot into...