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/common/libmondo-devices.c

    r1972 r1983  
    134134
    135135    if (is_this_a_ramdisk) {
    136         if (!does_file_exist("/THIS-IS-A-RAMDISK")
    137             && !does_file_exist("/tmp/mountlist.txt.sample")) {
     136        if (!does_file_exist("/THIS-IS-A-RAMDISK")) {
    138137            log_to_screen
    139138                ("Using /dev/root is stupid of you but I'll forgive you.");
Note: See TracChangeset for help on using the changeset viewer.