From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 8 Mar 2015 15:30:47 +0300 From: Michael Shigorin To: devel@lists.altlinux.org Message-ID: <20150308123047.GA8175@imap.altlinux.org> Mail-Followup-To: devel@lists.altlinux.org References: <20150115215716.GE12787@imap.altlinux.org> <54B8A27A.3070809@altlinux.com> <20150116120756.GG12787@imap.altlinux.org> <54B90A16.8060204@altlinux.com> <20150116143517.GH12787@imap.altlinux.org> <54BFB015.1060505@altlinux.com> <20150121140151.GL12787@imap.altlinux.org> <54BFB354.3080606@altlinux.com> <20150307130008.GA26831@imap.altlinux.org> <54FBE9FD.9000200@altlinux.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <54FBE9FD.9000200@altlinux.com> User-Agent: Mutt/1.4.2.3i Subject: Re: [devel] =?koi8-r?b?UTogbGl2ZWNkIHJhbWRpc2tfc2l6ZSDXIFVFRkkg0sXW?= =?koi8-r?b?yc3F?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 12:30:47 -0000 Archived-At: List-Archive: List-Post: --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sun, Mar 08, 2015 at 09:19:41AM +0300, Anton Farygin wrote: > Выглядит разумно, но где именнно будет генериться этот EFI_BOOTARGS ? В профиле -- можно добавить в example4. Прилагаю пример для m-p, но там уже есть и используется это самое STAGE2_BOOTARGS для заброса всяких quiet/splash/lang= в syslinux. --  ---- WBR, Michael Shigorin / http://altlinux.org   ------ http://opennet.ru / http://anna-news.info --9jxsPFA5p3P2qPhR Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="0001-efi-bridge-bootargs-into-EFI-too.patch" >>From 8420fe11f16ddd9be25487d7548ffa04c7bd57bf Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 7 Mar 2015 02:12:21 +0300 Subject: [PATCH] efi: bridge bootargs into EFI too It's been missing roughly from the start there :-/ --- features.in/efi/config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 0a092d8..1631d1a 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -14,6 +14,8 @@ use/efi: @$(call add,INSTALL2_PACKAGES,dosfstools fatresize) @$(call try,EFI_BOOTLOADER,elilo) # default one @$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFI_VARS FB_EFI) + @$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS + @$(call set,EFI_BOOTARGS,$(STAGE2_BOOTARGS)) use/efi/refind: use/efi @$(call set,EFI_BOOTLOADER,refind) -- 2.1.4 --9jxsPFA5p3P2qPhR--