summaryrefslogtreecommitdiff
path: root/recipes-core/fs-init
AgeCommit message (Collapse)Author
2015-10-28fs-init: start resizefs.service in multi-user.targetMax Krummenacher
Non graphical images will never execute graphical.target services.
2015-10-28fs-init.bb: follow e2fsprogs package splitMax Krummenacher
With fido e2fsprogs did split out the package e2fsprogs-resize2fs. RRECOMMEND it so that it gets picked up during rootfs creation.
2015-05-12licenses: fix license string to known values or formatMax Krummenacher
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2014-11-13apalis/colibri_t30: fix resizefsMarcel Ziswiler
2014-04-01resizefs.sh: add iMX6 specificsMax Krummenacher
2013-10-07resizefs.sh: start from current fs size, not from a constMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2013-06-26fs-init: add recipe to extend rootfs partition on eMMCMax Krummenacher
- 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.