elementary / os

The OS build system
https://elementary.io
GNU General Public License v3.0
967 stars 128 forks source link

Enable security repositories #631

Closed meisenzahl closed 1 year ago

meisenzahl commented 1 year ago

Related to #252

According to https://manpages.ubuntu.com/manpages/bionic/man1/lb_config.1.html we have to explicitly enable security repositories.

--security true|false defines if the security repositories specified in the security mirror options should be used or not.

davidmhewitt commented 1 year ago

It's probably a good idea to explicitly set this, but I'm not sure that this is the cause of the issue. Therefore, I'm also not sure that this will fix the issue.

If I remember correctly, when I last looked at this, the security repos were enabled running the live session off the ISO, its at some point during installation that they disappear.

So I'm going to remove the "Fixes" tag from this and merge it, and we can check in the next ISO if this is resolved or not.