summaryrefslogtreecommitdiffstats
path: root/snippets/partition_select
blob: 1f3e523b766a54299037b8c1cb22931e4b2d6013 (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