make sure ntfsresize gets installed
ntfsresize is currently living in the ntfsprogs package, which (for whatever reason) isn't getting automatically pulled into the runtime environment anymore. So: install ntfsprogs in runtime-install, and remove everything but ntfsresize in runtime-cleanup.
This commit is contained in:
parent
dfa7742a6d
commit
8cdef602d5
@ -307,8 +307,8 @@ removefrom nfs-utils /usr/sbin/showmount /usr/sbin/sm-notify
|
|||||||
removefrom nfs-utils /usr/sbin/start-statd /var/lib/nfs/etab
|
removefrom nfs-utils /usr/sbin/start-statd /var/lib/nfs/etab
|
||||||
removefrom nfs-utils /var/lib/nfs/rmtab /var/lib/nfs/state /var/lib/nfs/xtab
|
removefrom nfs-utils /var/lib/nfs/rmtab /var/lib/nfs/state /var/lib/nfs/xtab
|
||||||
removefrom nss-softokn /usr/${libdir}/nss/*
|
removefrom nss-softokn /usr/${libdir}/nss/*
|
||||||
removefrom ntfs-3g /bin/lowntfs-3g /bin/ntfs-3g.* /bin/ntfsmount
|
removefrom ntfs-3g --allbut /sbin/mount.ntfs* /${libdir}/*
|
||||||
removefrom ntfs-3g /sbin/mount.lowntfs-3g /usr/share/hal/* /usr/bin/*
|
removefrom ntfsprogs --allbut /sbin/ntfsresize
|
||||||
removefrom openldap /etc/openldap/* /usr/${libdir}/libldap_r-*
|
removefrom openldap /etc/openldap/* /usr/${libdir}/libldap_r-*
|
||||||
removefrom openssh /etc/ssh/* /usr/libexec/*
|
removefrom openssh /etc/ssh/* /usr/libexec/*
|
||||||
removefrom openssh-clients /etc/ssh/* /usr/bin/slogin /usr/bin/ssh-*
|
removefrom openssh-clients /etc/ssh/* /usr/bin/slogin /usr/bin/ssh-*
|
||||||
|
@ -52,7 +52,7 @@ installpkg gnome-keyring
|
|||||||
installpkg python-imaging
|
installpkg python-imaging
|
||||||
|
|
||||||
## filesystem tools
|
## filesystem tools
|
||||||
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g
|
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfsprogs
|
||||||
installpkg python-volume_key volume_key
|
installpkg python-volume_key volume_key
|
||||||
|
|
||||||
## SELinux support
|
## SELinux support
|
||||||
|
Loading…
Reference in New Issue
Block a user