Przeglądaj źródła

For debian-only image don't add a motd

Bob Mottram 9 lat temu
rodzic
commit
4313994beb
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      src/freedombone-image-customise

+ 4
- 0
src/freedombone-image-customise Wyświetl plik

@@ -124,6 +124,10 @@ EOF
124 124
 }
125 125
 
126 126
 configure_networking() {
127
+    if [[ $DEBIAN_INSTALL_ONLY != "no" ]]; then
128
+        return
129
+    fi
130
+    
127 131
     if [[ $GENERIC_IMAGE == "no" ]]; then
128 132
         echo "# This file describes the network interfaces available on your system
129 133
 # and how to activate them. For more information, see interfaces(5).