calamares: added background to installer and adjusted prepare settings
This commit is contained in:
parent
bddf37973a
commit
7877a4d4d2
BIN
calamares/branding/openmamba/background.jpg
Normal file
BIN
calamares/branding/openmamba/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 748 KiB |
@ -31,6 +31,13 @@ Presentation
|
||||
}
|
||||
|
||||
Slide {
|
||||
Image {
|
||||
id: background01
|
||||
source: "background.jpg"
|
||||
width: 1920; height: 1200
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Image {
|
||||
id: background1
|
||||
source: "desktop-kde-300x225.jpg"
|
||||
@ -59,6 +66,13 @@ Presentation
|
||||
}
|
||||
|
||||
Slide {
|
||||
Image {
|
||||
id: background02
|
||||
source: "background.jpg"
|
||||
width: 1920; height: 1200
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Image {
|
||||
id: background2
|
||||
source: "desktop-lxde-300x225.jpg"
|
||||
@ -87,6 +101,13 @@ Presentation
|
||||
}
|
||||
|
||||
Slide {
|
||||
Image {
|
||||
id: background03
|
||||
source: "background.jpg"
|
||||
width: 1920; height: 1200
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Image {
|
||||
id: background3
|
||||
source: "desktop-gnome-300x225.jpg"
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
requiredStorage: 5.5
|
||||
requiredRam: 1.0
|
||||
requiredStorage: 5.0
|
||||
requiredRam: 0.5
|
||||
check:
|
||||
- storage
|
||||
- ram
|
||||
- power
|
||||
- internet
|
||||
# - internet
|
||||
required:
|
||||
# - storage
|
||||
- ram
|
||||
|
Loading…
Reference in New Issue
Block a user