소스 검색

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