From 1a2259910dbcf129339e72e23aec638e2109d93b Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 13 Nov 2014 07:43:38 +0100 Subject: apalis/colibri_t30: fix resizefs --- recipes-core/fs-init/files/resizefs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') diff --git a/recipes-core/fs-init/files/resizefs.sh b/recipes-core/fs-init/files/resizefs.sh index 4f38d0b..8f066d1 100755 --- a/recipes-core/fs-init/files/resizefs.sh +++ b/recipes-core/fs-init/files/resizefs.sh @@ -4,7 +4,7 @@ # or set in an autostart file from a postinstall script DISK="mmcblk0" -PART="mmcblk0p1" +PART="mmcblk0p2" logger "resizing $PART to fill its full partition size" # get the disk total size -- cgit v1.2.3