public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amadeusz Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/genkernel:dracut commit in: /
Date: Sun,  8 Jan 2012 10:53:07 +0000 (UTC)	[thread overview]
Message-ID: <203bdc8c856b208c9b9c44ec922fbb8c75b5d07f.aidecoe@gentoo> (raw)

commit:     203bdc8c856b208c9b9c44ec922fbb8c75b5d07f
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 10:52:25 2012 +0000
Commit:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 10:52:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=203bdc8c

Merge branch 'master' into dracut

Conflicts:
	defaults/initrd.defaults
	defaults/initrd.scripts
	defaults/linuxrc
	gen_arch.sh
	gen_compile.sh
	gen_determineargs.sh
	gen_initramfs.sh
	patches/busybox/1.18.1/1.18.1-mdstart.diff


 ChangeLog                                   |   48 +++++++++++++++++++++++++++
 doc/genkernel.8.txt                         |    3 ++
 gen_bootloader.sh                           |    4 +-
 gen_cmdline.sh                              |    4 +-
 gen_compile.sh                              |    4 +-
 gen_configkernel.sh                         |    2 +-
 gen_determineargs.sh                        |   12 +++---
 gen_funcs.sh                                |   10 +++---
 gen_moddeps.sh                              |    4 +-
 gen_package.sh                              |   33 +++++++++---------
 patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch |   26 ++++++++++++++
 11 files changed, 113 insertions(+), 37 deletions(-)

diff --cc gen_bootloader.sh
index 320685d,79531d4..c5bb85b
--- a/gen_bootloader.sh
+++ b/gen_bootloader.sh
@@@ -60,13 -60,18 +60,13 @@@ set_bootloader_grub() 
  			echo "root (${GRUB_BOOT_DISK},${GRUB_BOOT_PARTITION})" >> ${GRUB_CONF}
  			echo >> ${GRUB_CONF}
  
- 			# Add grub configuration to grub.conf	
+ 			# Add grub configuration to grub.conf
  			echo "# Genkernel generated entry, see GRUB documentation for details" >> ${GRUB_CONF}
  			echo "title=Gentoo Linux ($KV)" >> ${GRUB_CONF}
 -			if [ "${BUILD_INITRD}" = '0' ]
 +			echo -e "\tkernel /kernel-${KNAME}-${ARCH}-${KV} root=${GRUB_ROOTFS}" >> ${GRUB_CONF}
 +			if [ "${BUILD_INITRD}" -eq '1' ]
  			then
 -				echo -e "\tkernel /kernel-${KNAME}-${ARCH}-${KV} root=${GRUB_ROOTFS}" >> ${GRUB_CONF}
 -			else
 -				echo -e "\tkernel /kernel-${KNAME}-${ARCH}-${KV} root=/dev/ram0 init=/linuxrc real_root=${GRUB_ROOTFS}" >> ${GRUB_CONF}
 -				if [ "${PAT}" -gt '4' ]
 -				then
 -				    echo -e "\tinitrd /initramfs-${KNAME}-${ARCH}-${KV}" >> ${GRUB_CONF}
 -				fi
 +				echo -e "\tinitrd /initramfs-${KNAME}-${ARCH}-${KV}" >> ${GRUB_CONF}
  			fi
  			echo >> ${GRUB_CONF}
  		else



             reply	other threads:[~2012-01-08 10:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08 10:53 Amadeusz Żołnowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-25  8:35 [gentoo-commits] proj/genkernel:dracut commit in: / Amadeusz Żołnowski
2011-08-10 10:47 Amadeusz Żołnowski
2011-08-10 10:47 Amadeusz Żołnowski
2011-08-10 10:47 Amadeusz Żołnowski
2011-04-17 18:14 Amadeusz Żołnowski
2011-04-17 18:14 Amadeusz Żołnowski
2011-04-17 18:14 Amadeusz Żołnowski
2011-04-17 18:14 Amadeusz Żołnowski
2011-04-17 18:14 Amadeusz Żołnowski
2011-04-17 18:14 Amadeusz Żołnowski

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=203bdc8c856b208c9b9c44ec922fbb8c75b5d07f.aidecoe@gentoo \
    --to=aidecoe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox