runtime-cleanup: correctly clean up iproute
iproute's binaries moved to /usr/sbin, so they were *all* getting removed by the '/usr/*' glob. iscsi's NetworkManager dispatcher script uses 'ip' so this might be needed for proper iscsi support; at the very least it quiets some error messages from NM. It's also pretty likely people's kickstart scripts use 'ip' utility, so we'd better make sure it's still available.
This commit is contained in:
parent
886e0c1557
commit
a6d3b9355b
@ -221,7 +221,7 @@ removefrom gzip /usr/bin/{gzexe,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmor
|
|||||||
removefrom hwdata /etc/* /usr/share/hwdata/oui.txt /usr/share/hwdata/pnp.ids
|
removefrom hwdata /etc/* /usr/share/hwdata/oui.txt /usr/share/hwdata/pnp.ids
|
||||||
removefrom hwdata /usr/share/hwdata/upgradelist
|
removefrom hwdata /usr/share/hwdata/upgradelist
|
||||||
removefrom initscripts /etc/ppp/* /usr/sbin/* /usr/share/locale/*
|
removefrom initscripts /etc/ppp/* /usr/sbin/* /usr/share/locale/*
|
||||||
removefrom iproute /etc/* /sbin/cbq /sbin/ifcfg /sbin/rtmon /sbin/tc /usr/*
|
removefrom iproute --allbut /usr/sbin/{ip,routef,routel,rtpr}
|
||||||
removefrom iscsi-initiator-utils /etc/rc.d/*
|
removefrom iscsi-initiator-utils /etc/rc.d/*
|
||||||
removefrom kbd \
|
removefrom kbd \
|
||||||
/usr/bin/{chvt,deallocvt,fgconsole,getkeycodes,kbdinfo,kbdrate,loadunimap,\
|
/usr/bin/{chvt,deallocvt,fgconsole,getkeycodes,kbdinfo,kbdrate,loadunimap,\
|
||||||
|
Loading…
Reference in New Issue
Block a user