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

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

This script will automate the process of preparing a 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: alt-rootfs-installer <options>

	--rootfs=ROOTFS	- archiv rootfs file name
	--media=DEVICE	- media device file (/dev/[sdX|mmcblkX])
	--target=TARGET	- target board
	--supported	- List of supported hardware
	--version	- Display version and exit
	-y		- Assumes yes, will not wait for confirmation

Example: alt-rootfs-installer --rootfs=regular-lxqt-20190213-aarch64.tar.xz --target=rpi3 --media=/dev/mmcblk0

Update U-Boot for another Target
Update to a new u-boot from a local host install.

Example: alt-rootfs-installer --target=orangepi_prime --media=/dev/mmcblk0
