ddf0c5b7c7
- toplevel README received some long-needed refactoring + lowlevel detail moved, well, to lowlevel READMEs - reflected more thoroughly that m-p is not about distros anymore - dropped features.in/00example/README.en: it's already out-of-date a bit, and there's no perceived need in thorough English docs so far - wiki article got split into parts and somewhat rewritten, links updated - mv doc/{CodingStyle,style.txt}
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
требуется
|
||
~~~~~~~~~
|
||
- ALT Linux 6.0 или выше (возможна адаптация "вниз")
|
||
- установленный mkimage (свежий, как и hasher)
|
||
- пользователь с правом запуска hasher
|
||
|
||
полезно
|
||
~~~~~~~
|
||
- смонтированный tmpfs на несколько гигабайт
|
||
+ например, в /tmp или /home/USER/hasher
|
||
+ каталог из prefix в /etc/hasher-priv/system
|
||
- установленный git-core
|
||
- настроенный ~/.gitconfig
|
||
|
||
команды
|
||
~~~~~~~
|
||
- от имени root:
|
||
# apt-get install hasher git-core
|
||
# hasher-useradd USER
|
||
|
||
- от имени пользователя (после повторного входа):
|
||
$ git config --global user.email "my@email"
|
||
$ git config --global user.name "My Name"
|
||
|
||
- тестовая сборка (см. тж. lib/distro.mk, doc/variables.txt):
|
||
$ make distro/icewm.iso
|
||
|
||
ссылки
|
||
~~~~~~
|
||
- http://www.altlinux.org/tmpfs
|
||
- http://www.altlinux.org/hasher
|
||
- http://www.altlinux.org/mkimage
|
||
- http://www.altlinux.org/Mkimage/Profiles/m-p
|