Re: Incorrect automatic disklabel

2011-05-22 Thread Mathieu Olivier
I think I finally figured out where the problem comes from. The "- LABELSECTOR" on line 144 is indeed causing it and should be removed. But it has been added here for a reason: to balance the "+ LABELSECTOR" in the writedisklabel function below, when this part of the code was factorized years ago

Re: Incorrect automatic disklabel

2011-05-22 Thread Theo de Raadt
> I think I finally figured out where the problem comes from. > > The "- LABELSECTOR" on line 144 is indeed causing it and should be > removed. But it has been added here for a reason: to balance the "+ > LABELSECTOR" in the writedisklabel function below, when this part of the > code was factorize