# drd # # Set environment variables for use by DRD when a clone is first booted. # ######## ######## # # BOOTED_VOLUME_GROUP # # The name of the volume group that is the root volume group on the disk that is # being booted. (For release 1, this volume group is usually vg00.) # # RUN_VGCFGBACKUP # # "TRUE": The vgcfgbackup command will be run on the BOOTED_VOLUME_GROUP. # After it is run, the variable RUN_VGCFGBACKUP will be reset to "FALSE". # # : The vgcfgbackup command will be not run on the BOOTED_VOLUME_GROUP. # # Default value is "FALSE". BOOTED_VOLUME_GROUP=vg00 RUN_VGCFGBACKUP=FALSE