shell script Partition Creation

Hello all
How is it going
I want Shell Patch
The work of the following division of the disk
Can this
200 MB EXT3 /boot
20 Gb EXT3 /
10 GB Swap
End Of Space ( Linux LVM )

Found a similar script can be customized by you to be the work required

#!/bin/bash

VSIZE=200

fdisk /dev/hda >/dev/null 2>&1 <<EOF
n
p
3

+${VSIZE}M
w
EOF

I do not know you could help me

exit

you can use sfdisk for this. I wrote a frontend script for it:

http://www.kohnos.net/files/strprt.tgz