Changeset 1821 in MondoRescue


Ignore:
Timestamp:
Nov 24, 2007, 3:01:23 PM (16 years ago)
Author:
Bruno Cornec
Message:

small ia64 fixes

Location:
branches/2.2.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1819 r1821  
    4040TMPDIR=/tmp
    4141
    42 EXTRA_SPACE=32768         ; # increase if you run out of ramdisk space
    43 BOOT_SIZE=16384       ;      # size of the boot disk
     42EXTRA_SPACE=32768       # increase if you run out of ramdisk space
     43BOOT_SIZE=16384         # size of the boot disk
    4444MAX_DISKS=99
    45 WRITE_BOOT_FLOPPIES="yes" ; # do you want to be propted to write floppy images
     45WRITE_BOOT_FLOPPIES="yes"   # do you want to be propted to write floppy images
    4646PROMPT_WRITE_BOOT_FLOPPIES="yes"
    4747    # do you want to be prompted to write
     
    29922992    "ext2fs")
    29932993        # say what will be used
    2994         echo "Creating an ext2 initrd image..." >> $LOGFILE
     2994        echo "Creating an ext2 initrd image..." >> $LOGFILE
    29952995        # kernel expects linuxrc in ext2 filesystem
    29962996        ( cd $mountpoint && ln -sf sbin/init linuxrc )
     
    30033003        rm -f ${rdz_fname}.tmp
    30043004        # log that we are done
    3005         echo "...done." >> $LOGFILE
     3005        echo "...done." >> $LOGFILE
    30063006    ;;
    30073007    "initramfs")
    30083008        # say what will be used
    3009         echo "Creating a gzip'ed cpio (AKA initramfs) initrd image..." >> $LOGFILE
     3009        echo "Creating a gzip'ed cpio (AKA initramfs) initrd image..." >> $LOGFILE
    30103010        # make sure that cpio is there
    30113011        which cpio &> /dev/null; [ $? -eq 0 ] || Die "cpio not found. Please install package cpio and try again."
  • branches/2.2.5/mondo/src/common/my-stuff.h

    r1747 r1821  
    209209#endif                          /* DEBUG */
    210210
    211 #define IA64_BOOT_SIZE "8192"   /* Should be coherent with mindi */
     211#define IA64_BOOT_SIZE "16384"  /* Should be coherent with mindi */
    212212#define STD_PREFIX "mondorescue"    /* Should be coherent with mindi */
    213213
Note: See TracChangeset for help on using the changeset viewer.