Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] livecd-tools r148 - trunk
Date: Thu, 03 Apr 2008 00:29:55
Message-Id: E1JhDKy-0004Zd-Nq@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-04-03 00:29:51 +0000 (Thu, 03 Apr 2008)
3 New Revision: 148
4
5 Modified:
6 trunk/autoconfig
7 Log:
8 Make sure /etc/sysconfig exists before running hwsetup for bug #215824.
9
10 Modified: trunk/autoconfig
11 ===================================================================
12 --- trunk/autoconfig 2008-03-26 18:41:57 UTC (rev 147)
13 +++ trunk/autoconfig 2008-04-03 00:29:51 UTC (rev 148)
14 @@ -429,6 +429,7 @@
15 unpack_firmware
16 [ -x /sbin/udevtrigger ] && /sbin/udevtrigger
17 fi
18 + [ -e /etc/sysconfig ] || mkdir -p /etc/sysconfig
19 [ -x /usr/sbin/hwsetup ] && hwsetup
20 else
21 ewarn "Hotplug/Coldplug disabled via cmdline ..."
22
23 --
24 gentoo-commits@l.g.o mailing list