Fără Descriere

Jakub Jirutka 80dbf15c66 Readme: Add requirements 7 ani în urmă
.editorconfig d94c39e30e Prepare project 7 ani în urmă
LICENSE d94c39e30e Prepare project 7 ani în urmă
Makefile d94c39e30e Prepare project 7 ani în urmă
README.adoc 80dbf15c66 Readme: Add requirements 7 ani în urmă
alpine-make-rootfs badc3165cd Add support for reading script from STDIN 7 ani în urmă

README.adoc

= Make Alpine Linux RootFS
:script-name: alpine-make-rootfs
:script-sha1: N/A
:gh-name: jirutka/{script-name}
:version: 0.0.0

ifdef::env-github[]
image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]
endif::env-github[]

TODO


== Requirements

* Linux system
* http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html[POSIX-sh] compatible shell (e.g. Busybox ash, dash, ZSH, bash, …)
* common userland with `chroot`, `getopt`, `grep`, `sed`, `sha256sum`, `wget` (e.g. from Busybox, GNU coreutils, …)
* `tar` (full-blown)


== Usage

Read documentation in link:{script-name}[{script-name}].
See link:.travis.yml[.travis.yml] for Travis example.

You can copy link:{script-name}[{script-name}] into your repository or download it on demand, e.g.:

[source, sh, subs="+attributes"]
wget https://raw.githubusercontent.com/{gh-name}/v{version}/{script-name} \
&& echo '{script-sha1} {script-name}' | sha1sum -c \
|| exit 1


== License

This project is licensed under http://opensource.org/licenses/MIT/[MIT License].
For the full text of the license, see the link:LICENSE[LICENSE] file.