Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/user-guide/custom-ci/custom-ci-for-rootfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add OSTree Target
Once the ostree repo carrying rootfs is pushed to the cloud, you can add a new Target referencing it.

The rootfs committed to the ostree repo is referenced by the commit hash.
To obtain, run ``find ./deploy/images/intel-corei7-64/ostree_repo -name *.commit``
To obtain, run ``cat ./deploy/images/intel-corei7-64/ostree_repo/refs/heads/<refs>``
or ``ostree --repo ./deploy/images/intel-corei7-64/ostree_repo rev-parse <machine|hardware ID>``.

Run ``fioctl targets add`` ato add the new Target referencing the given ostree-based rootfs, e.g.,
Expand Down