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

partman-auto ignores swap preseeding



Hello,

and thanks in advance.

Using di recipe in preseeding

d-i partman-auto/expert_recipe string                           \
	minerep ::                                            \
        6114 6114 6114 ext3                                     \
		$primary{ } $bootable{ }                        \
                method{ format } format{ }                      \
	        use_filesystem{ } filesystem{ ext3 }            \
	        mountpoint{ / }                                 \
	.                                                       \
        4096 4096 4096 linux-swap                               \
                method{ swap } format{ }                        \
        .                                                       \
        4096 4096 -1 ext3                                       \
                $primary{ }                                     \
                method{ format } format{ }                      \
                use_filesystem{ } filesystem{ ext3 }            \
                mountpoint{ /var }                              \
        .                                                       \


Given an 80GB drive. I ended up with these partitions:

/     6GB
/var  4GB
swap  70GB

Where am I wrong?


Reply to: