From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M1HzZ-0007Bp-Du for garchives@archives.gentoo.org; Tue, 05 May 2009 10:35:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F09FE064B; Tue, 5 May 2009 10:35:11 +0000 (UTC) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by pigeon.gentoo.org (Postfix) with ESMTP id EE7E9E064B for ; Tue, 5 May 2009 10:35:10 +0000 (UTC) Received: by fk-out-0910.google.com with SMTP id z22so1919699fkz.2 for ; Tue, 05 May 2009 03:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=elGBSXtjcR684kLPo+O90H9UMy2y3Wwt8t13gBDz9tc=; b=mIUtvr0qhLXBfs+CvGI3f2Gm+uAeWqCwm89ACzaq78duuw7KEVt8LlGFH/hCTK8Jy4 ZT3p40ERwEY0xm7nUEtQlRWsGZaaMDI84742j75KQamyY7+f34nwqJjR1E/U9EioGU4E gSoqCF5P4y6ri3DA/CWgRdfs5iMpVxsfWMiik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JIL2qhqRJPVoBo5W7iLdX659U4roGnn0PqwMyNPkVkocjaBXvSaustuDZid8ImrNf8 e8FI5Czj+QIvIvVj7B+3FJOr0J5tTzRwhZQxyV4rZ2MhGvAdk8dzgrYaXRqaxuSe42A6 pBKOV05t65UN9cYJ4DWVP9ctJAZb6HfwCxtIA= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.108.211 with SMTP id g19mr3015783fap.39.1241519710316; Tue, 05 May 2009 03:35:10 -0700 (PDT) In-Reply-To: <4A00136E.3080707@lavabit.com> References: <2325a7950905050214m3bf42b69q845bafa60321cdbe@mail.gmail.com> <4A000F21.3080309@lavabit.com> <2325a7950905050308v42b94580td2706055ceb5a6e2@mail.gmail.com> <4A00136E.3080707@lavabit.com> Date: Tue, 5 May 2009 14:35:10 +0400 Message-ID: <2325a7950905050335q520c1401idef443e34a6afa8d@mail.gmail.com> Subject: Re: [gentoo-catalyst] isolinux.cfg From: Alexander Potashev To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 94a5207a-8214-496f-8fd5-892f0ec493d0 X-Archives-Hash: 520bf7a2c498d13a444f3ce78122637c 2009/5/5 lurker : > On 05/05/09 12:08, Alexander Potashev wrote: >> I meant, how to configure catalyst to change isolinux.cfg? Or I should >> manually edit isolinux.cfg and run 'mkisofs'? > > The way I do it is to use the livecd/overlay option in > livecd-stage2.spec. I have this, for example: > > livecd/overlay: arch/x86/overlay > > and in the arch/x86/overlay directory I have an isolinux directory > containing an isolinux.cfg I've written myself. Cool, thanks a lot!