View | Details | Raw Unified | Return to bug 294419
Collapse All | Expand All

(-)/sbin/mkinitrd~ (-1 / +1 lines)
Lines 2011-2017 Link Here
2011
	# for the different module list. So we share fsck, dm, ... support.
2011
	# for the different module list. So we share fsck, dm, ... support.
2012
	cat_linuxrc <<-EOF
2012
	cat_linuxrc <<-EOF
2013
	|caps="\$(</proc/xen/capabilities)"
2013
	|caps="\$(</proc/xen/capabilities)"
2014
	|if [ "\$caps" != "\${caps%control_d*}" ]; then
2014
	|if [ ! -f /proc/xen/capabilities -o "\$caps" != "\${caps%control_d*}" ]; then
2015
	EOF
2015
	EOF
2016
    fi
2016
    fi
2017
2017

Return to bug 294419