From a7aeb13e99b4f3ba1b3308e7634b13d7833d7bfa Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 31 Aug 2016 14:57:01 -0400 Subject: [PATCH] bin/console-conf-tui: drop requirement for /var/log/syslog to be readable. We don't actually go read it. --- bin/console-conf-tui | 3 --- debian/changelog | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/console-conf-tui b/bin/console-conf-tui index 7e0ac55c..15ce97b7 100755 --- a/bin/console-conf-tui +++ b/bin/console-conf-tui @@ -29,9 +29,6 @@ from subiquitycore.utils import environment_check # Does console-conf actually need any of this? ENVIRONMENT = ''' checks: - read: - file: - - /var/log/syslog write: directory: - /tmp diff --git a/debian/changelog b/debian/changelog index bcdfd95e..c2f21ad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ subiquity (0.0.13) yakkety; urgency=medium agetty. * debian/console-conf-wrapper: display the contents of our issue file instead of a hard-coded string. + * bin/console-conf-tui: drop requirement for /var/log/syslog to be + readable. We don't actually go read it. [ Steve Langasek ] * debian/console-conf-wrapper: trap various signals in our shell script,