Jump to content

Recommended Posts

Posted

I suggest allow armbian script put deb-src without comment.

 

For example I want to get system with deb-src packages. Of cause I can add deb-src via userpatches/customize-image.sh but it is not so easy.

May be armbian add option like INSTALL_KSRC that allow user to get OS with uncommented deb-src in /etc/apt/sources.list

It also helps in customize-image.sh For example:

Main() {   
    apt-get install libxcb-xinerama0-dev -y

 

It will Error: You must put some 'deb-src' URIs in your sources.list

 

The solution may be:

./compile.sh REPOSITORY_INSTALL=deb-src

general.sh

Posted

I don't think it is necessary to enable source packages by default. Only a few people need those and those who do usually know how to enabled them quickly by hand. Having them enabled by default increases fs size which can be limited on smaller sd cards and adds additional wear and tear to it.

 

Anyway if you provide a PR that adds this as a flag like suggested merging will be considered.

Posted

This should be handled by the userpatches customize-image script.

 

Please dont send a PR to add this feature 

  • lanefu locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines