From 927f5735b5d34c751d55d75548474126d4fbb62e Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 8 Jul 2019 17:30:06 -0700 Subject: [PATCH] Include dmsetup in the core18 snap The dmsetup package includes udev rules that are essential for any system using device mapper, which includes any system using crypsetup and we want to support full-disk encryption in Ubuntu Core. Bug-Ubuntu: https://bugs.launchpad.net/bugs/1835846 --- debian/changelog | 6 ++++++ live-build/auto/config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6047920b..b7a3a2d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.408.51) UNRELEASED; urgency=medium + + * Add dmsetup to the core and core16 snaps. LP: #1835846. + + -- Steve Langasek Mon, 08 Jul 2019 16:39:24 -0700 + livecd-rootfs (2.408.50) xenial; urgency=medium * Actually, do not depend on snapd on powerpc as well. Snaps are not diff --git a/live-build/auto/config b/live-build/auto/config index 840f31ca..ebea521b 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -467,6 +467,7 @@ case $PROJECT in # no Task: header yet add_package install snapd add_package install ubuntu-core-snapd-units + add_package install dmsetup # no minimal as we want to be really minimal #add_task install minimal