Removed HWCLOCKACCESS=no from /etc/default/rcS

HWCLOCKACCESS=no in /etc/default/rcS is no longer required and prompts a confirmation
dialog on upgrade. (bug 1581044)
This commit is contained in:
Phil Roche 2016-06-09 10:47:25 +01:00 committed by Daniel Watkins
parent c1a36eb3cd
commit d97134679d
2 changed files with 3 additions and 3 deletions

3
debian/changelog vendored
View File

@ -6,6 +6,9 @@ livecd-rootfs (2.416) UNRELEASED; urgency=medium
image.
- Remove '-disk1' from bootable image names.
[ Phil Roche ]
* Removed HWCLOCKACCESS=no from /etc/default/rcS (LP: #1581044)
-- Daniel Watkins <daniel.watkins@canonical.com> Thu, 09 Jun 2016 10:34:13 +0100
livecd-rootfs (2.415) yakkety; urgency=medium

View File

@ -1,3 +0,0 @@
#!/bin/bash
printf "HWCLOCKACCESS=no" >> /etc/default/rcS