Skip to content

Commit

Permalink
Merge pull request #1 from markVnl/wip-arm-kernels
Browse files Browse the repository at this point in the history
Enable arm kernel repositories
- This extends template expansion of /etc/nethserver/eorepo.conf found in nethserver-base
  • Loading branch information
markVnl committed May 16, 2020
2 parents f684036 + 1a2dc1a commit 822d4a6
Showing 1 changed file with 15 additions and 0 deletions.
@@ -0,0 +1,15 @@
{
#
# 01arm_kernels
# Enable arm kernel repositories only on ARM-AltArch systems
#

if (( -e '/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32' ) ||
( -e '/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64' )) {

push @repos, 'centos-kernel';

}

'';
}

0 comments on commit 822d4a6

Please sign in to comment.