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