https://github.com/tschaefer/linux-installer-tool
:fork_and_knife: Swiss Army knife for the simple installer for Linux systems.
https://github.com/tschaefer/linux-installer-tool
Last synced: 3 months ago
JSON representation
:fork_and_knife: Swiss Army knife for the simple installer for Linux systems.
- Host: GitHub
- URL: https://github.com/tschaefer/linux-installer-tool
- Owner: tschaefer
- Created: 2020-02-06T08:58:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T13:08:54.000Z (over 5 years ago)
- Last Synced: 2025-01-17T02:13:10.943Z (4 months ago)
- Language: Perl
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
# linux-installer-tool
Swiss Army knife for the simple installer for embedded Linux systems.
## Introduction
__linux-installer-tool__
All instructions are given by configuration files. For examples see
conf/installer.json
conf/installer.login [Linux::Installer](https://github.com/tschaefer/linux-installer).
## Installation
Best way is to use the cpanm tool.
$ perl Makefile.pl
$ make dist
$ VERSION=$(perl -le 'require "./lib/Linux/Installer/Tool.pm"; print
$Linux::Installer::Tool::VERSION')
$ cpanm Linux-Installer-Tool-$VERSION.tar.gz## Usage
Following command will mount the filesystem hierachy defined in the
configuration file from the given device at the provided root path.$ linux-installer-mount \
--config-file conf/installer.json \
--log-config-file conf/installer.log.conf \
--root-path /tmp/root \
/dev/sdb### License
http://dev.perl.org/licenses/