diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-31 15:04:14 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-31 15:04:14 -0400 |
commit | 36067bc77e6697ed5c5a50b4b17bbc95911d0d76 (patch) | |
tree | 80e222a13dc3a632ac34c7beb1c8a7d177b94378 /ChangeLog | |
parent | e99f956d787fc9185e70fb5d31ede6fee0139226 (diff) | |
parent | eb6f294ff89696651b6ba4bda97f05ed6e0dfcf0 (diff) | |
download | vyos-cloud-init-36067bc77e6697ed5c5a50b4b17bbc95911d0d76.tar.gz vyos-cloud-init-36067bc77e6697ed5c5a50b4b17bbc95911d0d76.zip |
add ubuntu-init-switch module for testing systemd.
The module is useful primarily for testing in Ubuntu's transition to systemd.
It should be very harmless elsewhere as it defaults to doing nothing,
and will only run if configured as 'ubuntu' distro *and* 'dpkg' is available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ [Dimitri John Ledkov] - SeLinuxGuard: remove invalid check that looked for stat.st_mode in os.lstat. - do not write comments in /etc/timezone (LP: #1341710) + - ubuntu: provide 'ubuntu-init-switch' module to aid in systemd testing. 0.7.5: - open 0.7.5 - Add a debug log message around import failures |