[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Put libnm_glib and glib in the instroot.
- From: David Cantrell <dcantrell redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Put libnm_glib and glib in the instroot.
- Date: Wed, 17 Dec 2008 14:55:52 -1000
Hans de Goede wrote:
>
>
> David Cantrell wrote:
>> Using the libnm_glib library for easier communication with
>> NetworkManager, so we need this library in the instroot now
>> (and the initrd).
>> ---
>> scripts/upd-instroot | 6 +++++-
>> 1 files changed, 5 insertions(+), 1 deletions(-)
>>
>
> Another one that looks good to me.
>
Actually, after further investigation, I don't even need to make this
change. We already have those libraries in the install images.
Disregard this patch.
>
>
>> diff --git a/scripts/upd-instroot b/scripts/upd-instroot
>> index 23efc51..fcc9abe 100755
>> --- a/scripts/upd-instroot
>> +++ b/scripts/upd-instroot
>> @@ -148,7 +148,7 @@ die () {
>> exit 1
>> }
>>
>> -PACKAGES="GConf2 NetworkManager ORBit2 PolicyKit VLGothic-fonts acl
>> anaconda
>> +PACKAGES="GConf2 NetworkManager NetworkManager-glib ORBit2 PolicyKit
>> VLGothic-fonts acl anaconda
>> anaconda-yum-plugins at-spi atk attr audit-libs bash
>> bitmap-fonts-cjk
>> booty busybox-anaconda bzip2 bzip2-libs cairo cjkunifonts-uming
>> comps-extras coreutils cpio cracklib cracklib-dicts cracklib-python
>> @@ -267,6 +267,8 @@ cat > $KEEPFILE <<EOF
>> $LIBDIR/bdevid
>> $LIBDIR/dbus-1
>> $LIBDIR/libfreebl3.so
>> +$LIBDIR/libglib*
>> +$LIBDIR/libgobject*
>> $LIBDIR/libnss3.so
>> $LIBDIR/libnss_dns*
>> $LIBDIR/libnss_files*
>> @@ -403,6 +405,8 @@ sbin/xfs_repair
>> sbin/xfsdump
>> sbin/xfsrestore
>> usr/$LIBDIR/NetworkManager
>> +usr/$LIBDIR/libnm_glib*
>> +usr/$LIBDIR/libdbus*
>> usr/$LIBDIR/dri
>> usr/$LIBDIR/gconv
>> usr/$LIBDIR/gdk-pixbuf/loaders/*la*
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list redhat com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
David Cantrell <dcantrell redhat com>
Red Hat / Honolulu, HI
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]