ALT Linux Distributions development
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: Distributions development <devel-distro@lists.altlinux.org>
Subject: Re: [devel-distro] Проблемы совместимости профилей после обновления mkimage
Date: Wed, 7 Dec 2011 22:07:34 +0200
Message-ID: <20111207200734.GH22665@osdn.org.ua> (raw)
In-Reply-To: <4EDF3DA4.9090208@diyaorg.dp.ua>

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

On Wed, Dec 07, 2011 at 12:19:16PM +0200, Roman Savochenko wrote:
> По этому поводу на FAQ нашёл патч и исправил свой профиль,

Дай-ка ссылку: профиль ты не совсем исправил по той причине,
что MKI_PACK_RESULTS не равнозначен MKI_OUTNAME, а включает его
(см. /usr/share/doc/mkimage-0.*/README.ru).  Достаточно было
глянуть в images.mk.in из mkimage-profiles-desktop::master :)

Возьми приложенный патчик.

> однако на этом проблемы не закончились и следующей стала ошибка
> с сообщением об отсутствии файла ISO-образа, т.е образ перестал
> помещаться туда куда нужно или не создаётся вообще, что скорее
> всего ибо найти его не получилось.

(дублирую) Создаётся с дефолтным именем outname в каталоге,
заданном профилем (например, ~/out/kdesktop/).

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: images.mk.in.diff --]
[-- Type: text/plain, Size: 578 bytes --]

diff --git a/images.mk.in b/images.mk.in
index 6c21160..d5feb5c 100644
--- a/images.mk.in
+++ b/images.mk.in
@@ -17,14 +17,14 @@ endef
 
 $(IMAGES):
 	@echo '--- Building $@'
-	$(call set,MKI_PACK_RESULTS,$@,$(AUTOCFG))
+	$(call set,OUTNAME,$@,$(AUTOCFG))
 	$(image_build)
 	tests/check-iso-size @OUTDIR@/$@
 	$(image_out)
 	$(call done,$@)
 
 $(FLASHIMAGES):
-	$(call set,MKI_PACK_RESULTS,$@,$(AUTOCFG))
+	$(call set,OUTNAME,$@,$(AUTOCFG))
 	$(call set,GLOBAL_BOOT_TYPE,syslinux,$(AUTOCFG))
 	#(call set,GLOBAL_PROPAGATOR_MAR_MODULES,./modules-usb,$(AUTOCFG))
 	$(image_build)

  parent reply	other threads:[~2011-12-07 20:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07 10:19 Roman Savochenko
2011-12-07 10:47 ` Alexey Gladkov
2011-12-07 10:59   ` Roman Savochenko
2011-12-07 11:37     ` Alexey Gladkov
2011-12-07 11:56       ` Dmitry V. Levin
2011-12-07 12:14         ` Alexey Gladkov
2011-12-07 12:37           ` Michael Shigorin
2011-12-07 12:56             ` Sergey V Turchin
2011-12-07 11:53     ` Michael Shigorin
2011-12-07 12:04       ` Roman Savochenko
2011-12-07 12:52         ` Michael Shigorin
2011-12-07 14:11           ` Roman Savochenko
2011-12-07 16:48             ` Michael Shigorin
2011-12-07 20:07 ` Michael Shigorin [this message]
2011-12-07 21:20   ` Roman Savochenko

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=20111207200734.GH22665@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=devel-distro@lists.altlinux.org \
    --cc=shigorin@gmail.com \
    /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 Distributions development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/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 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \
		devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com
	public-inbox-index devel-distro

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


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