eb3df648a2
A few more items were asking for some attention. In particular, build examples should start with the most basic, error-proof and quick targets.
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
English quickstart: make syslinux.iso (after setting up
|
||
http://en.altlinux.org/Hasher; large tmpfs helps a lot).
|
||
|
||
требуется
|
||
~~~~~~~~~
|
||
- ALT Linux 6.0 или выше (возможна адаптация "вниз")
|
||
- установленный mkimage (свежий, как и hasher)
|
||
- пользователь с правом запуска hasher
|
||
|
||
полезно
|
||
~~~~~~~
|
||
- смонтированный tmpfs на несколько гигабайт
|
||
+ например, в /tmp или /home/USER/hasher
|
||
+ каталог из prefix в /etc/hasher-priv/system
|
||
- установленный git-core
|
||
- настроенный ~/.gitconfig
|
||
|
||
команды
|
||
~~~~~~~
|
||
- от имени root:
|
||
# apt-get install mkimage hasher git-core
|
||
# hasher-useradd USER
|
||
|
||
- от имени указанного пользователя (после повторного входа):
|
||
$ git config --global user.email "my@email"
|
||
$ git config --global user.name "My Name"
|
||
$ mkdir ~/out
|
||
|
||
- тестовая сборка (см. тж. lib/distro.mk, doc/params.txt):
|
||
$ make syslinux.iso
|
||
|
||
ссылки
|
||
~~~~~~
|
||
- http://www.altlinux.org/tmpfs
|
||
- http://www.altlinux.org/hasher
|
||
- http://www.altlinux.org/mkimage
|
||
- http://www.altlinux.org/m-p
|