Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $NetBSD: rc.conf.append,v 1.1 2016/08/05 16:22:08 scole Exp $
#
# Arch-specific rc.conf(5) configuration.

# powerd(8) is required under Xen to manage save/restore events.
#
if /sbin/sysctl -q machdep.xen; then
	powerd=YES
fi

# powerd(8) is recommended if ACPI is enabled to handle PM events.
#
if /sbin/sysctl -q hw.acpi.root; then
	powerd=YES
fi