[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Put libnm_glib and glib in the instroot.
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Put libnm_glib and glib in the instroot.
- Date: Tue, 16 Dec 2008 19:08:08 -1000
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(-)
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*
--
1.6.0.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]