echo " --bootsplash=<theme> Force bootsplash using <theme>"
echo " --gensplash=<theme> Force gensplash using <theme>"
echo " --do-keymap-auto Forces keymap selection at boot"
+ echo " --evms2 Include EVMS2 support"
+ echo " --> 'emerge evms' in the host operating system first"
echo " --lvm2 Include LVM2 support"
echo " --bootloader=grub Add new kernel to GRUB configuration"
echo " --linuxrc=<file> Specifies a user created linuxrc"
CMD_DOKEYMAPAUTO=1
print_info 2 "CMD_DOKEYMAPAUTO: $CMD_DOKEYMAPAUTO"
;;
- --no-evms2)
- CMD_NOEVMS2=1
- print_info 2 'CMD_NOEVMS2: 1'
+ --evms2)
+ CMD_EVMS2=1
+ print_info 2 'CMD_EVMS2: 1'
;;
--lvm2)
CMD_LVM2=1
fi
# EVMS2
- if [ -e '/sbin/evms_activate' ]
+ if [ "${CMD_EVMS2}" -eq '1' ]
then
- if [ "${CMD_NOEVMS2}" != '1' ]
+ if [ -e '/sbin/evms_activate' ]
then
print_info 1 'EVMS2: Adding support...'
mkdir -p ${TEMP}/initrd-temp/lib