source: MondoRescue/branches/3.3/mindi/mindi.conf@ 3693

Last change on this file since 3693 was 3692, checked in by Bruno Cornec, 7 years ago

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
  • Property svn:executable set to *
File size: 793 bytes
Line 
1#
2# Example of mindi configuration file
3#
4# $Id$
5#
6# Force these modules to be loaded at restore time first, in that order:
7# FORCE_MODS="cciss hpsa"
8#
9# Prevent these module to be loaded at all at restore time
10# DENY_MODS="kqemu vxfen fdomain ipmi_si"
11#
12# EXTRA_SPACE=20000 # increase if you run out of ramdisk space
13# MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10 acpi=off"
14# MINDI_DEFAULT_BOOT_OPTION="interactive ipconf=eth0:10.0.0.1:255.0.0.0:10.255.255.255:10.2.3.4"
15# PROMPT_MAKE_CD_IMAGE="no" # Avoid interactive question about CD creation
16# PROMPT_MAKE_USB_IMAGE="no" # Avoid interactive question about USB key creation
17# USBDEVICE="/dev/sdg" # If you activated the previous option then you need to provide a device drive for the USB key
Note: See TracBrowser for help on using the repository browser.