Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo in power_menu.xml and reformat example #3723

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2024

  1. Standardize shutdown and reboot commands in power_menu.xml

    Unified `shutdown` and `reboot` commands to use the modern systemd
    approach, replacing legacy SysVinit-style commands. This aligns the
    entire menu with the standard for contemporary distributions,
    enhancing consistency.
    
    Formatted indentation in `power_menu.xml` for readability, converting
    mixed spaces and tabs to 2-space indentation for better display on
    small screens.
    
    Fixed a typo in `power_menu.xml` by correcting `id="hibernat"` to
    `id="hibernate"`.
    sergeyklay committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fc8bb98 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    10665f4 View commit details
    Browse the repository at this point in the history