summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility with kirkstone branchHEADmasterkirkstonehonisterAlexandru Avadanii2022-08-042-1/+7
| | | | | | | | | | | | - add 'kirkstone' to LAYERSERIES_COMPAT; - adjust the expectations of the new 'empty-dirs' QA check added in [1], since we explictly populate '/media' (note that this change seems to have been backported to the honister branch too, so it's not specific to kirkstone); [1] https://github.com/openembedded/openembedded-core/commit/a454fda9c3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* init-readonly-rootfs-overlay-boot: wait for device to show upMarcus Folkesson2022-05-271-0/+14
| | | | | | | Some devices such as external MMCs could be probed after the init process has started. Wait at most 5s for root and roroot to be available. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
* Adapt to HonisterMarcus Folkesson2022-05-277-12/+12
| | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
* Specify LAYERSERIES_COMPATReto Schneider2019-02-141-0/+2
|
* README: Examples in the README.md are not completeClaudius Heine2017-09-281-0/+4
| | | | Signed-off-by: Claudius Heine <ch@denx.de>
* Implemented 'rootoptions' and 'rootrwoptions' kernel parametersClaudius Heine2017-09-282-16/+45
| | | | | | | These parameters allow to change the mount options of the read-only and read-write filesystems via the kernel commandline. Signed-off-by: Claudius Heine <ch@denx.de>
* Corrected Readme.md to use OpenEmbedded instead of Yocto.Claudius Heine2017-03-221-7/+7
|
* added logging and fixed read-only remount to initscriptmortykrogothClaudius Heine2016-11-241-11/+29
|
* added poky-tiny supportClaudius Heine2016-11-241-0/+1
|
* fixed spelling in comments and identationClaudius Heine2016-11-241-110/+115
|
* fixed README.mdClaudius Heine2016-11-231-18/+30
|
* Expanded README.mdClaudius Heine2016-11-221-3/+32
|
* fixed some issues with shell strict mode and systems without initrdClaudius Heine2016-11-221-7/+11
|
* removed unnecessary command line parametersClaudius Heine2016-11-221-10/+0
|
* added support for running this initscript directly in the imageClaudius Heine2016-10-215-57/+67
| | | | removed udev
* added more important featuresClaudius Heine2016-10-202-37/+65
| | | | | | | added ability to use current rootfs as read-only rootfs added ability to delete the read-write filesystem prior to overlay fs creation use init script in strict shell mode moved root mounts to /media/rfs and use /mnt as new rootfs mount, where the overlay is created
* reworked table of contentsClaudius Heine2016-10-201-6/+6
|
* fixing some wrong rendering of the README.mdClaudius Heine2016-10-191-8/+12
|
* initial commit of the meta-readonly-rootfs-overlay layerClaudius Heine2016-10-197-0/+300