Draft
Conversation
ptr1337
reviewed
Feb 11, 2026
| """ | ||
| if libcalamares.utils.is_handheld(): | ||
| libcalamares.utils.warning( | ||
| "Skipping, due to installation on handheld system" |
Member
There was a problem hiding this comment.
We dont use displaymanager module anyways
Member
Author
There was a problem hiding this comment.
ptr1337
reviewed
Feb 11, 2026
| sourcefs: "file" | ||
| destination: "/boot/vmlinuz-linux-cachyos" | ||
| optional: true | ||
| - source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux-cachyos-deckify" |
Member
There was a problem hiding this comment.
unpacksfs isnt used too, but shouldnt care having it. Dont think we plan to make an offline iso
a4caf5f to
2477b69
Compare
ventureoo
referenced
this pull request
Feb 12, 2026
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
2477b69 to
74eb87f
Compare
cbae2fd to
72df676
Compare
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
It's already part of cachyos-handheld package Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Co-authored-by: Eric Naim <dnaim@cachyos.org> Co-authored-by: Anton Ždanov <anton@azdanov.dev> Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
A user must exist before installing the cachyos-handheld package for the autologin setup. Signed-off-by: Eric Naim <dnaim@cachyos.org>
For testing only. Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
72df676 to
b520458
Compare
Member
Author
|
Rebased, again. |
* paste: Add supoport for paste-cachyos Signed-off-by: Peter Jung <admin@ptr1337.dev> * paste: Fixup Signed-off-by: Peter Jung <admin@ptr1337.dev> * Update src/libcalamaresui/utils/Paste.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * paste: Harden HTTP response parsing and drop termbin tests Parse the paste server response with QUrl::StrictMode and constrain the resolved path to a simple identifier with no query or fragment, so Cloudflare HTML interstitials or smuggled parameters can no longer masquerade as a valid paste URL. Remove testFichePaste and testUploadSize, which posted to termbin.com and cannot pass now that the service is down. Expand testHttpPasteUrl to cover the new rejection cases (HTML, query, fragment, traversal, cross-origin, empty) and the absolute same-origin path. --------- Signed-off-by: Peter Jung <admin@ptr1337.dev> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Peter Jung <admin@ptr1337.dev>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #155