Miouyouyou / armbian-desktop

A specific branch for dealing with default desktop environments
GNU General Public License v2.0
4 stars 1 forks source link

adding custom repos until we have a mirror #1

Closed RichNeese closed 3 years ago

RichNeese commented 4 years ago

we need a way to add a repo file if a custom ppa is required to build the desktop like with dde we do not currently mirror the pkgs so . so is there a way to have a repo file in the desktop dir used for adding custom repos ?

Miouyouyou commented 4 years ago

Not for the moment.

This could be done easily, however, by just copying any repo file available in the generated image /etc/apt/sources.list.d , or aggregate them and write only one file.

I'll try to add this feature this week. This should not be too hard.

Miouyouyou commented 4 years ago

Ok, after thinking about it, since we also need the GPG keys for the PPA repos, adding a "ppa" sub-directory in every category, with files containing PPA addresses, and then execute commands to add them to the system before installing the desktop softwares, might work better.

I'll try to add this today and test this.

Miouyouyou commented 3 years ago

The functionality has been added, but still need to be documented. I'm closing this one and adding a note to the documentation bug report.