Fix login errors #20

Merged
sb10q merged 1 commits from fsagbuya/nix-servo:loginerror into master 2024-01-17 10:20:02 +08:00
Collaborator
### Description - Fix login errors from #14. Based from: https://unix.stackexchange.com/questions/338214/error-trying-to-run-agetty-in-a-runit-based-linux-installation?newreg=f55cbf6aa20e497bba04ddbb7377ffd5 Test log: ``` zynq login: root -bash-5.2# ``` Closes #14
sb10q reviewed 2024-01-17 10:06:58 +08:00
pr-28.patch Outdated
@ -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
Owner

Why do we need 10.0.2.3?

Why do we need 10.0.2.3?
Owner

And why is this in a PR for not-os? I don't think they want our network settings.

And why is this in a PR for not-os? I don't think they want our network settings.
Author
Collaborator

Got it. Will remove 10.0.2.3 and add as a local patch.

Got it. Will remove 10.0.2.3 and add as a local patch.
Owner

Please split into two, obviously these two things are not related.

Please split into two, obviously these two things are not related.
fsagbuya changed title from Add nameserver and fix login errors to Fix login errors 2024-01-17 10:17:17 +08:00
fsagbuya force-pushed loginerror from eb419e64bf to f6055cf908 2024-01-17 10:17:22 +08:00 Compare
sb10q merged commit f6055cf908 into master 2024-01-17 10:20:02 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nix-servo#20
No description provided.