Skip to content

Instantly share code, notes, and snippets.

@AlexRogalskiy
Created February 24, 2022 19:22
Show Gist options
  • Save AlexRogalskiy/ac4303e93a230f4fa83cbca962ee31ed to your computer and use it in GitHub Desktop.
Save AlexRogalskiy/ac4303e93a230f4fa83cbca962ee31ed to your computer and use it in GitHub Desktop.
figure out what a mac chroot needs
sudo dtruss chroot . 2>&1 | grep '/' | sed 's%[^/]*\(/.*\)\\0.*%\1%g' | grep -v AppleI | grep -v dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment