From 2342c3dd4f794d00c53ee377aba0135bff51272d Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Fri, 5 Nov 2021 17:52:13 +0100 Subject: [PATCH] releasing package livecd-rootfs version 2.744 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index e47784db..e0fbddd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.744) jammy; urgency=medium + + * Install desired already seeded snap in wsl. + As wsl is an image target of ubuntu-cpc, the base seed is hardcoded to + ubuntu-server instead of wsl one. For now, add it, as for the other + cpc images, in hooks. + + -- Didier Roche Fri, 05 Nov 2021 10:23:24 +0100 + livecd-rootfs (2.743) jammy; urgency=medium * magic-proxy: fix exception handling for URLError. LP: #1946520