Closed Vincinator closed 2 years ago
In order to contribute to an Aurae project you must sign and agree to the CLA.
@cla-bot check
In order to contribute to an Aurae project you must sign and agree to the CLA.
Rechecking your CLA permissions. Remember to add your GitHub username to the .clabot file. You can run @cla-bot check
any time to check again.
@cla-bot check
In order to contribute to an Aurae project you must sign and agree to the CLA.
Rechecking your CLA permissions. Remember to add your GitHub username to the .clabot file. You can run @cla-bot check
any time to check again.
In order to contribute to an Aurae project you must sign and agree to the CLA.
@cla-bot check
Rechecking your CLA permissions. Remember to add your GitHub username to the .clabot file. You can run @cla-bot check
any time to check again.
Non blocker however I am wondering about the name system
for a module for init. This seems to be overloaded. I am unsure how I feel about it. Does anyone else have any thoughts?
Non blocker however I am wondering about the name
system
for a module for init. This seems to be overloaded. I am unsure how I feel about it. Does anyone else have any thoughts?
My vote goes to naming it init
. Current scope is just initialization of stuff for the user space.
@kris-nova this PR is ready to be merged from my point of view Thanks for your feedback!
Note for myself. Configuration to remove /proc
procfs(5) is in this issue: https://github.com/aurae-runtime/auraed/issues/25
Hi aurae community,
This PR adds first steps to make auraed boot as pid1, mainly mounting the kernel filesystems (devfs, procfs and sysfs), but also some minor fixes to make auraed boot without kernel panic.
hack/hack.mk
forzsh
users/var/run/syslog
)/dev
,/sys
or/proc
/sys/class/net/
to see available network interfacesToDo:
How to test
Steps to run auraed as pid in a qemu vm are documented in the hack/README.md. Copy pasted them here:
Links
[1] https://docs.rs/syslog/latest/src/syslog/lib.rs.html#232-243