summaryrefslogtreecommitdiff
path: root/alt-rootfs-installer/README
blob: 75a0879d1f2ad9ec565f4fc5f04c6e2a8b11ce7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.