Chapter 6. Boot time scripts

Table of Contents
6.1. Caldera
6.2. Debian
6.3. Mandrake
6.4. Redhat
6.5. Slackware
6.6. SuSE

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.