--- src/share/examples/rconfig/hammer.sh	2008-11-29 01:57:17 +0100
+++ src/share/examples/rconfig/hammer.sh	2008-12-06 15:57:09 +0100
@@ -119,6 +119,7 @@
 #
 cpdup -o / /mnt
 cpdup -o /var /mnt/var
+cpdup -o /usr /mnt/usr
 cpdup -o /dev /mnt/dev
 cpdup -i0 /etc.hdd /mnt/etc
 
@@ -213,5 +214,9 @@
     ssh-keygen -t dsa -f ssh_host_dsa_key -N ""
 endif
 
+# Misc cleanups
+rm -R /mnt/README* /mnt/autorun* /mnt/index.html /mnt/dflybsd.ico
+rm /mnt/boot.catalog
+
 # take CD out and reboot
 # 


