ubuntuusers.de

Unbenannt

Datum:
17. Juni 2009 12:41
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
d-i partman-auto/expert_recipe string \
        root-boot :: \
                9000 10000 10000 ext3 \ 
                        $primary{ } \
                        $bootable{ } \
                        method{ format } \
                        format{ } \
                        use_filesystem{ } 
                        filesystem{ ext3 } \
                        mountpoint{ / } \
                . \
                10000 50 100000000 ext3 \
                        method{ format } format{ } \
                        use_filesystem{ } filesystem{ ext3 } \
                        mountpoint{ /var } \
                . \
                1000 512 2000 linux-swap \
                method{ swap } format{ } \
                .