From 4c5e0034313e9383c3768305d99f851530fca220 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 24 Jun 2013 09:36:23 +0200 Subject: 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. --- recipes/images/trdx-extra.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'recipes/images/trdx-extra.inc') 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 += " \ -- cgit v1.2.3