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?
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

