Fix branding, add checks for RAM and Storage

ubuntu/focal
Rohan Garg 9 years ago committed by Simon Quigley
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…
Cancel
Save