diff --git a/debian/changelog b/debian/changelog index ac609dc..8b05b4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:25.04.9) UNRELEASED; urgency=medium + + * Add a Dracut config file for Lubuntu. + + -- Simon Quigley Fri, 22 Nov 2024 19:55:49 -0600 + calamares-settings-ubuntu (1:25.04.8) plucky; urgency=medium * Add new global storage value for stacked squashfses and adjust config. diff --git a/lubuntu/modules/dracut.conf b/lubuntu/modules/dracut.conf new file mode 100644 index 0000000..94e199c --- /dev/null +++ b/lubuntu/modules/dracut.conf @@ -0,0 +1,2 @@ +--- +options: [ "-f", "-H", "--hostonly-mode=sloppy" ]