This commit is contained in:
Valeria Fadeeva 2025-01-13 12:38:56 +05:00
parent 82b7070146
commit 1cbfbdd825
11 changed files with 147 additions and 11 deletions

View File

@ -12,8 +12,8 @@ instances:
config: packages_offline.conf config: packages_offline.conf
- id: offline - id: offline
module: welcome module: welcomeq
config: welcome_offline.conf config: welcomeq_offline.conf
- id: offline - id: offline
module: eos_bootloader module: eos_bootloader
@ -86,7 +86,7 @@ instances:
sequence: sequence:
- show: - show:
- welcome@offline - welcomeq@offline
- locale - locale
- keyboard - keyboard
- packagechooserq - packagechooserq

View File

@ -12,8 +12,8 @@ instances:
config: packages_online.conf config: packages_online.conf
- id: online - id: online
module: welcome module: welcomeq
config: welcome_online.conf config: welcomeq_online.conf
# - shellprocess_copy_packages_dont_chroot # - shellprocess_copy_packages_dont_chroot
- id: copy_packages_dont_chroot - id: copy_packages_dont_chroot
@ -92,7 +92,7 @@ instances:
sequence: sequence:
- show: - show:
- welcome@online - welcomeq@online
- locale - locale
- keyboard - keyboard
# - packagechooser # - packagechooser

View File

@ -78,7 +78,7 @@ requirements:
- storage - storage
- ram - ram
- power - power
- internet #- internet
- root - root
- screen - screen
@ -90,7 +90,7 @@ requirements:
- storage - storage
- ram - ram
- root - root
- internet #- internet
# GeoIP checking # GeoIP checking
# #

View File

@ -0,0 +1 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,45 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the welcomeq module.
#
# The configuration for welcomeq is exactly the same
# as the welcome module, with the one exception of
# *qmlSearch* which governs QML loading.
#
# No documentation is given here: look in the welcome module.
---
# Setting for QML loading: use QRC, branding, or both sources of files
qmlSearch: both
# Everythin below here is documented in `welcome.conf`
showSupportUrl: false
showKnownIssuesUrl: false
showReleaseNotesUrl: false
showDonateUrl: false
requirements:
requiredStorage: 150.0
requiredRam: 4.0
internetCheckUrl:
- https://melawy.ru/installation
- https://google.com
check:
- storage
- ram
- power
# - internet
- root
- screen
required:
- storage
- ram
- root
#- internet
geoip:
style: "xml"
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
selector: "CountryCode" # blank uses default, which is wrong
#languageIcon: languages

View File

@ -0,0 +1,45 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the welcomeq module.
#
# The configuration for welcomeq is exactly the same
# as the welcome module, with the one exception of
# *qmlSearch* which governs QML loading.
#
# No documentation is given here: look in the welcome module.
---
# Setting for QML loading: use QRC, branding, or both sources of files
qmlSearch: both
# Everythin below here is documented in `welcome.conf`
showSupportUrl: false
showKnownIssuesUrl: false
showReleaseNotesUrl: false
showDonateUrl: false
requirements:
requiredStorage: 150.0
requiredRam: 4.0
internetCheckUrl:
- https://melawy.ru/installation
- https://google.com
check:
- storage
- ram
- power
# - internet
- root
- screen
required:
- storage
- ram
- root
#- internet
geoip:
style: "xml"
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
selector: "CountryCode" # blank uses default, which is wrong
#languageIcon: languages

View File

@ -0,0 +1,45 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the welcomeq module.
#
# The configuration for welcomeq is exactly the same
# as the welcome module, with the one exception of
# *qmlSearch* which governs QML loading.
#
# No documentation is given here: look in the welcome module.
---
# Setting for QML loading: use QRC, branding, or both sources of files
qmlSearch: both
# Everythin below here is documented in `welcome.conf`
showSupportUrl: false
showKnownIssuesUrl: false
showReleaseNotesUrl: false
showDonateUrl: false
requirements:
requiredStorage: 150.0
requiredRam: 4.0
internetCheckUrl:
- https://melawy.ru/installation
- https://google.com
check:
- storage
- ram
- power
- internet
- root
- screen
required:
- storage
- ram
- root
- internet
geoip:
style: "xml"
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
selector: "CountryCode" # blank uses default, which is wrong
#languageIcon: languages