From fc7240fc4927e8ab6ff3c21355f549c3309443c6 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Fri, 13 Feb 2015 14:34:35 -0600 Subject: [PATCH] chroot: git test, add -v Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- publish/bb.org_4gb_stable.sh | 8 ++++---- scripts/chroot.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/publish/bb.org_4gb_stable.sh b/publish/bb.org_4gb_stable.sh index d4851b84a..cdc3e369c 100755 --- a/publish/bb.org_4gb_stable.sh +++ b/publish/bb.org_4gb_stable.sh @@ -8,15 +8,15 @@ server_dir="/home/robertcnelson/rcn-ee.net" export apt_proxy=localhost:3142/ -#image_name="debian-7.8-lxde-4gb-armhf-${time}" -image_name="debian-7.8-console-armhf-${time}" +image_name="debian-7.8-lxde-4gb-armhf-${time}" +#image_name="debian-7.8-console-armhf-${time}" options="--img-4gb bone-${image_name} --dtb beaglebone \ --beagleboard.org-production --boot_label BEAGLEBONE --enable-systemd \ --bbb-old-bootloader-in-emmc --hostname beaglebone" -#./RootStock-NG.sh -c bb.org-debian-stable-4gb -./RootStock-NG.sh -c bb.org-console-debian-stable +./RootStock-NG.sh -c bb.org-debian-stable-4gb +#./RootStock-NG.sh -c bb.org-console-debian-stable if [ -d ./deploy/${image_name} ] ; then cd ./deploy/${image_name}/ diff --git a/scripts/chroot.sh b/scripts/chroot.sh index cd8187ec9..81d59579d 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -718,7 +718,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ mkdir -p /opt/scripts/ || true qemu_command="git clone ${rfs_opt_scripts} /opt/scripts/ --depth 1" qemu_warning - git clone ${rfs_opt_scripts} /opt/scripts/ --depth 1 + git clone -v ${rfs_opt_scripts} /opt/scripts/ --depth 1 sync if [ -f /opt/scripts/.git/config ] ; then echo "/opt/scripts/ : ${rfs_opt_scripts}" >> /opt/source/list.txt -- GitLab