ubuntu-secure-boot icon indicating copy to clipboard operation
ubuntu-secure-boot copied to clipboard

various suggestions

Open adrelanos opened this issue 4 years ago • 1 comments

  • to dpkg divert files use https://packages.debian.org/buster/config-package-dev / https://debathena.mit.edu/config-package-dev/ rather than directly using dpkg divert

  • avoid dpkg diversions by making use of default PATH? If you were to ship /usr/bin/update-grub then that would take preference over /usr/sbin/update-grub so original /usr/sbin/update-grub does not need to be touched?

  • there is limited ubuntu specificity. Avoid writing ubuntu whenever possible. That would make it easier to merge this into Debian so it can then flow down into any Debian based Linux distribution.

  • try to merge this upstream?

adrelanos avatar Sep 02 '19 07:09 adrelanos

i like the suggestions. I did try some merge upstream but i think its dormant.

donbowman avatar Dec 23 '19 17:12 donbowman