3

I am working on basing a new OS off of Ubuntu 18.04 Bionic, and in order to properly have the OS be recognized as a new distribution, I had to change /etc/lsb-release. In order to have it use PPAs, I had to add a file to /usr/share/python-apt/templates. This got it to add the PPAs, but, it defaults to Eoan repositories when I attempt to add them.

You can see what I have in my GitHub repository here.

Is there some other file I need to add? Am I formatting the *.info file wrong? Is it something else?

Thanks in advance!

Batcastle
  • 355
  • 1
  • 3
  • 11
  • If you changed the `lsb-release` to other, that's what the PPA will pick. –  Jul 15 '19 at 16:47
  • @GabrielaGarcia I left the `Ubuntu_Codename` line in `os-release` set to bionic. Do I need to have this line in `lsb-release` too or should I change something else? – Batcastle Jul 15 '19 at 17:11
  • Not sure but probably yes. Your noticing the effects. –  Jul 15 '19 at 17:13
  • @GabrielaGarcia I tried adding the `ubuntu_codename` line to lsb-release and got the same results. – Batcastle Jul 19 '19 at 02:19

0 Answers0