From 0ee038545f463a32aef0744fa666e87c222753c9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Jun 2017 10:57:57 +0100 Subject: [PATCH] Stick with jessie --- src/freedombone-image-customise | 2 ++ src/freedombone-upgrade | 1 + 2 files changed, 3 insertions(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 862c8cf9..83d41498 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -387,6 +387,7 @@ EOF echo " cd /root/${PROJECT_NAME}" >> $rootdir/root/.bashrc echo " git stash" >> $rootdir/root/.bashrc echo " git pull" >> $rootdir/root/.bashrc + echo " git checkout jessie" >> $rootdir/root/.bashrc echo " make install" >> $rootdir/root/.bashrc if [[ $VARIANT != "mesh" && $VARIANT != "meshclient" && $VARIANT != "meshusb" && $VARIANT != "usb" ]]; then @@ -1295,6 +1296,7 @@ sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-dae chroot "$rootdir" /bin/bash -x <