Displaying 1 result from an estimated 1 matches for "ignore_vol".
2011 May 25
1
Hook script to preserve one partition untouched during install
...nstallation process (firstboot parameter), right before rebooting into
the installed RHEV-H.
In high level, this script behaves as the following:
a) Consume a kernel parameter that indicates which is the HDD device and
partition to preserve. The syntax for this kernel parameter is the
following:
ignore_vol=/dev/sdb:1
In this example, /dev/sdb is the device, and partition #1 will be left
untouched.
Notice that the device listed in ignore_vol cannot be present in
storage_init also --- devices in storage_init will be formated by the
RHEV-H install process. Also, AppVG logical volumes sizes should not...