瀏覽代碼

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,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).