Andreas Laub escribió:
> Hello Juan,
>  
> I saw you forgot to copy the lines in the new install.pl from my fix. 
> Check it, I can't find the logical partition stuff and the fat32 fix in 
> the newest installl.pl in CVS.
>  
Andreas,
I saw your patch, and I had reverted one of the lines:

RCS file: /cvsroot/unattended/unattended/install/dosbin/install.pl,v
retrieving revision 1.146
retrieving revision 1.147
diff -r1.146 -r1.147
641c641
<         $ret = "$parted mkpartfs $parttype $fs $start $end";
---
 >         $ret = "$parted mkpart $parttype $fs $start $end";


so the command mkpart is always run it. This was previously the case. It 
was my mistake  on 2007/08/21


I am not sure if you saw the message on the mailing list. I want to 
release a 4.7 release and after that looking on:

remove dosemu and use mario's & Nil's ntinstall
upgrade busybox and parted
review multiple partitions logic
Other patches that people have around.

is that ok with you?




-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to