diff --git a/publish/bb.org_4gb_stable.sh b/publish/bb.org_4gb_stable.sh index d4851b84a2de088005f03862c0109a9c913d4da0..cdc3e369c8e50fe52c76120732adf912bd7149f4 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 cd8187ec963c2642cc02eeb60e29d90090c9fbd4..81d59579d5d3f32aabd5de46e5d862d40038616f 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