@@ -32,6 +32,11 if [ "$BUILD_KERNEL" = false ] ; then | |||
|
32 | 32 | else # BUILD_KERNEL=true |
|
33 | 33 | #autconfigure best apt server to not spam ftp.debian.org |
|
34 | 34 | rm files/apt/sources.list |
|
35 | #netselect-apt does not know buster yet | |
|
36 | if [ "$RELEASE" = "buster" ] ; then | |
|
37 | RLS = "testing" | |
|
38 | fi | |
|
39 | ||
|
35 | 40 | if [ "$ENABLE_NONFREE" ] ; then |
|
36 | 41 | netselect-apt --arch "$RELEASE_ARCH" --sources --nonfree --outfile "${ETC_DIR}/apt/sources.list" -d "$RELEASE" |
|
37 | 42 | else |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant