Browse Source

Don't need packages

Bob Mottram 8 years ago
parent
commit
e0b4c9d5a3
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-image-customise

+ 0
- 1
src/freedombone-image-customise View File

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