View | Details | Raw Unified | Return to bug 46724
Collapse All | Expand All

(-)a/QUICKSTART (-1 / +12 lines)
Lines 20-29 http://en.altlinux.org/Hasher; large tmpfs helps a lot). Link Here
20
----
20
----
21
# apt-get install mkimage mkimage-preinstall hasher git-core
21
# apt-get install mkimage mkimage-preinstall hasher git-core
22
# hasher-useradd USER
22
# hasher-useradd USER
23
# echo "allowed_mountpoints=/proc" >> /etc/hasher-priv/system
24
# systemctl start hasher-privd
23
----
25
----
24
26
25
от имени указанного пользователя (после повторного входа)::
27
от имени указанного пользователя (после повторного входа)::
26
----
28
----
29
$ su USER
27
$ git config --global user.email "my@email"
30
$ git config --global user.email "my@email"
28
$ git config --global user.name "My Name"
31
$ git config --global user.name "My Name"
29
$ mkdir -p ~/out ~/tmp
32
$ mkdir -p ~/out ~/tmp
Lines 44-49 $ make help Link Here
44
$ make ARCH=i586 APTCONF=~/apt/apt.conf.i586 REPORT=1 ve/generic.tar
47
$ make ARCH=i586 APTCONF=~/apt/apt.conf.i586 REPORT=1 ve/generic.tar
45
---
48
---
46
49
50
документация
51
~~~~~~~~~~~~
52
от имени root::
53
# apt-get install asciidoc asciidoc-a2x
54
55
от имени указанного пользователя
56
$ make docs
57
Открыть в браузере ./doc/mkimage-profiles.chunked/index.html
58
47
ссылки
59
ссылки
48
~~~~~~
60
~~~~~~
49
- http://www.altlinux.org/tmpfs
61
- http://www.altlinux.org/tmpfs
50
- 

Return to bug 46724