summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-05-03 14:43:37 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-05-03 14:43:37 +0000
commit2786caa315ce6686114a4da25e9e9b6ebe0613d1 (patch)
tree32e4a16d785d0b5807796dca3c39a1a2e641937a /sys-fs
parentGen-1 punt. (diff)
downloadgentoo-2-2786caa315ce6686114a4da25e9e9b6ebe0613d1.tar.gz
gentoo-2-2786caa315ce6686114a4da25e9e9b6ebe0613d1.tar.bz2
gentoo-2-2786caa315ce6686114a4da25e9e9b6ebe0613d1.zip
Make modprobe.sh write colorful output also with baselayout-2.
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog6
-rw-r--r--sys-fs/udev/files/udev-start-110.sh4
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index af0d2b59f544..3a242e4a0f37 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.298 2007/05/02 13:53:25 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.299 2007/05/03 14:43:37 zzam Exp $
+
+ 03 May 2007; Matthias Schwarzott <zzam@gentoo.org>
+ files/udev-start-110.sh:
+ Make modprobe.sh write colorful output also with baselayout-2.
*udev-110 (02 May 2007)
diff --git a/sys-fs/udev/files/udev-start-110.sh b/sys-fs/udev/files/udev-start-110.sh
index 2061ee2cffc5..1b6479496905 100644
--- a/sys-fs/udev/files/udev-start-110.sh
+++ b/sys-fs/udev/files/udev-start-110.sh
@@ -9,7 +9,9 @@ populate_udev() {
# populate /dev with devices already found by the kernel
# tell modprobe.sh to be verbose to $CONSOLE
- echo CONSOLE=${CONSOLE} > /dev/.udev_populate
+
+ echo export CONSOLE=${CONSOLE} > /dev/.udev_populate
+ echo export TERM=${TERM} >> /dev/.udev_populate
if get_bootparam "nocoldplug" ; then
RC_COLDPLUG="no"