Skip to content

Instantly share code, notes, and snippets.

@dearing
Created December 8, 2023 19:17
Show Gist options
  • Save dearing/292dd37df4b8c0c4e0ffc766065066d5 to your computer and use it in GitHub Desktop.
Save dearing/292dd37df4b8c0c4e0ffc766065066d5 to your computer and use it in GitHub Desktop.
Open Manage Enterprise Scripts
#!/bin/bash -ex
mount /dev/OMCAppVG/LVRoot /mnt
for i in dev run proc sys ; do mount -o bind /$i /mnt/$i ; done
chroot /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment