From d31a10fb2c6d23fb83f390e7a8bd07ee4baa0650 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Feb 18 2020 23:07:09 +0000 Subject: copy to root --- diff --git a/02-install-rootfs.sh b/02-install-rootfs.sh index 44454c4..d9bd61f 100644 --- a/02-install-rootfs.sh +++ b/02-install-rootfs.sh @@ -58,7 +58,7 @@ then mount $PP_PARTB rootfs infecho "Copying files..." - rsync -a --progress imgfs/* rootfs/* + rsync -a --progress imgfs/* rootfs/ infecho "Unmounting everything..." umount /dev/loop0p3 diff --git a/03-install-kernel.sh b/03-install-kernel.sh index a79b0d4..b21757f 100644 --- a/03-install-kernel.sh +++ b/03-install-kernel.sh @@ -57,7 +57,7 @@ then cp board.itb bootfs/ infecho "Installing kernel modules..." - rsync -a --progress modules/lib/modules/* rootfs/lib/modules/ + rsync -a --progress modules/lib/modules/* ../rootfs/lib/modules/ infecho "Unmounting SD card partitions..." umount $PP_PARTA