Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fc7240fc authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: git test, add -v


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent acabd7e3
No related merge requests found
......@@ -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}/
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment