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:56] memnontutorials:vps_netbsd [2012/01/16 01:58] 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
Line 99: Line 99:
  
   for set in games xbase xcomp xetc xfont xserver ; do \   for set in games xbase xcomp xetc xfont xserver ; do \
-    tar tzf /usr/INSTALL/$set.tgz | sed -e 's/^\.//' >> /tmp/purgelist ; \+    tar tzf /usr/INSTALL/$set.tgz | sed -e 's/^\.//' >> /tmp/purgelist ; \
   done   done