From 54b9c27be5e57fa05aa50e883a87b9672298a295 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Wed, 12 Aug 2015 11:59:31 +0200 Subject: [PATCH] Add a welcome.conf for the ODROID --- debian/calamares.install | 1 + debian/welcome.conf | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 debian/welcome.conf diff --git a/debian/calamares.install b/debian/calamares.install index e313ad4..fdec888 100644 --- a/debian/calamares.install +++ b/debian/calamares.install @@ -1,3 +1,4 @@ debian/packages.conf /etc/calamares/modules/ +debian/welcome.conf /etc/calamares/modules/ debian/settings.conf /etc/calamares/ usr/* diff --git a/debian/welcome.conf b/debian/welcome.conf new file mode 100644 index 0000000..e41c1b4 --- /dev/null +++ b/debian/welcome.conf @@ -0,0 +1,12 @@ +--- +showSupportUrl: true +showKnownIssuesUrl: true +showReleaseNotesUrl: true + +requirements: + check: + - power + - internet + - root + required: + - root