Ignore:
Timestamp:
Jun 16, 2008, 9:40:42 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove aux-tools dir in mindi (either scripts moved or removed)
  • Remove isolinux and syslinux static files from mindi. Now generated
  • Remove lilo support for ia32 now useless in mindi
  • Remoce empty directories in rootfs in mindi
  • Remove HackSyslinuxFile, CopyBootBFile, FindLiloBinary, FindSensibleBootBFile, MakeSyslinuxMessageFile, MakeLiloConfFile, ReplaceIndividualLine in mindi
  • Adds a single MakeBootConfFile function to dynamiclly create needed conf files in mindi
  • Avoids error messages when using only mindi with a non-existant /tmp/mondo-restore.cfg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/restore-scripts/mondo/Makefile.am

    r1323 r1983  
    1 restoremondodir      = $(pkgdatadir)/restore-scripts/mondo
     1restoremondodir = $(pkgdatadir)/restore-scripts/mondo
    22restoremondo_SCRIPTS = ISO ask-me-a-question compare-subroutine-me \
    3                        edit-mountlist grub-MR hack-fstab hack-grub hack-lilo hack-elilo \
    4                        ide-opt ide-opt-off label-partitions-as-necessary \
    5                        make-me-bootable mount-me mount-subroutine-me raw-MR \
    6                        restore-bigfiles-from-iso stabgrub-me stablilo-me stabelilo-me \
    7                        stabraw-me unmount-me unmount-subroutine-me
     3                        edit-mountlist grub-MR hack-fstab hack-grub hack-lilo hack-elilo \
     4                        label-partitions-as-necessary \
     5                        make-me-bootable mount-me mount-subroutine-me raw-MR \
     6                        restore-bigfiles-from-iso stabgrub-me stablilo-me stabelilo-me \
     7                        stabraw-me unmount-me unmount-subroutine-me
     8                        format-and-kludge-vfat
Note: See TracChangeset for help on using the changeset viewer.