linux icon indicating copy to clipboard operation
linux copied to clipboard

reboot.c : changed reboot_default to bool

Open shubhamessier opened this issue 5 months ago • 2 comments

Made three changes:

  1. ARM64 now defaults to hard reboot on kernel panic.
  2. reboot_default flag is now a boolean for better clarity.
  3. comment changed to skip DMI Checking, code bypasses DMI quirk lookup if reboot is used.

shubhamessier avatar Aug 30 '24 06:08 shubhamessier