-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean /dev/, /run/, /sys/ #241
Conversation
Some files (links, character devices, etc.) were left over in the /dev/ and were causing issues when booting or when the resulting chroot was moved around by Imagecraft (refusing to move named pipes). Signed-off-by: Paul Mars <[email protected]>
Signed-off-by: Paul Mars <[email protected]>
Signed-off-by: Paul Mars <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #241 +/- ##
==========================================
- Coverage 94.12% 93.99% -0.14%
==========================================
Files 18 18
Lines 3404 3412 +8
==========================================
+ Hits 3204 3207 +3
- Misses 127 132 +5
Partials 73 73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think |
I hope we're not dropping files in /sys! |
No files, but:
After unpacking a freshly built tarball. EDIT: This also looks wrong
|
Sigh. Yes agree it would be good to clean those up! |
I also spotted these dirs but was unsure it was safe to remove the directory structure under them. Let's clean them too then! |
Signed-off-by: Paul Mars <[email protected]>
Some files (links, character devices, etc.) were left over in the
/dev/
and were causing issues when booting or when the resulting chroot was moved around by Imagecraft (refusing to move named pipes). Also clean/run/
and/sys/
.