ソースを参照

Don't need packages

Bob Mottram 8 年 前
コミット
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