View Single Post
  #2   (View Single Post)  
Old 19th November 2009
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

Skript "in action":

Downloading of sets:

Code:
nbsd$ ./getset.ksh getsets                                                                                
New version is: 200909140000Z 
Moving to /home/soxxx/netbsd_sets 
Downloading set ==> base..tgz.. 
Requesting http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-5/200909140000Z/i386/binary/sets/base.tgz 
100% |*****************************************************************************| 26241 KiB  189.47 KiB/s    00:00 ETA 
26870857 bytes retrieved in 02:18 (189.47 KiB/s) 
Downloading set ==> comp.tgz... 
Requesting http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-5/200909140000Z/i386/binary/sets/comp.tgz 
100% |*****************************************************************************| 37822 KiB  189.44 KiB/s    00:00 ETA 
38730622 bytes retrieved in 03:19 (189.44 KiB/s) 
Downloading set ==> etc.tgz... 
Requesting http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-5/200909140000Z/i386/binary/sets/etc.tgz 
100% |*****************************************************************************|   367 KiB  157.78 KiB/s    00:00 ETA 
376257 bytes retrieved in 00:02 (157.75 KiB/s) 
Downloading set ==> kern-GENERIC.tgz... 
Requesting http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-5/200909140000Z/i386/binary/sets/kern-GENERIC.tgz 
 32% |************************
Kernel install:

Code:
nbsd$ sudo ./getset.ksh installkernel 
We backup old kernel as netbsd.old... 
Extracting GENERIC kernel to / ... 
100% |*****************************************************************************| 11470 KiB   41.90 MiB/s    00:00 ETA 

New kernel extracted, reboot to boot the new kernel ( yes/no ): n 
New kernel will boot on next reboot.
nbsd$
Installing sets:

Code:
nbsd$ sudo ./getset.ksh installsets 
Extracting set ==> base.tgz... 
100% |**************************************************************************************| 77550 KiB    9.82 MiB/s    00:00 ETA 
Extracting set ==> comp.tgz... 
100% |**************************************************************************************|   130 MiB    9.22 MiB/s    00:00 ETA 
Extracting set ==> kern-GENERIC.tgz... 
100% |**************************************************************************************| 11470 KiB   36.95 MiB/s    00:00 ETA 
Extracting set ==> man.tgz... 
100% |**************************************************************************************| 50790 KiB   13.91 MiB/s    00:00 ETA 
Extracting set ==> misc.tgz... 
100% |**************************************************************************************| 12310 KiB   23.33 MiB/s    00:00 ETA 
Extracting set ==> tests.tgz... 
100% |**************************************************************************************|  8410 KiB    5.73 MiB/s    00:00 ETA 
Extracting set ==> text.tgz... 
100% |**************************************************************************************|  9830 KiB   18.97 MiB/s    00:00 ETA 
Extracting set ==> xbase.tgz... 
 82% |**********************************************************************
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote