-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
alpine-chroot-install/alpine-chroot-install
Line 204 in 6d08f12
| # NOTE: ash does not load login profile when run with QEMU user-mode |
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
Metadata
Metadata
Assignees
Labels
No labels