-
1.10.303c2ec19 · ·
Release 1.10.3 With newer distros adding an implicit dependency on basic.target, this creates loop in systemd. To fix this, it is recommended systemd unit files add the DefaultDependencies=no to avoid this loop. And because glean currently has a simple dependency on networking, this appears to be fine. For more information: https://wiki.debian.org/Teams/pkg-systemd/rcSMigration
-
1.10.09282ec58 · ·
Add option to not set DNS resolv.conf This adds a new feature to optionally not write out the DNS resolv.conf file. Default behavior is as before that this config file will be written out if the information is provided in the config drive. Also fix a bug where glean bails out and fails if no config drive is present. Glean needs a config drive to perform most functions but should exit cleanly if no config drive is present.
-
1.9.13bc62168 · ·
Fixup enabling of services from within glean This adds a bug fix to the previous release that stops glean from enabling the network service on centos and fedora during boot. This should be done during image builds instead. This became an issue because chkconfig was racing and resulted in errors if you had more than one network interface.