What's new

opt link missing at boot

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

justmwa

New Around Here
Hi,
after a reboot /mnt/opt was properly mounted but there was no ln -s /mnt/opt/entware to /tmp/opt and optware services logically failed to start. What can I do to fix this (aka wife won't yell at me after a reboot breaking the internet =) ?
thanks.
 
I think I nailed it: ab-solution nuked post-mount content, more specifically
if [ "$1" = "/tmp/mnt/opt" ] ; then
ln -nsf $1/entware /tmp/opt
fi
o_O
 
Last edited:
I think I nailed it: ab-solution nuked post-mount content, more specifically
if [ "$1" = "/tmp/mnt/opt" ] ; then
ln -nsf $1/entware /tmp/opt
fi
o_O
Doesn't this work only if your thumb drive is labeled "opt"?
 
I would find the label 'opt' for a thumb drive highly confusing.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top