View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#76
To me these lines in rcS-late look like the culprit:
# Remove duplicate commas from variables
mydocs_opts=`echo $mydocs_opts | sed ':l;s/,,/,/g;tl;s/^,//;s/,$//'`
home_opts=`echo $home_opts | sed ':l;s/,,/,/g;tl;s/^,//;s/,$//'`
as following lines
[ -z "$mydocs_opts" ] && mydocs_opts=defaults
[ -z "$home_opts" ] && home_opts=defaults
will write "defaults" and not the correct options read from mount-opts.
And iirc I believe I read something about exactly those sed to be corrected/adapted or similar (maybe I am wrong and it was just about swap partitions).
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post: