Update
This commit is contained in:
parent
82b7070146
commit
1cbfbdd825
|
@ -12,8 +12,8 @@ instances:
|
|||
config: packages_offline.conf
|
||||
|
||||
- id: offline
|
||||
module: welcome
|
||||
config: welcome_offline.conf
|
||||
module: welcomeq
|
||||
config: welcomeq_offline.conf
|
||||
|
||||
- id: offline
|
||||
module: eos_bootloader
|
||||
|
@ -86,7 +86,7 @@ instances:
|
|||
|
||||
sequence:
|
||||
- show:
|
||||
- welcome@offline
|
||||
- welcomeq@offline
|
||||
- locale
|
||||
- keyboard
|
||||
- packagechooserq
|
||||
|
|
|
@ -12,8 +12,8 @@ instances:
|
|||
config: packages_online.conf
|
||||
|
||||
- id: online
|
||||
module: welcome
|
||||
config: welcome_online.conf
|
||||
module: welcomeq
|
||||
config: welcomeq_online.conf
|
||||
|
||||
# - shellprocess_copy_packages_dont_chroot
|
||||
- id: copy_packages_dont_chroot
|
||||
|
@ -92,7 +92,7 @@ instances:
|
|||
|
||||
sequence:
|
||||
- show:
|
||||
- welcome@online
|
||||
- welcomeq@online
|
||||
- locale
|
||||
- keyboard
|
||||
# - packagechooser
|
||||
|
|
|
@ -78,7 +78,7 @@ requirements:
|
|||
- storage
|
||||
- ram
|
||||
- power
|
||||
- internet
|
||||
#- internet
|
||||
- root
|
||||
- screen
|
||||
|
||||
|
@ -90,7 +90,7 @@ requirements:
|
|||
- storage
|
||||
- ram
|
||||
- root
|
||||
- internet
|
||||
#- internet
|
||||
|
||||
# GeoIP checking
|
||||
#
|
||||
|
|
|
@ -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 |
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue