Changeset 200 in MondoRescue
- Timestamp:
- Dec 14, 2005, 12:24:36 PM (19 years ago)
- Location:
- branches/2.05/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/install.sh
r199 r200 71 71 72 72 if [ "$ARCH" = "i386" ] ; then 73 # FHS requires fdisk under /sbin 73 74 (cd $local/sbin && ln -s /sbin/fdisk parted2fdisk) 74 75 if [ -f $local/lib/mindi/rootfs/bin/busybox-$ARCH.net ]; then -
branches/2.05/mindi/mindi.spec
r196 r200 83 83 %config(noreplace) %{_sysconfdir}/mindi/deplist.txt 84 84 %doc CHANGES INSTALL COPYING README TODO README.ia64 README.pxe README.busybox 85 %{_mandir} 86 %{_libdir}/mindi 87 %attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/* 88 %attr(755,root,root) %{_libdir}/mindi/rootfs/bin/* 89 %attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/* 85 90 %attr(755,root,root) %{_sbindir}/* 86 %{_libdir}/mindi87 %{_mandir}88 91 89 92 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.