mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-06 15:21:33 +00:00
Fix branding, add checks for RAM and Storage
This commit is contained in:
parent
30625129f4
commit
4087f94b41
@ -2,13 +2,13 @@
|
|||||||
componentName: netrunner-core
|
componentName: netrunner-core
|
||||||
|
|
||||||
strings:
|
strings:
|
||||||
productName: Netrunner Debian Edition
|
productName: Netrunner Debian Core Edition
|
||||||
shortProductName: Netrunner Debian
|
shortProductName: Netrunner Debian Core
|
||||||
version: 1.0.0-dev
|
version: 1.0.0-dev
|
||||||
shortVersion: 1.0
|
shortVersion: 1.0
|
||||||
versionedName: Netrunner Debian Edition
|
versionedName: Netrunner Debian Core Edition
|
||||||
shortVersionedName: Netrunner Debian 1.0
|
shortVersionedName: Netrunner Debian Core 1.0
|
||||||
bootloaderEntryName: Netrunner Debian
|
bootloaderEntryName: Netrunner Debian Core
|
||||||
|
|
||||||
images:
|
images:
|
||||||
productLogo: "netrunner-debian-logo.png"
|
productLogo: "netrunner-debian-logo.png"
|
||||||
|
@ -4,9 +4,15 @@ showKnownIssuesUrl: true
|
|||||||
showReleaseNotesUrl: true
|
showReleaseNotesUrl: true
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
|
requiredStorage: 10.0
|
||||||
|
requiredRam: 1.0
|
||||||
check:
|
check:
|
||||||
|
- storage
|
||||||
|
- ram
|
||||||
- power
|
- power
|
||||||
- internet
|
- internet
|
||||||
- root
|
- root
|
||||||
required:
|
required:
|
||||||
- root
|
- root
|
||||||
|
- storage
|
||||||
|
- ram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user