Changeset 3522 in MondoRescue for branches/3.2/mindi/mindi.conf


Ignore:
Timestamp:
Mar 3, 2016, 9:06:23 AM (8 years ago)
Author:
Bruno Cornec
Message:

Important mindi modifications to share ISO and USB code

  • Remove the need for BOOT_SIZE variable now computed automatically
  • Share more params in ISO_OPT
  • Rename TurnTgzIntoRdz into MakeBootInitFile
  • Remove sages of old_pwd and cd in functions. if a need to change directory then do it in a subshell especially in PrepareDataDiskImages and MakeBootInitFile
  • Remove function ListImagesForUser
  • Fix a bug related to list analysis with echo where the variable needs to be transformed into list before processing
  • Simplify OfferToMakeBootableISO and OfferToMakeBootableUSB to just deal with interactivity and parameter handling and create a shared function MakeBootableDevice with a parameter for special treatment. This will allow to fix broken USB support and to avoid that type of issue in the future
  • Suppress as well PrepareBootDiskImage as content is now supported in the shared MakeBootableDevice
  • Improve on screen and in log file messages
File:
1 edited

Legend:

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

    r3521 r3522  
    1111#
    1212# EXTRA_SPACE=80152     # increase if you run out of ramdisk space
    13 # BOOT_SIZE=32768       # size of the boot disk
    1413# MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10 acpi=off"
    1514# 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.