You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/2_ac_install_merge/sys-fs/udev-init-scripts/init.d/udev

28 lines
629 B

# Calculate dotall format=patch
<reg>(start_pre\(\)
\{).*?\n\}</reg>
<text>start_pre()
{
get_udevd_binary || return 1
return 0
}
</text>
<reg> -lxc</reg>
<text></text>
#?ini(container.type)==desktop#
<reg># make sure /dev is a mounted devtmpfs
if ! mountinfo -q -f devtmpfs /dev; then
eerror "Udev requires /dev to be a mounted devtmpfs."
eerror "Please reconfigure your system."
return 1
fi
</reg>
<text># make sure /dev is a mounted devtmpfs
#if ! mountinfo -q -f devtmpfs /dev; then
# eerror "Udev requires /dev to be a mounted devtmpfs."
# eerror "Please reconfigure your system."
# return 1
#fi
</text>
#ini#