Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
* As '''root:''' Install the mount_shares_locally initd script:
<u>Fedora</u>
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; overflow: scroll">
curl -o /etc/init.d/mount_shares_locally http://dl.dropbox.com/u/3022105/Amahi/mount_shares_locally
chkconfig --add mount_shares_locally
</div>
 
<u>Ubuntu</u>
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; overflow: scroll">
sudo apt-get install cifs-utils curl
sudo curl -o /etc/init.d/mount_shares_locally https://raw.github.com/gist/1099419/mount_shares_locally
sudo chmod +x /etc/init.d/mount_shares_locally
update-rc.d mount_shares_locally defaults
</div>
 
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor, and replace ''your_username'' (on line 12) with your username. Example '''username="amahi"'''
12,424

edits