Skip to content
Snippets Groups Projects
Commit c82e6c29 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

allscenarios-image-base-tests: Clarify ext4 rootfs type comment


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 1e87b242
No related branches found
No related tags found
No related merge requests found
...@@ -13,5 +13,6 @@ IMAGE_INSTALL_append = "\ ...@@ -13,5 +13,6 @@ IMAGE_INSTALL_append = "\
# This adds ptest packages to the image # This adds ptest packages to the image
EXTRA_IMAGE_FEATURES_append = " ptest-pkgs" EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"
# For testing purposes we want the ability to have a writable filesystem # For testing purposes, we want to have an extra ext4 format for the root
# filesystem.
IMAGE_FSTYPES_append = " ext4" IMAGE_FSTYPES_append = " ext4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment