Changeset 3692 in MondoRescue for branches/3.3/mindi/mindi.conf


Ignore:
Timestamp:
Oct 7, 2017, 1:30:27 AM (7 years ago)
Author:
Bruno Cornec
Message:

mindi reorganization:

  • Auto computes now the space needed for initrd reducing the role and importance of EXTRA_SPACE
  • MakeBootInitFile split with a new PrepareTargetDir (work done in a dir before packing to compute size) mount of that dir is split and realized later on
  • PrepareDataDiskImage => PrepareBigDir (idem)
  • PrepareAllTar => PrepareBigDirTar (same changes)
  • Adds CleanBigDir and CleanTargetDir to allow cleanup separately
  • use now 2 global variable bigdir and targetdir to manage the related contents
  • Use the RAMDISK_SIZE macro in boot file that will be substitued later on when size of ramdisk is known and adds a PatchBootFiles function for that
  • Review local variables
  • mr-process-ldd doesn't report the files passed as parameters so adding them
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi.conf

    r3522 r3692  
    1010# DENY_MODS="kqemu vxfen fdomain ipmi_si"
    1111#
    12 # EXTRA_SPACE=80152     # increase if you run out of ramdisk space
     12# EXTRA_SPACE=20000     # increase if you run out of ramdisk space
    1313# MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10 acpi=off"
    1414# MINDI_DEFAULT_BOOT_OPTION="interactive ipconf=eth0:10.0.0.1:255.0.0.0:10.255.255.255:10.2.3.4"
Note: See TracChangeset for help on using the changeset viewer.