From c555943c8a869435a8613351d7fbce75c057a7d2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 3 Jul 2017 18:49:33 +0100 Subject: [PATCH] initramfs tools on non-uboot systems --- src/freedombone-image-customise | 4 ++-- src/freedombone-utils-setup | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 0081bf77..f056fbdb 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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 + chroot "$rootdir" apt-get -yq install grub2 lvm2 initramfs-tools 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 + chroot "$rootdir" apt-get install -y grub2 hostapd lvm2 initramfs-tools fi sed -i "s|#host-name=.*|host-name=${LOCAL_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf diff --git a/src/freedombone-utils-setup b/src/freedombone-utils-setup index 736e838b..9e2977ab 100755 --- a/src/freedombone-utils-setup +++ b/src/freedombone-utils-setup @@ -235,7 +235,7 @@ function initial_setup { apt-get -yq install cpulimit screen if [[ $ARCHITECTURE == 'qemu'* || $ARCHITECTURE == 'amd64' || $ARCHITECTURE == 'x86_64' || $ARCHITECTURE == 'i686' || $ARCHITECTURE == 'i386' ]]; then - apt-get -yq install grub2 lvm2 + apt-get -yq install grub2 lvm2 initramfs-tools fi if [ ! -d $INSTALL_DIR ]; then