Further Information
Example of the Package Control File
Appendix AA-40
# VG[0]=vg01
# VG[1]=vg02
#
# The volume group activation method is defined above. The
filesystems
# associated with these volume groups are specified below.
#
VG[0]=/dev/vg_ob2cm
# FILESYSTEMS
# Specify the filesystems which are used by this package.
Uncomment
# LV[0]=""; FS[0]=""; FS_MOUNT_OPT[0]="" and fill in the name
of your first
# logical volume, filesystem and mount option for the file
system. You must
# begin with LV[0], FS[0] and FS_MOUNT_OPT[0] and increment the
list in
# sequence.
#
# For example, if this package uses the file systems pkg1a and
pkg1b,
# which are mounted on the logical volumes lvol1 and lvol2 with
read and
# write options enter:
# LV[0]=/dev/vg01/lvol1; FS[0]=/pkg1a;
FS_MOUNT_OPT[0]="-o rw"
# LV[1]=/dev/vg01/lvol2; FS[1]=/pkg1b;
FS_MOUNT_OPT[1]="-o rw"
#
# The filesystems are defined as triplets of entries specifying
the logical
# volume, the mount point and the mount options for the file
system. Each