CVG001 wrote:
Not sure it matters, but my hardened image is built using Fedora Core 6, 64 bit
probably don't need to tell you this, but make sure you choose one of the x86_64 kernels.
Quote:
I did read the custom howto, but I fear that the fact my image uses LVM for the custom partitioning might mean this won't work in my case.
I've never tried using it within the linode, but the linode kernel does appear to include LVM support.
Code:
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
CONFIG_MD_RAID456=y
# CONFIG_MD_RAID5_RESHAPE is not set
CONFIG_MD_MULTIPATH=y
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set