Skip to content

Instantly share code, notes, and snippets.

@mjeveritt
Created April 15, 2019 02:43
Show Gist options
  • Save mjeveritt/6681b1a725b2d9b7daabc5c03d3ea2ae to your computer and use it in GitHub Desktop.
Save mjeveritt/6681b1a725b2d9b7daabc5c03d3ea2ae to your computer and use it in GitHub Desktop.
umount-chroot-here.sh
#!/bin/bash
umount usr/portage{/distfiles,}
umount -l dev{/shm,/pts,}
umount -l sys/
umount proc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment