brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · 837330f Raw
33 lines · plain
1What:		/sys/kernel/reboot2Date:		November 20203KernelVersion:	5.114Contact:	Matteo Croce <mcroce@microsoft.com>5Description:	Interface to set the kernel reboot behavior, similarly to6		what can be done via the reboot= cmdline option.7		(see Documentation/admin-guide/kernel-parameters.txt)8 9What:		/sys/kernel/reboot/mode10Date:		November 202011KernelVersion:	5.1112Contact:	Matteo Croce <mcroce@microsoft.com>13Description:	Reboot mode. Valid values are: cold warm hard soft gpio14 15What:		/sys/kernel/reboot/type16Date:		November 202017KernelVersion:	5.1118Contact:	Matteo Croce <mcroce@microsoft.com>19Description:	Reboot type. Valid values are: bios acpi kbd triple efi pci20 21What:		/sys/kernel/reboot/cpu22Date:		November 202023KernelVersion:	5.1124Contact:	Matteo Croce <mcroce@microsoft.com>25Description:	CPU number to use to reboot.26 27What:		/sys/kernel/reboot/force28Date:		November 202029KernelVersion:	5.1130Contact:	Matteo Croce <mcroce@microsoft.com>31Description:	Don't wait for any other CPUs on reboot and32		avoid anything that could hang.33