From e3c8bc85034d49a93f4fd7d1512032b996afb1e2 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Feb 24 2020 22:46:28 +0000 Subject: don't rereadpt it doesn't work on all distros --- diff --git a/02-install-rootfs.sh b/02-install-rootfs.sh index 911bee7..7355f89 100755 --- a/02-install-rootfs.sh +++ b/02-install-rootfs.sh @@ -53,7 +53,7 @@ then infecho "Mounting SD Card rootfs..." partprobe -s $PP_SD_DEVICE - blockdev --rereadpt $PP_SD_DEVICE + # blockdev --rereadpt $PP_SD_DEVICE sleep 1 # Sometimes it lags. mount $PP_PARTB rootfs