ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vladimir Karpinsky <vkarpinsky@mail.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] mkimage: установка с нуля
Date: Mon, 16 Jan 2012 19:29:15 +0400
Message-ID: <4F14424B.8020306@mail.ru> (raw)
In-Reply-To: <4F048E32.9080908@mail.ru>

Здравствуйте!

При установке накосячил с разбивкой диска, поэтому решил переставиться пока 
тестовый период. В результате прошёл путь с начала до конца.

Итак, имеем свежеустановленную почти минимальную систему KDesktop6-64, 
обновлённую до текущего p6.

Читаем http://www.altlinux.org/Mkimage/Profiles/m-p, оттуда есть ссылка на 
QUICKSTART: 
http://git.altlinux.org/people/mike/packages/?p=mkimage-profiles.git;a=blob;f=QUICKSTART;hb=HEAD.

root$ apt-get install rpm-build hasher git-core mkimage

Убрать nodev из опций монтирования /home и выполнить:

root$ mount -o remount,dev /home
root$ hasher-useradd USER

Далее от пользователя:

USER$ git config --global user.email "my@email"
USER$ git config --global user.name "My Name"
USER$ mkdir ~/out
USER$ mkdir -p ~/apt
USER$ cd ~/apt
USER$ cat > apt.conf-p6-x86_64 << EOF
Dir::Etc::main "/dev/null";
Dir::Etc::parts "/var/empty";
Dir::Etc::SourceParts "/var/empty";
Dir::Etc::sourcelist "$HOME/apt/sources.list-p6-x86_64";
EOF
USER$ cd ~/
USER$ mkdir -p ~/hasher
USER$ wget 
http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/branch/files/SRPMS/installer-distro-altlinux-generic-6.0-alt1.src.rpm

Проверить наличие ~/tmp, если нет, то создать. В отсутствие ~/tmp следующая 
команда зацикливается на "не могу создать /home/USER/tmp"

USER$ mkdir ~/tmp
USER$ hsh -v ~/hasher installer-distro-altlinux-generic-6.0-alt1.src.rpm
USER$ wget 
http://ftp.altlinux.org/pub/distributions/ALTLinux/p6/branch/files/SRPMS/installer-feature-vm-altlinux-generic-0.1-alt1.src.rpm
USER$ hsh -v ~/hasher installer-feature-vm-altlinux-generic-0.1-alt1.src.rpm
USER$ git clone 
git://git.altlinux.org/people/mike/packages/mkimage-profiles.git
USER$ cd ~/mkimage-profiles/

Дальше пользуемся, например:

USER$ make APTCONF=$HOME/apt/apt.conf-p6-x86_64 icewm.iso

Имеем счастье:

USER$ tail mkimage-profiles/build/build.log
  90.39% done, estimate finish Mon Jan 16 14:51:10 2012
  95.41% done, estimate finish Mon Jan 16 14:51:10 2012
Total translation table size: 2048
Total rockridge attributes bytes: 44341
Total directory bytes: 83968
Path table size(bytes): 114
Max brk space used 65000
99578 extents written (194 MB)
** image: /home/builder/out/icewm-20120116-x86_64.iso
26:24.64 18%CPU 737024k

USER$ ls -lh ~/out/
итого 199160
-rw-r--r-- 1 USER USER 195M Янв 16 18:51 icewm-20120116-x86_64.iso
lrwxrwxrwx 1 USER USER   25 Янв 16 18:51 icewm.iso -> icewm-20120116-x86_64.iso
lrwxrwxrwx 1 USER USER    9 Янв 16 18:51 mkimage-profiles.iso -> icewm.iso


Огромное спасибо Михаилу Шигорину, проведшему меня за ручку по этому пути!

-- 
	С уважением,
		Владимир.


  parent reply	other threads:[~2012-01-16 15:29 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-04 17:36 [Comm] mkimage Vladimir Karpinsky
2012-01-04 20:36 ` [Comm] mkimage (not installed) Michael Shigorin
2012-01-04 20:56   ` Vladimir Karpinsky
2012-01-04 21:10     ` Michael Shigorin
2012-01-05  5:42       ` Vladimir Karpinsky
2012-01-05  8:10         ` Michael Shigorin
2012-01-05 20:09           ` Денис Смирнов
2012-01-06  6:03             ` Vladimir Karpinsky
2012-01-06 18:46               ` Michael Shigorin
2012-01-06  6:39           ` Vladimir Karpinsky
2012-01-06 18:49             ` Michael Shigorin
2012-01-06 19:41               ` Vladimir Karpinsky
2012-01-06 21:19                 ` Michael Shigorin
2012-01-07  7:53                   ` Vladimir Karpinsky
2012-01-07 10:44                     ` Michael Shigorin
2012-01-07 10:46                       ` Michael Shigorin
2012-01-07 14:08                       ` Vladimir Karpinsky
2012-01-07 16:56                         ` Michael Shigorin
2012-01-07 15:24                       ` Vladimir Karpinsky
2012-01-07 16:55                         ` Michael Shigorin
2012-01-07 17:56                           ` Vladimir Karpinsky
2012-01-07 20:36                             ` Michael Shigorin
2012-01-08  6:10                               ` Vladimir Karpinsky
2012-01-08 11:15                                 ` Michael Shigorin
2012-01-09 10:06                                   ` Vladimir Karpinsky
2012-01-09 11:07                                     ` Michael Shigorin
2012-01-09 18:28                                       ` Vladimir Karpinsky
2012-01-10  8:59                                         ` Michael Shigorin
2012-01-10 10:47                                           ` Vladimir Karpinsky
2012-01-10 14:44                                             ` Michael Shigorin
2012-01-12  7:36                                           ` Michael Shigorin
2012-01-07  7:54                   ` Vladimir Karpinsky
2012-01-07 11:26                     ` Michael Shigorin
2012-01-07  7:55                   ` Vladimir Karpinsky
2012-01-16 15:29 ` Vladimir Karpinsky [this message]
2012-02-17 15:43   ` [Comm] mkimage: установка с нуля Vladimir Karpinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F14424B.8020306@mail.ru \
    --to=vkarpinsky@mail.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git