From c9026b429df7228a5569d908ecfb3b4ebdc4e485 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 19 Mar 2019 11:33:58 -0400 Subject: CI: Fix Python modules in AppImage - set PYTHONPATH inside the AppImage so libcalamares is found - add Python module to the sample configuration - relax password requirements (while we're at it) --- data/config-appimage/modules/users.conf | 3 --- data/config-appimage/settings.conf | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'data') diff --git a/data/config-appimage/modules/users.conf b/data/config-appimage/modules/users.conf index 64b3aac43..bdf812878 100644 --- a/data/config-appimage/modules/users.conf +++ b/data/config-appimage/modules/users.conf @@ -55,8 +55,5 @@ doReusePassword: true passwordRequirements: minLength: -1 # Password at least this many characters maxLength: -1 # Password at most this many characters - libpwquality: - - minlen=0 - - minclass=0 userShell: /bin/bash diff --git a/data/config-appimage/settings.conf b/data/config-appimage/settings.conf index 54026cd6e..756710492 100644 --- a/data/config-appimage/settings.conf +++ b/data/config-appimage/settings.conf @@ -19,6 +19,7 @@ sequence: - users - summary - exec: + - dummypython - locale - keyboard - users -- cgit v1.2.2