Saving files before refreshing line endings

pull/37/head
Eleanor Saitta 2015-12-08 17:17:07 +00:00
parent 7cd38ee32f
commit 54a6001db1
2 changed files with 20 additions and 1 deletions

View File

@ -35,7 +35,7 @@ PARTITION_BOOT='/dev/mmcblk0p1'
# If you use the img
##### Debian
IMAGE='2015-11-06-CIRCLean.img'
IMAGE='raspbian-wheezy.img'
OFFSET_ROOTFS=$((122880 * 512))
OFFSET_BOOT=$((8192 * 512))
##### Arch

View File

@ -2,6 +2,25 @@
# http://pub.phyks.me/respawn/mypersonaldata/public/2014-05-20-11-08-01/
<<<<<<< HEAD
# To make debugging easier
echo "KittenGroomer: in tests/run.sh" 1>&2
if [ -z "$1" ]; then
echo "Please tell me which partition type to test."
echo "VFAT_NORM VFAT_PART NTPS_NORM EXT2 EXT3 EXT4"
exit
fi
if [ -z "$2" ]; then
echo "Please tell me which file type to test."
echo "t_images1"
exit
fi
TEST_PART_TYPE=${1}
TEST_SOURCE_TYPE=${2}
=======
>>>>>>> master
IMAGE='../raspbian-wheezy.img'
OFFSET_ROOTFS=$((122880 * 512))