Commit d1aaa2d3 authored by Michael Shigorin's avatar Michael Shigorin

QUICKSTART: tweaked build example for readability

aris@ suggested that the most important variables, namely ARCH and APTCONF, be spelled out explicitly.
parent 5b77d222
...@@ -30,7 +30,7 @@ $ git config --global user.name "My Name" ...@@ -30,7 +30,7 @@ $ git config --global user.name "My Name"
$ mkdir ~/out $ mkdir ~/out
---- ----
тестовая сборка (см. тж. lib/distro.mk, doc/params.txt):: тестовая сборка::
---- ----
$ make syslinux.iso $ make syslinux.iso
---- ----
...@@ -40,6 +40,11 @@ $ make syslinux.iso ...@@ -40,6 +40,11 @@ $ make syslinux.iso
$ make help $ make help
---- ----
переменные, влияющие на результат (подробнее в doc/params.txt)::
---
$ make ARCH=i586 APTCONF=~/apt/apt.conf.i586 REPORT=1 ve/generic.tar
---
ссылки ссылки
~~~~~~ ~~~~~~
- http://www.altlinux.org/tmpfs - http://www.altlinux.org/tmpfs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment