This is required for ntfs resize support in anaconda. --- share/runtime-cleanup.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index bb4865a..13e56f5 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -296,7 +296,7 @@ removefrom nfs-utils /var/lib/nfs/rmtab /var/lib/nfs/state /var/lib/nfs/xtab removefrom nhn-nanum-gothic-fonts /usr/share/fonts/nhn-nanum/NanumGothic*Bold.ttf removefrom nss-softokn /usr/${libdir}/nss/* removefrom ntfs-3g --allbut /usr/sbin/mount.ntfs* /usr/${libdir}/* -removefrom ntfsprogs --allbut /usr/sbin/ntfsresize +removefrom ntfsprogs --allbut /usr/sbin/ntfsresize /usr/bin/ntfsinfo removefrom openldap /etc/openldap/* /usr/${libdir}/libldap_r-* removefrom openssh /etc/ssh/* /usr/libexec/* removefrom openssh-clients /etc/ssh/* /usr/bin/slogin /usr/bin/ssh-*
On Tue, May 01, 2012 at 11:23:10AM -0500, David Lehman wrote:
This is required for ntfs resize support in anaconda.
share/runtime-cleanup.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index bb4865a..13e56f5 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -296,7 +296,7 @@ removefrom nfs-utils /var/lib/nfs/rmtab /var/lib/nfs/state /var/lib/nfs/xtab removefrom nhn-nanum-gothic-fonts /usr/share/fonts/nhn-nanum/NanumGothic*Bold.ttf removefrom nss-softokn /usr/${libdir}/nss/* removefrom ntfs-3g --allbut /usr/sbin/mount.ntfs* /usr/${libdir}/* -removefrom ntfsprogs --allbut /usr/sbin/ntfsresize +removefrom ntfsprogs --allbut /usr/sbin/ntfsresize /usr/bin/ntfsinfo removefrom openldap /etc/openldap/* /usr/${libdir}/libldap_r-* removefrom openssh /etc/ssh/* /usr/libexec/* removefrom openssh-clients /etc/ssh/* /usr/bin/slogin /usr/bin/ssh-* -- 1.7.6
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
Ack
anaconda-devel@lists.stg.fedoraproject.org