On Tue, 2009-11-10 at 02:33 -0800, John Doe wrote:
From: Scott McClanahan smcclanahan@sigovs.com
I'd like to use cobbler for dynamically creating kickstart scripts and wasn't sure if I could align my disk during install some how. Are there kickstart arguments to force the alignment on a 4k boundary? Have any of you had to do this?
Personaly, I run a pre_kickstart script that partition and format the volumes as I want. Then I just use --onpart and --noformat in the kickstart.
JD
I suspect this is what I'll be doing as well. Seems easy enough. Thanks.