Changeset 3885 in MondoRescue for branches/3.3/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Mar 10, 2024, 7:23:12 PM (2 months ago)
Author:
Bruno Cornec
Message:

Removes support for ia64 depracated in upstream kernel, and elilo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/include/my-stuff.h

    r3883 r3885  
    6060#endif                          /* DEBUG */
    6161
    62 #define IA64_BOOT_SIZE "16384"  /* Should be coherent with mindi */
    6362#define STD_PREFIX "mondorescue"    /* Should be coherent with mindi */
    6463
     
    120119#define MAX_STR_LEN 512         ///< The maximum length of almost all @p char buffers in Mondo.
    121120                                        ///  Note: Make this divisible by eight to avoid aligment issues
    122                                         ///        on 64bit platforms like ia64.
     121                                        ///        on 64bit platforms
    123122#define MAXIMUM_RAID_DEVS 32    ///< The maximum number of RAID devices in the raidlist.
    124123#define MAXIMUM_ADDITIONAL_RAID_VARS 32 ///< The maximum number of additional RAID variables per RAID device in the raidlist.
     
    195194
    196195/**
    197  * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image.
    198  */
    199 #define MONDO_MKISOFS_REGULAR_ELILO      MONDO_MKISOFS"-no-emul-boot -b images/mindi-bootroot.img -c images/boot.cat "
    200 
    201 /**
    202196 * The stub name of the temporary ISO image to create, burn, and remove.
    203197 */
     
    208202 */
    209203#define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke "MONDO_MKISOFS_REGULAR_SYSLINUX
    210 
    211 /**
    212  * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image.
    213      */
    214 #define MONDO_GROWISOFS_REGULAR_ELILO     "growisofs -use-the-force-luke "MONDO_MKISOFS_REGULAR_ELILO
    215204
    216205/**
Note: See TracChangeset for help on using the changeset viewer.