Fix login errors #20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fsagbuya/nix-servo:loginerror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Based from:
https://unix.stackexchange.com/questions/338214/error-trying-to-run-agetty-in-a-runit-based-linux-installation?newreg=f55cbf6aa20e497bba04ddbb7377ffd5
Test log:
Closes #14
@ -17,0 +21,4 @@
- "resolv.conf".text = "nameserver 10.0.2.3";
+ "resolv.conf".text = ''
+ nameserver 192.168.1.1
+ nameserver 10.0.2.3
Why do we need 10.0.2.3?
And why is this in a PR for not-os? I don't think they want our network settings.
Got it. Will remove 10.0.2.3 and add as a local patch.
Please split into two, obviously these two things are not related.
Add nameserver and fix login errorsto Fix login errorseb419e64bf
tof6055cf908