Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
freebsd:installation [2010/03/06 13:07]
Toni Corvera Note on ne2k + VM
freebsd:installation [2010/03/07 03:14]
Toni Corvera Enabling fuse
Line 90: Line 90:
   * Reboot:   * Reboot:
     * fdisk, disklabel, User, FTP, main site... and now it works. :?     * fdisk, disklabel, User, FTP, main site... and now it works. :?
- 
 ===== System configuration ===== ===== System configuration =====
  
Line 109: Line 108:
   * Small tricks:   * Small tricks:
     * Fix arrow keys in vim: <​code>​$ touch ~/.vimrc # The existance of ~/.vimrc is equivalent to ":set nocompatible"</​code>​     * Fix arrow keys in vim: <​code>​$ touch ~/.vimrc # The existance of ~/.vimrc is equivalent to ":set nocompatible"</​code>​
-    * Common tools not installed by default: <​code>#​ pkg_add -r ImageMagick wget vim fusefs-kmod fusefs-sshfs</​code>​. ​Eable fuse FIXME ((''#​kldload /​usr/​local/​modules/​fuse.ko''​))+    * Common tools not installed by default: <​code>#​ pkg_add -r ImageMagick wget vim fusefs-kmod fusefs-sshfs</​code>​. 
 +    * Enable ​fuse((''#​kldload /​usr/​local/​modules/​fuse.ko''​)) ​and allow normal users to mount 
 +      * <​code>#​ echo fusefs_enable="​YES"​ >> /​etc/​rc.conf 
 +        # sysctl vfs.usermount=1 
 +        </​code>​
  
 ===== Upgrading ===== ===== Upgrading =====
Line 121: Line 124:
   * Boot into bootonly ISO's ''​sysinstall''​   * Boot into bootonly ISO's ''​sysinstall''​
   * Run upgrade   * Run upgrade
- 
freebsd/installation.txt · Last modified: 2010/03/10 02:37 by Toni Corvera
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki