Преглед изворни кода

For debian-only image don't add a motd

Bob Mottram пре 9 година
родитељ
комит
4313994beb
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      src/freedombone-image-customise

+ 4
- 0
src/freedombone-image-customise Прегледај датотеку

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