summaryrefslogtreecommitdiffstats
path: root/snippets/partition_select
blob: a050df0058128ad9a1baf5acda353aa16f97a734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%include /tmp/partinfo

%pre
# Determine how many drives we have
set \$(list-harddrives)
let numd=\$#/2
d1=\$1
d2=\$3

cat << EOF >> /tmp/partinfo
part / --fstype ext3 --size=1024 --grow --ondisk=\$d1 --asprimary
part swap --size=1024 --ondisk=\$d1 --asprimary
EOF