bin/console-conf-tui: drop requirement for /var/log/syslog to be readable. We don't actually go read it.

This commit is contained in:
Mathieu Trudel-Lapierre 2016-08-31 14:57:01 -04:00
parent 1fc2eb6c95
commit a7aeb13e99
2 changed files with 2 additions and 3 deletions

View File

@ -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

2
debian/changelog vendored
View File

@ -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,