diff --git a/etc/calamares/branding/netrunner-core/branding.desc b/etc/calamares/branding/netrunner-core/branding.desc index cf66b35..a8db410 100644 --- a/etc/calamares/branding/netrunner-core/branding.desc +++ b/etc/calamares/branding/netrunner-core/branding.desc @@ -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" diff --git a/etc/calamares/modules/welcome.conf b/etc/calamares/modules/welcome.conf index e41c1b4..68ec50e 100644 --- a/etc/calamares/modules/welcome.conf +++ b/etc/calamares/modules/welcome.conf @@ -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