mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
debug exit
This commit is contained in:
@@ -710,6 +710,8 @@ if [ "$1" = "setup" ]; then
|
|||||||
echo "# skipping: Bootable"
|
echo "# skipping: Bootable"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
exit 1
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
# COPY SYSTEM
|
# COPY SYSTEM
|
||||||
|
|
||||||
@@ -723,9 +725,11 @@ if [ "$1" = "setup" ]; then
|
|||||||
fi
|
fi
|
||||||
mkdir -p /mnt/disk_boot 2>/dev/null
|
mkdir -p /mnt/disk_boot 2>/dev/null
|
||||||
mount /dev/${setupDevicePartitionBase}1 /mnt/disk_boot
|
mount /dev/${setupDevicePartitionBase}1 /mnt/disk_boot
|
||||||
rsync -avh --delete ${bootPath} /mnt/disk_boot/
|
echo "# .. copy boot"
|
||||||
|
rsync -avh --delete --info=progress2 ${bootPath} /mnt/disk_boot/
|
||||||
|
|
||||||
# copy the system drive
|
# copy the system drive
|
||||||
|
echo "# .. copy system"
|
||||||
mkdir -p /mnt/disk_system 2>/dev/null
|
mkdir -p /mnt/disk_system 2>/dev/null
|
||||||
mount /dev/${setupDevicePartitionBase}2 /mnt/disk_system
|
mount /dev/${setupDevicePartitionBase}2 /mnt/disk_system
|
||||||
rsync -axHAX --delete --info=progress2\
|
rsync -axHAX --delete --info=progress2\
|
||||||
|
Reference in New Issue
Block a user