diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-06-24 09:36:23 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-06-26 14:05:14 +0200 |
commit | 4c5e0034313e9383c3768305d99f851530fca220 (patch) | |
tree | 7dd8c6833e4833df1bfa5e79e200d130f6e75405 | |
parent | 16cc23f551c0e1bb189671a3c22f16e7e9e68d0f (diff) |
fs-init: add recipe to extend rootfs partition on eMMC
- on Colbri/Apalis T30 the rootfs is downloaded in a minimum size.
On first boot this filesystem is resized to fill its full partion.
This slows down IO responsivness during the first 5 minutes.
-rw-r--r-- | recipes/images/trdx-extra.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index d797615..20196af 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -12,14 +12,20 @@ IMAGE_INSTALL_T20_T30 = " \ " IMAGE_INSTALL_MACHINE_colibri-t20 = "${IMAGE_INSTALL_T20_T30}" -IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30}" + +IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30} \ + fs-init \ +" + IMAGE_INSTALL_MACHINE_apalis-t30 = "${IMAGE_INSTALL_T20_T30} \ pciutils \ iproute2 \ canutils \ lvds-ctrl \ + fs-init \ " + IMAGE_INSTALL_MACHINE = "" IMAGE_INSTALL += " \ |