Public bug reported:

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.

** Affects: system-image (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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 “system-image” package in Ubuntu:
  New

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/+source/system-image/+bug/1377184/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to