diff options
author | Holger Paradies <retabell@gmx.de> | 2020-02-01 09:03:03 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2020-03-02 17:56:53 +0100 |
commit | 8b578d02065d27fa59f18e16fc7b8926a203b5af (patch) | |
tree | 33ae1fd02b8206039b093ee38cb9e724a4a1d2ba /auto | |
parent | 59c8141816dcb0d935e1f58ca2d237cca71b133f (diff) | |
download | kanotix-8b578d02065d27fa59f18e16fc7b8926a203b5af.zip kanotix-8b578d02065d27fa59f18e16fc7b8926a203b5af.tar.gz |
add silverfire-extra build option and repo
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 74bc4b0..4f9617d 100755 --- a/auto/config +++ b/auto/config @@ -111,6 +111,7 @@ esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" grep -wq retabell <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" retabell" +grep -wq silverfire-extra <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverfire-extra" grep -wq acritox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox dragonfire-acritox" grep -wq hellfire <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" hellfire" grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity" |