I would like to say many thanks for this build, as it has alleviated my
problems with not supporting new hardware during the pxe boot phase. I
can confirm that this builds on a Dell OptiPlex 960 now :)

As a side note, I'd like to heavily promote changing a line of code in
install.pl:

        # my $post_cmds = 'fdisk /delete /pri:1;fdisk /pri:4000;fdisk
/activate:1';
        ########### - I want to try and make this partition bigger, how
about 8gb...
        my $post_cmds = 'fdisk /delete /pri:1;fdisk /pri:8000;fdisk
/activate:1';

Above is what I did in mine. The reason is I use driverpacks (amazing
time savers), and the 4 gig partition is too small... 8gigs fixed my
problem. I've been using it this way for months and haven't had any
adverse effects, so I think it would be best to include it in the
regular build so new adopters of unattended don't run in to problems
with driverpacks.

Steve

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to