We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alpine-chroot-install/alpine-chroot-install
Line 204 in 6d08f12
I ran into this issue with an Alpine chroot script I'm working on. This seems to be working for me, including with qemu-user:
chroot . /usr/bin/env -i su -l "$user" -c "/bin/sh --login"
Not using the rest (/env.sh etc.) and didn't test it with this script so this may or may not be helpful!
Might help with #38
The text was updated successfully, but these errors were encountered:
No branches or pull requests
alpine-chroot-install/alpine-chroot-install
Line 204 in 6d08f12
I ran into this issue with an Alpine chroot script I'm working on. This seems to be working for me, including with qemu-user:
Not using the rest (/env.sh etc.) and didn't test it with this script so this may or may not be helpful!
Might help with #38
The text was updated successfully, but these errors were encountered: