Skip to content

Conversation

@Cyber-Syntax
Copy link
Owner

I was using echo to write grub file but it was a fatal flaw because echo overwriting the file by deleting other lines. So, I was changed that to grep to be able to keep other lines.

This pull request includes changes to improve the setup process in setup.sh and to correct a session name in src/variables.sh. The most important changes include modifying the GRUB timeout configuration, updating LightDM settings, and correcting the session name.

Improvements to setup process:

  • setup.sh: Changed the method for setting the GRUB timeout to 0 to ensure it only updates if not already set, preserving other lines in the configuration.
  • setup.sh: Updated LightDM configuration to include additional autologin settings and improved comments for clarity.

Correction of session name:

  • src/variables.sh: Corrected the session name from "Qtile" to "qtile" to match the expected case.

I was using echo to write grub file but it was a fatal flaw because echo
overwriting the file by deleting other lines. So, I was changed that to
grep to be able to keep other lines.
@Cyber-Syntax Cyber-Syntax added the bug Something isn't working label Mar 25, 2025
@Cyber-Syntax Cyber-Syntax self-assigned this Mar 25, 2025
@Cyber-Syntax Cyber-Syntax merged commit 5bca155 into main Mar 25, 2025
@Cyber-Syntax Cyber-Syntax deleted the hotfix/grub-file branch March 25, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants