diff options
author | Chris Lumens <clumens@redhat.com> | 2009-09-22 14:35:53 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-09-22 14:35:53 -0400 |
commit | c4cc4c69e82367a34268e3fea675345197cc0187 (patch) | |
tree | 22272cbd9500b3076a8795e115bab9a4a80d2700 /scripts/upd-instroot | |
parent | 5a03630a88b046b188c65b1c3ee04bd1e5d0b85d (diff) | |
download | anaconda-c4cc4c69e82367a34268e3fea675345197cc0187.tar.gz anaconda-c4cc4c69e82367a34268e3fea675345197cc0187.tar.xz anaconda-c4cc4c69e82367a34268e3fea675345197cc0187.zip |
ybin, mkofboot, and ofpath moved from /usr/sbin to /sbin (#524608).
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index e1f1b1c04..03202b076 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -425,11 +425,13 @@ sbin/mkfs.msdos sbin/mkfs.reiserfs sbin/mkfs.vfat sbin/mkfs.xfs +sbin/mkofboot sbin/mkraid sbin/mkreiserfs sbin/mkswap sbin/mount.nfs* sbin/mount.ntfs* +sbin/ofpath sbin/parted sbin/pcmcia-socket-startup sbin/pdisk @@ -449,6 +451,7 @@ sbin/udev* sbin/umount.nfs* sbin/xfs_repair sbin/xfsrestore +sbin/ybin usr/$LIBDIR/NetworkManager usr/$LIBDIR/dri usr/$LIBDIR/gconv @@ -560,8 +563,6 @@ usr/sbin/genhomedircon usr/sbin/gptsync usr/sbin/hald usr/sbin/lvm -usr/sbin/mkofboot -usr/sbin/ofpath usr/sbin/prelink usr/sbin/semodule usr/sbin/showpart @@ -573,7 +574,6 @@ usr/sbin/xfs_admin usr/sbin/xfs_check usr/sbin/xfs_copy usr/sbin/xfs_db -usr/sbin/ybin usr/share/polkit-1/actions/* usr/share/X11/XKeysymDB usr/share/X11/fonts/TTF/GohaTibebZemen.ttf |