Hi everyone
My problem is the following:
I must automatic add a /var partition. Thats why I edited the
autorequests in the installclass.py:
def setDefaultPartitioning(...)
autorequests = [ ("/", None, 1024, 1024, 1, 1),
("/var", None, 1024, None, 1, 1)]
that works well, but I need ext3. But wenn I set the FSType parameter
to "ext3" the installation crashes. Wenn I just change the "/var"
partition to ext3 the installation works, but the var partition is not
mounted automatic
Anyone knows what I did wrong
Thanks
Martin
PS: Sorry for my poor english