Update docs for product.img
Make it clear that the contents of product.img and updates.img comes from the install root, not from the build host's filesystem.
This commit is contained in:
parent
08af60e2dc
commit
6acf489ffd
@ -2,12 +2,15 @@ Product and Updates Images
|
|||||||
==========================
|
==========================
|
||||||
|
|
||||||
Lorax now supports creation of product.img and updates.img as part of the build
|
Lorax now supports creation of product.img and updates.img as part of the build
|
||||||
process. This is implemented using the installimg command which will take the
|
process. This is implemented using the installimg template command which will
|
||||||
contents of a directory and create a compressed archive from it. The x86, ppc,
|
take the contents of a directory and create a compressed archive from it. The
|
||||||
ppc64le and aarch64 templates all look for /usr/share/lorax/product/ and
|
directory must be created by one of the packages installed by
|
||||||
/usr/share/lorax/updates/ directories while creating the final install tree. If
|
runtime-install.tmpl or by passing ``--installpkgs <pkgname>`` to lorax at
|
||||||
there are files in those directories lorax will create images/product.img
|
runtime. The x86, ppc, ppc64le and aarch64 templates all look for
|
||||||
and/or images/updates.img
|
/usr/share/lorax/product/ and /usr/share/lorax/updates/ directories in the
|
||||||
|
install chroot while creating the final install tree. If there are files in
|
||||||
|
those directories lorax will create images/product.img and/or
|
||||||
|
images/updates.img
|
||||||
|
|
||||||
These archives are just like an anaconda updates image -- their contents are
|
These archives are just like an anaconda updates image -- their contents are
|
||||||
copied over the top of the filesystem at boot time so that you can drop in
|
copied over the top of the filesystem at boot time so that you can drop in
|
||||||
|
Loading…
Reference in New Issue
Block a user