diff --git a/debian/changelog b/debian/changelog index 2755262..e251501 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (11) UNRELEASED; urgency=medium + + * Add a machineid file. + + -- Simon Quigley Fri, 20 Jul 2018 09:43:15 -0500 + calamares-settings-ubuntu (10) cosmic; urgency=medium * Fix non-secureboot UEFI installs on real hardware (LP: #1781015). diff --git a/lubuntu/modules/machineid.conf b/lubuntu/modules/machineid.conf new file mode 100644 index 0000000..2636872 --- /dev/null +++ b/lubuntu/modules/machineid.conf @@ -0,0 +1,8 @@ +--- +# Whether to create /etc/machine-id for systemd. +systemd: true +# Whether to create /var/lib/dbus/machine-id for D-Bus. +dbus: true +# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id +# (ignored if dbus is false, or if there is no /etc/machine-id to point to). +symlink: true