-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Thank you for this great tool!
I already built several version of the kernel based on it and like the ease of use.
The only tweak I'm kind of missing, is the option to "expose" the modules as well.
I could imagine, that an additional mnt/lib/modules and the corresponding volume section in e.g. podman_shell.sh docker calls would do the trick.
#!/bin/bash
# if not running privileged
# either: chmod 777 $(pwd)/mnt
# or: -v $(pwd)/mnt:/mnt:Z \
podman run --rm \
-v "$(pwd)"/mnt:/mnt \
-v "$(pwd)"/mnt/lib/modules:/lib/modules \
--privileged \
-it localhost/visionfive2:latest "$@"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels