Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relocate/symlink /opt to /mnt/sda1/opt #46

Open
gbraad opened this issue Jul 20, 2017 · 0 comments
Open

Relocate/symlink /opt to /mnt/sda1/opt #46

gbraad opened this issue Jul 20, 2017 · 0 comments

Comments

@gbraad
Copy link
Member

gbraad commented Jul 20, 2017

To provide a place for people to store optional applications/binaries that survive restarts

mkdir -p /mnt/sda1/opt
rm -rf /opt
ln -s /mnt/sda1/opt /opt
chmod o+rwx /opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant