Package not needed

This commit is contained in:
Bob Mottram 2017-07-17 14:51:21 +01:00
parent 745ee6019e
commit 28211221ba
2 changed files with 3 additions and 3 deletions

View File

@ -1045,7 +1045,7 @@ function image_setup_utils {
fi
if [[ $ARCHITECTURE == 'qemu'* || $ARCHITECTURE == 'amd64' || $ARCHITECTURE == 'x86_64' || $ARCHITECTURE == 'i686' || $ARCHITECTURE == 'i386' ]]; then
chroot "$rootdir" apt-get -yq install grub2 lvm2 initramfs-tools
chroot "$rootdir" apt-get -yq install grub2 lvm2
fi
chroot "$rootdir" apt-get -yq install locales locales-all debconf
@ -1356,7 +1356,7 @@ chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-nam
chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant usbutils
if [[ $ARCHITECTURE == 'qemu'* || $ARCHITECTURE == 'i386' || $ARCHITECTURE == 'i686' || $ARCHITECTURE == 'amd64' || $ARCHITECTURE == 'x86_64' ]]; then
chroot "$rootdir" apt-get install -y cryptsetup zsh pinentry-curses iotop bc
chroot "$rootdir" apt-get install -y grub2 hostapd lvm2 initramfs-tools
chroot "$rootdir" apt-get install -y grub2 hostapd lvm2
fi
sed -i "s|#host-name=.*|host-name=${LOCAL_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf

View File

@ -253,7 +253,7 @@ function initial_setup {
fi
if [[ $ARCHITECTURE == 'qemu'* || $ARCHITECTURE == 'amd64' || $ARCHITECTURE == 'x86_64' || $ARCHITECTURE == 'i686' || $ARCHITECTURE == 'i386' ]]; then
apt-get -yq install grub2 lvm2 initramfs-tools
apt-get -yq install grub2 lvm2
fi
if [ ! -d $INSTALL_DIR ]; then