Created
December 8, 2023 19:17
-
-
Save dearing/292dd37df4b8c0c4e0ffc766065066d5 to your computer and use it in GitHub Desktop.
Open Manage Enterprise Scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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