# the mk_initrd scripts have to take one argument:
# $1 is the kernel version
# 
# also it's the scripts responsibility to create the filesystem for the initrd
# under ${BUILD_DIRECTORY}/initrd
# 

DEFAULT_INITRD="mk_initrd.rescue++"

 M_NAMES[0]=mk_initrd.rescue++
  M_DESC[0]="Contains: Busybox, Kernel Modules and Bootable"
M_SBDESC[0]="Add init=/linuxrc root=/dev/ram0 real_root=/dev/<root_dev> to your kernel command line when using this initrd"

 M_NAMES[1]=mk_initrd.rescue
  M_DESC[1]="Contains: Busybox, Kernel Modules, and linuxrc -> bin/ash"
M_SBDESC[1]="Add init=/linuxrc root=/dev/ram0 to your kernel command line"

 M_NAMES[2]=mk_initrd.selinux
  M_DESC[2]="Contains: Same as rescue++ only loads selinux policy on startup"
M_SBDESC[2]="Same kernel commandline as rescue++ add selinux_policy=<policy>"

 M_NAMES[3]=mk_initrd.hotplug
  M_DESC[3]="Contains: Busybox, Kernel Modules, Hotplug and Bootable"
M_SBDESC[3]="Add init=/linuxrc root=/dev/ram0 real_root=/dev/<root_dev> to your kernel command line when using this initrd"

 M_NAMES[4]=mk_initrd.iso
  M_DESC[4]="Contains: Busybox, Kernel Modules, Hotplug and Bootable"
M_SBDESC[4]="Add init=/linuxrc root=/dev/ram0 real_root=/dev/<root_dev> to your kernel command line when using this initrd"

 M_NAMES[5]=mk_initrd.lvm
  M_DESC[5]="Contains: Busybox, Kernel Modules, Device Mapper, LVM, UDEV and Bootable"
M_SBDESC[5]='Add append=\"init=/linuxrc real_root=/dev/<volume-group>/<volume>\" root=/dev/ram0 to your lilo config'
