ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] mkimage профиль для ALT Ark Server 5.0
@ 2009-10-29 15:21 Вячеслав
  2009-10-30  9:41 ` Anton Farygin
  0 siblings, 1 reply; 5+ messages in thread
From: Вячеслав @ 2009-10-29 15:21 UTC (permalink / raw)
  To: community

Приветствую.
Откуда можно скачать профиль, по которому сделан Server 5.0 Ковчег?
Или уже используется другая технология изготовления iso?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mkimage профиль для ALT Ark Server 5.0
  2009-10-29 15:21 [Comm] mkimage профиль для ALT Ark Server 5.0 Вячеслав
@ 2009-10-30  9:41 ` Anton Farygin
  2009-10-30 17:28   ` Андрей Черепанов
  0 siblings, 1 reply; 5+ messages in thread
From: Anton Farygin @ 2009-10-30  9:41 UTC (permalink / raw)
  To: community

29.10.2009 18:21, Вячеслав пишет:
> Приветствую.
> Откуда можно скачать профиль, по которому сделан Server 5.0 Ковчег?
> Или уже используется другая технология изготовления iso?

в git'е ищите mkimage-profile-desktop.

У boyarsh.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mkimage профиль для ALT Ark Server 5.0
  2009-10-30  9:41 ` Anton Farygin
@ 2009-10-30 17:28   ` Андрей Черепанов
  2009-10-31 17:55     ` Денис Смирнов
  0 siblings, 1 reply; 5+ messages in thread
From: Андрей Черепанов @ 2009-10-30 17:28 UTC (permalink / raw)
  To: ALT Linux Community general discussions

30 октября 2009 Anton Farygin написал:
> 29.10.2009 18:21, Вячеслав пишет:
> > Приветствую.
> > Откуда можно скачать профиль, по которому сделан Server 5.0 Ковчег?
> > Или уже используется другая технология изготовления iso?
> 
> в git'е ищите mkimage-profile-desktop.
> 
> У boyarsh.
Вообще-то все iso выпуска делались из моего mkimage-profile-desktop (лежит в 
git) командой:

#!/bin/bash

cd ~/git/mkimage-profiles-desktop || exit 1

unset archs
./make-distro office-server --with-kernel=ovz-smp --with-squashfs-version=3 --
with-docs=office-server --with-outdir=/space/office/cas/iso/
./make-distro school-server --with-kernel=ovz-smp --with-squashfs-version=3 --
with-docs=school-server --with-outdir=/space/office/cas/iso/

./make-distro gnome-desktop --with-image=gnome.dvd --with-
outdir=/space/office/cas/iso/ --with-docs=desktop

# School
export archs=i586
./make-distro master --with-outdir=/space/office/cas/iso/ --with-docs=school-
master
./make-distro junior --with-outdir=/space/office/cas/iso/ --with-docs=school-
junior
./make-distro school-lite --with-outdir=/space/office/cas/iso/ --with-
docs=school-lite

----------------------
Для сборки нужны файлы ~/Sisyphus-i586.conf и ~/Sisyphus-x86_64.conf типа
Dir::Etc::SourceList /home/cas/apt.list;

А уж в источниках указывайте репозитории.

-- 
Андрей Черепанов
ALT Linux
cas@altlinux.ru

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mkimage профиль для ALT Ark Server 5.0
  2009-10-30 17:28   ` Андрей Черепанов
@ 2009-10-31 17:55     ` Денис Смирнов
  2009-11-02 10:22       ` Андрей Черепанов
  0 siblings, 1 reply; 5+ messages in thread
From: Денис Смирнов @ 2009-10-31 17:55 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

On Fri, Oct 30, 2009 at 08:28:26PM +0300, Андрей Черепанов wrote:

АЧ> Вообще-то все iso выпуска делались из моего mkimage-profile-desktop (лежит в 
АЧ> git) командой:

Может раз так, поставишь тэг?

-- 
С уважением, Денис

http://freesource.info
----------------------------------------------------------------------------

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mkimage профиль для ALT Ark Server 5.0
  2009-10-31 17:55     ` Денис Смирнов
@ 2009-11-02 10:22       ` Андрей Черепанов
  0 siblings, 0 replies; 5+ messages in thread
From: Андрей Черепанов @ 2009-11-02 10:22 UTC (permalink / raw)
  To: ALT Linux Community general discussions

31 октября 2009 Денис Смирнов написал:
> On Fri, Oct 30, 2009 at 08:28:26PM +0300, Андрей Черепанов wrote:
> 
> АЧ> Вообще-то все iso выпуска делались из моего mkimage-profile-desktop
>  (лежит в АЧ> git) командой:
> 
> Может раз так, поставишь тэг?
P5-release

http://git.altlinux.org/people/cas/packages/?p=mkimage-profiles-
desktop.git;a=tag;h=6a5706d58c5eaf2008a3d5d066b1a4ae1424ba09


-- 
Андрей Черепанов
ALT Linux
cas@altlinux.ru

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-02 10:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-29 15:21 [Comm] mkimage профиль для ALT Ark Server 5.0 Вячеслав
2009-10-30  9:41 ` Anton Farygin
2009-10-30 17:28   ` Андрей Черепанов
2009-10-31 17:55     ` Денис Смирнов
2009-11-02 10:22       ` Андрей Черепанов

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