소스 검색

Don't need packages

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

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

@@ -1025,7 +1025,6 @@ function image_setup_utils {
1025 1025
     chroot "$rootdir" apt-get -yq dist-upgrade
1026 1026
     chroot "$rootdir" apt-get -yq install ca-certificates
1027 1027
     chroot "$rootdir" apt-get -yq install apt-utils
1028
-    chroot "$rootdir" apt-get -yq install awk libdebconfclient0 libbz2-1.0
1029 1028
     chroot "$rootdir" apt-get -yq install nfs-kernel-server
1030 1029
 
1031 1030
     if [[ $ARCHITECTURE == 'amd64' ]]; then