Fix branding, add checks for RAM and Storage

ubuntu/focal
Rohan Garg 8 years ago committed by Simon Quigley
parent 30625129f4
commit 4087f94b41

@ -2,13 +2,13 @@
componentName: netrunner-core
strings:
productName: Netrunner Debian Edition
shortProductName: Netrunner Debian
productName: Netrunner Debian Core Edition
shortProductName: Netrunner Debian Core
version: 1.0.0-dev
shortVersion: 1.0
versionedName: Netrunner Debian Edition
shortVersionedName: Netrunner Debian 1.0
bootloaderEntryName: Netrunner Debian
versionedName: Netrunner Debian Core Edition
shortVersionedName: Netrunner Debian Core 1.0
bootloaderEntryName: Netrunner Debian Core
images:
productLogo: "netrunner-debian-logo.png"

@ -4,9 +4,15 @@ showKnownIssuesUrl: true
showReleaseNotesUrl: true
requirements:
requiredStorage: 10.0
requiredRam: 1.0
check:
- storage
- ram
- power
- internet
- root
required:
- root
- storage
- ram

Loading…
Cancel
Save