소스 검색

Install avahi on image

Bob Mottram 9 년 전
부모
커밋
972d4546ff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise 파일 보기

@@ -288,6 +288,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
288 288
 fi
289 289
 
290 290
 chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
291
+chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover
291 292
 chroot "$rootdir" /bin/bash -x <<EOF
292 293
 git clone https://github.com/bashrc/freedombone /root/freedombone
293 294
 cd /root/freedombone