You need to sign in or sign up before continuing.
QUICKSTART 1.22 KB
Newer Older
1 2
English quickstart: make syslinux.iso (after setting up
http://en.altlinux.org/Hasher; large tmpfs helps a lot).
Michael Shigorin's avatar
Michael Shigorin committed
3

4 5 6 7 8 9 10 11 12
требуется
~~~~~~~~~
- ALT Linux 6.0 или выше (возможна адаптация "вниз")
- установленный mkimage (свежий, как и hasher)
- пользователь с правом запуска hasher

полезно
~~~~~~~
- смонтированный tmpfs на несколько гигабайт
13 14
  * например, в /tmp или /home/USER/hasher
  * каталог из prefix в /etc/hasher-priv/system
15 16 17 18 19
- установленный git-core
- настроенный ~/.gitconfig

команды
~~~~~~~
20 21
от имени root::
----
22
# apt-get install mkimage hasher git-core
23
# hasher-useradd USER
24
----
25

26 27
от имени указанного пользователя (после повторного входа)::
----
28 29
$ git config --global user.email "my@email"
$ git config --global user.name "My Name"
Michael Shigorin's avatar
Michael Shigorin committed
30
$ mkdir ~/out
31
----
32

33 34
тестовая сборка (см. тж. lib/distro.mk, doc/params.txt)::
----
35
$ make syslinux.iso
36
----
37 38 39 40 41 42

ссылки
~~~~~~
- http://www.altlinux.org/tmpfs
- http://www.altlinux.org/hasher
- http://www.altlinux.org/mkimage
43
- http://www.altlinux.org/m-p