add command line parameters to specify exact actions for root assembly
authorHarald Hoyer <harald@redhat.com>
Wed, 15 Jul 2009 16:21:10 +0000 (18:21 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 15 Jul 2009 16:27:21 +0000 (18:27 +0200)
commitf874872fc2ec976888a5a3c430dac8924fa009ec
tree24359083de2f3985bb55b40a7a564d5e0a823d80
parent2240d47fe58c3ed052154f0bc5d2f7825b09a90c
add command line parameters to specify exact actions for root assembly

LVM
       rd_NO_LVM
              disable LVM detection

       rd_LVM_VG=<volume group name>
              only activate the volume groups with the given name

crypto LUKS
       rd_NO_LUKS
              disable crypto LUKS detection

       rd_LUKS_UUID=<luks uuid>
              only activate the LUKS partitions with the given UUID

MD
       rd_NO_MD
              disable MD RAID detection

       rd_MD_UUID=<md uuid>
              only activate the raid sets with the given UUID

DMRAID
       rd_NO_DM
              disable DM RAID detection

       rd_DM_UUID=<dmraid uuid>
              only activate the raid sets with the given UUID
16 files changed:
dracut.8
modules.d/50plymouth/cryptroot-ask.sh
modules.d/90crypt/cryptroot-ask.sh
modules.d/90crypt/install
modules.d/90crypt/parse-crypt.sh [new file with mode: 0755]
modules.d/90dmraid/dmraid.sh
modules.d/90dmraid/parse-dm.sh [new file with mode: 0644]
modules.d/90lvm/install
modules.d/90lvm/lvm_scan.sh
modules.d/90lvm/parse-lvm.sh [new file with mode: 0644]
modules.d/90mdraid/61-mdadm.rules
modules.d/90mdraid/65-md-incremental-imsm.rules
modules.d/90mdraid/65-md-incremental.rules
modules.d/90mdraid/install
modules.d/90mdraid/mdraid_start.sh
modules.d/90mdraid/parse-md.sh [new file with mode: 0644]