-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat(24.04) add adduser slice #305
base: ubuntu-24.04
Are you sure you want to change the base?
Conversation
Diff of dependencies: slices/adduser.yaml@@ -1 +1,4 @@
+bsdutils
+libperl5.38t64
passwd
+perl-base |
chroot "$rootfs" | ||
|
||
test -f /etc/passwd | ||
adduser --quiet --system testuser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this working? Isn't adduser a perl script? I don't see perl being included/chiselled anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. This was working before because adduser was running outside of the chroot env. We need perl slice first before this test passes.
1def4a2
to
3602152
Compare
3602152
to
56e3a67
Compare
Depends on #291. |
This is waiting for #334 to be merged first. |
Proposed changes
Adds
adduser
slice to 24.04.Related issues/PRs
N/A
Forward porting
N/A
Checklist
Additional Context