User Tools

Site Tools


vps_-_netbsd

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
Last revisionBoth sides next revision
vps_-_netbsd [2021/04/02 19:17] – [pkgsrc] hc9vps_-_netbsd [2021/04/02 19:21] – old revision restored (2021/04/02 19:20) hc9
Line 1: Line 1:
-{{:vps_-_netbsd:netbsd.png?nolink&200|}}+{{:vps_-_netbsd:netbsd.png?nolink&150|}}
  
 ====== NetBSD on SDF VPS ====== ====== NetBSD on SDF VPS ======
- 
- 
  
 ===== First Steps ===== ===== First Steps =====
Line 109: Line 107:
 Decide which sets you want to remove and examine their contents. For example, to remove games and all X11 sets: Decide which sets you want to remove and examine their contents. For example, to remove games and all X11 sets:
  
-  for set in games xbase xcomp xetc xfont xserver ; do \ +<code> 
-    tar tzf /usr/INSTALL/$set.tgz | sed -e 's/^\.//' &gt;&gt; /tmp/purgelist ; \ +for set in games xbase xcomp xetc xfont xserver ; do \ 
-  done+  tar tzf /usr/INSTALL/$set.tgz | sed -e 's/^\.//' >> /tmp/purgelist ; \ 
 +done 
 +</code>
  
-After examining "/tmp/purgelistand removing any files you want to keep, do:+After examining ''/tmp/purgelist'' and removing any files you want to keep, do:
  
   cat /tmp/purgelist | xargs rm   cat /tmp/purgelist | xargs rm
vps_-_netbsd.txt · Last modified: 2023/07/31 18:01 by stug