View Single Post
  #3   (View Single Post)  
Old 3rd December 2014
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

The Makefile for downloading.
Added a second version where with bus=virtio added to the --disk option.
Now we get virtualized sd disks instead of the old IDE wd ones:
Code:
# df -h                                                      
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd0a      129M   52.4M   70.0M    43%    /
/dev/sd0k      1.4G   15.3M    1.3G     1%    /home
/dev/sd0d      198M    8.0K    188M     0%    /tmp
/dev/sd0f      935M    363M    526M    41%    /usr
/dev/sd0g      534M    191M    316M    38%    /usr/X11R6
/dev/sd0h      2.1G   44.9M    1.9G     2%    /usr/local
/dev/sd0j      1.3G    2.0K    1.2G     0%    /usr/obj
/dev/sd0i      1.0G    2.0K    974M     0%    /usr/src
/dev/sd0e      209M    4.7M    193M     2%    /var
Attached Files
File Type: txt Makefile.txt (1.4 KB, 111 views)
File Type: txt Makefile-virtio-bus.txt (1.4 KB, 118 views)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 5th December 2014 at 11:55 PM. Reason: Added Makefile with virtio disks
Reply With Quote