[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: preseeding/partman-auto: LVM expert recipe problem



On Thu, Oct 27, 2011 at 5:41 AM, Thorsten Sperber <lists@aero2k.de> wrote:
>>
>> Oct 25 13:48:03 partman-auto: Available disk space (31457) too small for
>> expert recipe (4400010064); skipping
>
> ehm, bump?

How about using just this?

It's the beginning of your full recipe but I've removed
"logical-volumes::" because it doesn't make sense to me.

d-i partman-auto/expert_recipe string
        boot-root::
                100 500 200 ext3
                        $primary{ }
                        $bootable{ }
                        method{ format }
                        format{ }
                        use_filesystem{ }
                        filesystem{ ext3 }
                        mountpoint{ /boot }
                .
                1000 1000 2000 ext4
                        $lvmok{ }
                        #in_vg{ SBS_PV }
                        lv_name{ lvroot }
                        method{ format }
                        format{ }
                        use-filesystem{ }
                        filesystem{ ext4 }
                        mountpoint{ / }
                .


Reply to: