touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #50496
[Bug 1377184] Re: move archive_master file out of /etc to avoid it being treated as a conffile
Added Ubuntu bug task since it will be necessary to make some changes to
the packaging branch.
** Also affects: system-image (Ubuntu)
Importance: Undecided
Status: New
** Changed in: system-image (Ubuntu)
Status: New => Triaged
** Changed in: system-image (Ubuntu)
Importance: Undecided => High
** Changed in: system-image (Ubuntu)
Assignee: (unassigned) => Barry Warsaw (barry)
** Changed in: system-image (Ubuntu)
Milestone: None => ubuntu-15.04
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to system-image in Ubuntu.
https://bugs.launchpad.net/bugs/1377184
Title:
move archive_master file out of /etc to avoid it being treated as a
conffile
Status in Ubuntu system image (server/client/updater):
In Progress
Status in system-image package in Ubuntu:
Triaged
Bug description:
Currently client.ini specifies:
[gpg]
archive_master: /etc/system-image/archive-master.tar.xz
The problem is that file in /etc are automatically marked as conffiles
by debhelper and as such don't get moved into place until the dpkg
configure step.
This caused an issue for the initramfs-tools-ubuntu-core package since that Depends on system-image-common (which provides
etc/system-image/archive-master.tar.xz), but when the initramfs-tools-ubuntu-core package was unpacked, this triggered update-initramfs which failed since it needs access to /etc/system-image/archive-master.tar.xz, but that file had not yet been moved into place.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-image/+bug/1377184/+subscriptions
References