diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-11-13 07:43:38 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-11-13 13:19:59 +0100 |
commit | 3aa3838ba56b46a53a52dc641cf2b151084cb0fc (patch) | |
tree | cdfca830c865839e83e95a8a3523f9294dd06c85 | |
parent | 1b1450bc1f067d1261d6e60727fc49d9b86034aa (diff) |
apalis/colibri_t30: fix resizefs
-rwxr-xr-x | recipes-core/fs-init/files/resizefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |