Tools for writing rootfs archive
=================================

alt-rootfs-installer
-------------------

This script will automate the process of preparing an ALT Linux
rootfs archive for use with various hardware targets.

 - Write the selected archive rootfs to media (optional)
 - customize media with platform specific U-Boot file(s)
 - Update U-Boot for another Target

To add additional support, create a code snippet file
(bash script) in the "boards.d" subdirectory with the commands
needed to write U-Boot for the target board.

Usage: examine `alt-rootfs-installer --help` to get more information.


LUKS
----

The installer can create an encrypted root partition on the device. In
batch mode it's ready to receive the password after it has sent exactly
the line:

a-r-i: state: LUKS: enter password

See examples/luks_batch_mode/
