diff options
author | Jybz <j.biernacki@free.fr> | 2019-12-05 07:56:49 +0100 |
---|---|---|
committer | Jybz <j.biernacki@free.fr> | 2019-12-05 07:56:49 +0100 |
commit | 7d2a3797c3da434f32542b21ab3ebe9f6ee36124 (patch) | |
tree | 790f30e1ff6600e12faec5fee9a55bb3ec95c274 | |
parent | c4b658842b4f4bc8b529b484002fd00469a38e0e (diff) | |
parent | d7c2376925bec483811b4bdada1c415b5a333b91 (diff) | |
download | mageia4arm-7d2a3797c3da434f32542b21ab3ebe9f6ee36124.tar mageia4arm-7d2a3797c3da434f32542b21ab3ebe9f6ee36124.tar.gz mageia4arm-7d2a3797c3da434f32542b21ab3ebe9f6ee36124.tar.bz2 mageia4arm-7d2a3797c3da434f32542b21ab3ebe9f6ee36124.tar.xz mageia4arm-7d2a3797c3da434f32542b21ab3ebe9f6ee36124.zip |
sync4
-rw-r--r--[-rwxr-xr-x] | create_arm_img_urpmi.sh | 0 | ||||
-rwxr-xr-x | platforms/bananaPro/specialFunctions.sh~ (renamed from platforms/bananaPro/specialFunctions.sh) | 0 | ||||
-rwxr-xr-x | platforms/rpi1/specialFunctions.sh~ (renamed from platforms/rpi1/specialFunctions.sh) | 0 | ||||
-rwxr-xr-x | platforms/rpi2/specialFunctions.sh~ (renamed from platforms/rpi2/specialFunctions.sh) | 0 | ||||
-rwxr-xr-x | platforms/rpi3+/specialFunctions.sh~ (renamed from platforms/rpi3+/specialFunctions.sh) | 0 | ||||
-rwxr-xr-x | platforms/rpi3/specialFunctions.sh~ (renamed from platforms/rpi3/specialFunctions.sh) | 0 | ||||
-rwxr-xr-x | platforms/xu4/specialFunctions.sh~ (renamed from platforms/xu4/specialFunctions.sh) | 14 | ||||
-rwxr-xr-x | tools/resize_root.sh~ (renamed from tools/resize_root.sh) | 0 |
8 files changed, 14 insertions, 0 deletions
diff --git a/create_arm_img_urpmi.sh b/create_arm_img_urpmi.sh index 0bd7cc3..0bd7cc3 100755..100644 --- a/create_arm_img_urpmi.sh +++ b/create_arm_img_urpmi.sh diff --git a/platforms/bananaPro/specialFunctions.sh b/platforms/bananaPro/specialFunctions.sh~ index dfa67c9..dfa67c9 100755 --- a/platforms/bananaPro/specialFunctions.sh +++ b/platforms/bananaPro/specialFunctions.sh~ diff --git a/platforms/rpi1/specialFunctions.sh b/platforms/rpi1/specialFunctions.sh~ index 71d75b0..71d75b0 100755 --- a/platforms/rpi1/specialFunctions.sh +++ b/platforms/rpi1/specialFunctions.sh~ diff --git a/platforms/rpi2/specialFunctions.sh b/platforms/rpi2/specialFunctions.sh~ index 97e25d4..97e25d4 100755 --- a/platforms/rpi2/specialFunctions.sh +++ b/platforms/rpi2/specialFunctions.sh~ diff --git a/platforms/rpi3+/specialFunctions.sh b/platforms/rpi3+/specialFunctions.sh~ index 34805d5..34805d5 100755 --- a/platforms/rpi3+/specialFunctions.sh +++ b/platforms/rpi3+/specialFunctions.sh~ diff --git a/platforms/rpi3/specialFunctions.sh b/platforms/rpi3/specialFunctions.sh~ index 97e25d4..97e25d4 100755 --- a/platforms/rpi3/specialFunctions.sh +++ b/platforms/rpi3/specialFunctions.sh~ diff --git a/platforms/xu4/specialFunctions.sh b/platforms/xu4/specialFunctions.sh~ index 953be47..6b205bf 100755 --- a/platforms/xu4/specialFunctions.sh +++ b/platforms/xu4/specialFunctions.sh~ @@ -63,11 +63,19 @@ function bunrningBootloader() function copyingCustomSystem() { +<<<<<<< HEAD # ODROID_BOOT="${BUILD_PATH}/mnt/odroid_boot" # if ! [ -d "${ODROID_BOOT}" ]; then # rm -rf "${ODROID_BOOT}" # mkdir -p "${ODROID_BOOT}" # fi +======= + ODROID_BOOT="${BUILD_PATH}/mnt/odroid_boot" + if ! [ -d "${ODROID_BOOT}" ]; then + rm -rf "${ODROID_BOOT}" + mkdir -p "${ODROID_BOOT}" + fi +>>>>>>> d7c2376925bec483811b4bdada1c415b5a333b91 case ${TARGET_VERSION} in "xu4") info "copying u-boot for ${TARGET} ${TARGET_VERSION}" @@ -78,9 +86,15 @@ function copyingCustomSystem() info "Copying extlinux.conf on ${ODROID_BOOT}" cp --preserve=mode -R "${BUILD_PATH}/boot/extlinux" "${ODROID_BOOT}/" +<<<<<<< HEAD # info "copying Mageia image to root partition" # /bin/rsync -rlptogDH --exclude "${ODROID_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/" # /bin/rsync -rlptogDH "${ODROID_BOOT}/" "${BOOT}/" +======= + info "copying Mageia image to root partition" + /bin/rsync -rlptogDH --exclude "${ODROID_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/" + /bin/rsync -rlptogDH "${ODROID_BOOT}/" "${BOOT}/" +>>>>>>> d7c2376925bec483811b4bdada1c415b5a333b91 return 0 } diff --git a/tools/resize_root.sh b/tools/resize_root.sh~ index 99aee12..99aee12 100755 --- a/tools/resize_root.sh +++ b/tools/resize_root.sh~ |