-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
calamares: Explicitly set /etc/vconsole.conf font (#4770)
**Summary** As part of the CBM changes in [CBM PR 7], CBM will now parse the system `/etc/vconsole.conf` file and explicitly set the corresponding `rd.vconsole.font=(...) rd.vconsole.keymap=(...)` options on the kernel commandline, such that they are used in rescue initrd shells. [CBM PR 7]: getsolus/clr-boot-manager#7 To make it clearer and more discoverable to the user what these variables are currently set to in the root fs, the present change ensures that, on new installs, the Solus default font selection of the terminus 32px bold console font with unicode support (ter-v32b), will now also be explicitly listed on the kernel command line for troubleshooting/rescue purposes via CBM. This is primarily an ergonomics change meant to help Solus users understand how to influence these settings in the face of error modes that prevent them from logging in via their normal graphical session. The consensus seemed to be that this PR ought to be followed up by a Documentation PR on the help center, expanding on the options between which the user can choose in terms of font sizes, font styles, and keyboard mappings, should they need to change the settings for whatever reason. **Test Plan** N/A (covered by CBM PR) **Checklist** - [ ] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
- Loading branch information
Showing
6 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>calamares</Name> | ||
<Homepage>https://calamares.io</Homepage> | ||
<Packager> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>BSD-2-Clause</License> | ||
<License>CC-BY-4.0</License> | ||
|
@@ -292,7 +292,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="28">calamares</Dependency> | ||
<Dependency release="29">calamares</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/libcalamares/Branding.h</Path> | ||
|
@@ -415,12 +415,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="28"> | ||
<Date>2025-01-13</Date> | ||
<Update release="29"> | ||
<Date>2025-01-16</Date> | ||
<Version>3.3.13</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,9 @@ Most importantly, clr-boot-manager provides a simple mechanism to provide kernel | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="37"> | ||
<Date>2024-07-15</Date> | ||
<Version>3.5.0</Version> | ||
<Update release="38"> | ||
<Date>2025-01-16</Date> | ||
<Version>3.6.0</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
|