** Description changed: + [Impact] + Customized images built for 16.04 with preseeded snaps fail. + + [Test case] + 1) Install livecd-rootfs + 2) Take a copy of the code tree for livecd-rootfs. + 3) Prepare a project/subproject tree for hooks: + $ mkdir -p live-build/xyz/hooks/ + $ echo <<EOF > live-build/ubuntu-cpc/hooks/000-snap-preseed.binary + #!/bin/sh + + . config/binary + . config/functions.snaps + + snap_preseed chroot telegram + EOF + + 3) Build the image using livecd-rootfs: + $ PROJECT=ubuntu-cpc SUBPROJECT=snapped lb config + $ PROJECT=ubuntu-cpc SUBPROJECT=snapped lb build + + 4) Validate that the image contains the preseeded snap as intended from + stable/ubuntu-16.04 channel. + + [Regression potential] + + --- + Snap preseeding released in 2.408.31 (bug #1771177) is incomplete. * Preseeding without specifying a channel will result in a build-break as distro-info is not installed in the build environment * Building with the ubuntu-cpc project overwrites the 'functions' file that added snap functions
** Branch linked: lp:~rcj/livecd-rootfs/xenial-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775710 Title: snap preseeding in xenial not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1775710/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
