default boot target from conf/
[pxelator] / lib / PXElator / tftpd.pm
index a0f9070..cc049f0 100644 (file)
@@ -59,7 +59,7 @@ sub tftp_request {
        my $audit = {
                ip => $ip,
                opcode => $opcode,
-               file => $file,
+               path => $file,
                state => 'start',
        };
        CouchDB::audit( $opcode, $audit );
@@ -110,8 +110,8 @@ sub start {
 
                CallBack => \&transfer_status,
 #              BlkSize => 8192,
-#              BlkSize => 512,
-               BlkSize => 1456,        # IBM GE seems to be picky
+               BlkSize => 512,         # Dell's RAC doesn't like bigger packets
+#              BlkSize => 1456,        # IBM GE seems to be picky
                Debug => 99,
                %params, # merge user parameters
                _UDPSERVER_ => $udpserver,