Boot-time scripts are not provided as part of the LVM distribution, however these are quite simple to do for yourself.
The startup of LVM requires just the following two commands:
| 
 # vgscan
# vgchange -ay 
       | 
And the shutdown only one:
| 
 # vgchange -an
       | 
Follow the instructions below depending on the distribution of Linux you are running.