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] I: mkimage-profiles 0.5.0-alt1
Date: Thu, 1 Dec 2011 20:25:59 +0200
Message-ID: <20111201182558.GA26956@osdn.org.ua> (raw)
In-Reply-To: <20111201171634.GB22295@t60p.mithraen.ru>

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

On Thu, Dec 01, 2011 at 09:16:34PM +0400, Денис Смирнов wrote:
> Фактически это кастрированный твой live, который вместо
> штатного live-install запускает мой код и умеет жить без aufs.
> Собственно не зря у меня были планы произвести обратный merge.

JFYI, в m-p live-install уже неделю как поддерживается.
Правда, коммит был архисложным. :)

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

[-- Attachment #2: 0001-introduced-live-install-support.patch --]
[-- Type: text/plain, Size: 1442 bytes --]

>From 104468f6d972982e3f533faeaf5f1479ee294326 Mon Sep 17 00:00:00 2001
From: Michael Shigorin <mike@altlinux.org>
Date: Wed, 23 Nov 2011 12:31:19 +0200
Subject: [PATCH] introduced live-install support

It was actually trivial given that the script was already
maintained as a package by enp@ and msp@; its usage requires
one to manually partition the target disk and optionally
mkswap in advance.
---
 conf.d/live.mk             |    2 ++
 features.in/live/config.mk |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf.d/live.mk b/conf.d/live.mk
index f2c7fe8..33caf36 100644
--- a/conf.d/live.mk
+++ b/conf.d/live.mk
@@ -7,6 +7,8 @@ distro/dos: distro/.init use/dos use/syslinux/ui-menu
 
 distro/live-systemd: distro/.base use/live/base use/systemd
 
+distro/live-install: distro/.base use/live/install
+
 distro/live-isomd5sum: distro/.base use/live/base use/isomd5sum
 	@$(call add,LIVE_PACKAGES,livecd-isomd5sum)
 
diff --git a/features.in/live/config.mk b/features.in/live/config.mk
index c237a55..be682d1 100644
--- a/features.in/live/config.mk
+++ b/features.in/live/config.mk
@@ -7,3 +7,7 @@ use/live/base: use/live use/syslinux/ui-menu
 use/live/icewm: use/live/base
 	@$(call add,LIVE_LISTS,\
 		$(call tags,(base || desktop) && (live || network || icewm)))
+
+# this is a manual installation script (text-based)
+use/live/install: use/live/base
+	@$(call add,LIVE_PACKAGES,live-install)
-- 
1.7.7.3


  reply	other threads:[~2011-12-01 18:25 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-21 18:54 Michael Shigorin
2011-11-22  6:36 ` Андрей Черепанов
2011-11-22  7:00   ` Michael Shigorin
2011-11-23  9:33     ` Андрей Черепанов
2011-11-23 10:01       ` Dmitriy Kruglikov
2011-11-23 10:09         ` Андрей Черепанов
2011-11-23 12:52           ` Michael Shigorin
2011-11-23 16:03             ` Dmitriy Kruglikov
2011-11-23 16:05               ` Michael Shigorin
2011-12-01 10:09                 ` Денис Смирнов
2011-12-01 10:39                   ` Dmitriy Kruglikov
2011-12-01 10:45                     ` Денис Смирнов
2011-12-01 11:09                       ` Eugene Prokopiev
2011-12-01 11:12                         ` Dmitriy Kruglikov
2011-12-01 17:17                           ` Денис Смирнов
2011-12-01 17:16                         ` Денис Смирнов
2011-12-01 18:25                           ` Michael Shigorin [this message]
2011-12-01 19:45                             ` Денис Смирнов
2011-12-02  4:21                               ` Eugene Prokopiev
2011-12-02  7:23                                 ` Michael Shigorin
2011-12-02  9:17                                   ` Eugene Prokopiev
2011-12-02 10:10                                     ` Michael Shigorin
2011-12-02 12:59                                       ` Eugene Prokopiev
2011-12-02 10:12                                     ` Alexey Gladkov
2011-12-07 10:34                                     ` Денис Смирнов
2011-12-07 10:32                                 ` Денис Смирнов
2011-12-01 11:33                       ` Michael Shigorin
2011-12-01 17:13                         ` Денис Смирнов
2011-12-01 17:50                           ` Michael Shigorin
2011-12-01 18:56                             ` Денис Смирнов
2011-11-23 12:30       ` Michael Shigorin
2011-11-24 10:44         ` Андрей Черепанов
2011-11-24 15:13           ` Michael Shigorin
2011-11-22 10:54 ` Sergey V Turchin
2011-11-22 12:13   ` Michael Shigorin
2011-11-22 12:17     ` Sergey V Turchin
2011-11-22 13:02       ` Michael Shigorin
2011-11-22 13:10         ` Sergey V Turchin

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=20111201182558.GA26956@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