Bugzilla – Attachment #152888: patch to /sbin/mkinitrd for XEN baremetal startup for bug #294419
# for the different module list. So we share fsck, dm, ... support.
cat_linuxrc <<-EOF
|caps="\$(</proc/xen/capabilities)"
|if [ "\$caps" != "\${caps%control_d*}" ]; then
|if [ ! -f /proc/xen/capabilities -o "\$caps" != "\${caps%control_d*}" ]; then
EOF
fi