From f0005b3a5c94ae9aea50bb30b841f4888fae74fc Mon Sep 17 00:00:00 2001 From: Lorenzo Palinuro Faletra Date: Mon, 16 Nov 2020 13:37:52 +0100 Subject: [PATCH] Import Debian version 4.10.2 calamares-settings-parrot (4.10.2) rolling-testing; urgency=medium . * Lower memory requirements. * Bump parrot 4.11 version. --- calamares/branding/debian/branding.desc | 8 ++++---- calamares/modules/welcome.conf | 2 +- debian/changelog | 7 +++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/calamares/branding/debian/branding.desc b/calamares/branding/debian/branding.desc index 0753433..190a438 100644 --- a/calamares/branding/debian/branding.desc +++ b/calamares/branding/debian/branding.desc @@ -5,10 +5,10 @@ welcomeStyleCalamares: true strings: productName: Parrot OS shortProductName: Parrot OS - version: 4.10 (rolling) - shortVersion: 4.10 - versionedName: Parrot OS 4.10 (rolling) - shortVersionedName: Parrot 4.10 + version: 4.11 (rolling) + shortVersion: 4.11 + versionedName: Parrot OS 4.11 (rolling) + shortVersionedName: Parrot 4.11 bootloaderEntryName: Parrot productUrl: https://parrotsec.org supportUrl: https:/community.parrotsec.org diff --git a/calamares/modules/welcome.conf b/calamares/modules/welcome.conf index 44d4909..c3b77a9 100644 --- a/calamares/modules/welcome.conf +++ b/calamares/modules/welcome.conf @@ -5,7 +5,7 @@ showReleaseNotesUrl: true requirements: requiredStorage: 15 - requiredRam: 4.0 + requiredRam: 1.5 check: - storage - ram diff --git a/debian/changelog b/debian/changelog index 1f0f466..abd7f74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-parrot (4.10.2) rolling-testing; urgency=medium + + * Lower memory requirements. + * Bump parrot 4.11 version. + + -- Lorenzo "Palinuro" Faletra Mon, 16 Nov 2020 13:37:52 +0100 + calamares-settings-parrot (4.10.1) rolling-testing; urgency=medium * Re-generate ssh host keys. -- GitLab