Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorials:vps_netbsd [2012/01/16 01:55] memnontutorials:vps_netbsd [2012/01/16 01:57] memnon
Line 78: Line 78:
 To set this up on boot, execute the steps above and then: To set this up on boot, execute the steps above and then:
  
-  echo "nfs_client=YES" >> /etc/rc.conf +  echo "nfs_client=YES" >> /etc/rc.conf 
-  echo "rpcbind=YES" >> /etc/rc.conf +  echo "rpcbind=YES" >> /etc/rc.conf 
-  echo "10.1.0.1 vps" >> /etc/hosts +  echo "10.1.0.1 vps" >> /etc/hosts 
-  echo "vps:/images/pkg_neb501 /images/pkg_neb501 nfs ro" >> /etc/fstab +  echo "vps:/images/pkg_neb501 /images/pkg_neb501 nfs ro" >> /etc/fstab 
-  echo "export PATH=$PATH:/usr/pkg/bin:/usr/pkg/sbin" >> /etc/profile+  echo "export PATH=$PATH:/usr/pkg/bin:/usr/pkg/sbin" >> /etc/profile
  
 Note that you cannot use both this pre-built pkgsrc and pre-built packages from netbsd.org. It may be possible to set the system up so you can, however this is best left to the experienced NetBSD administrator. Note that you cannot use both this pre-built pkgsrc and pre-built packages from netbsd.org. It may be possible to set the system up so you can, however this is best left to the experienced NetBSD administrator.