Changeset 1821 in MondoRescue
- Timestamp:
- Nov 24, 2007, 3:01:23 PM (17 years ago)
- Location:
- branches/2.2.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1819 r1821 40 40 TMPDIR=/tmp 41 41 42 EXTRA_SPACE=32768 ;# increase if you run out of ramdisk space43 BOOT_SIZE=16384 ;# size of the boot disk42 EXTRA_SPACE=32768 # increase if you run out of ramdisk space 43 BOOT_SIZE=16384 # size of the boot disk 44 44 MAX_DISKS=99 45 WRITE_BOOT_FLOPPIES="yes" ;# do you want to be propted to write floppy images45 WRITE_BOOT_FLOPPIES="yes" # do you want to be propted to write floppy images 46 46 PROMPT_WRITE_BOOT_FLOPPIES="yes" 47 47 # do you want to be prompted to write … … 2992 2992 "ext2fs") 2993 2993 # say what will be used 2994 2994 echo "Creating an ext2 initrd image..." >> $LOGFILE 2995 2995 # kernel expects linuxrc in ext2 filesystem 2996 2996 ( cd $mountpoint && ln -sf sbin/init linuxrc ) … … 3003 3003 rm -f ${rdz_fname}.tmp 3004 3004 # log that we are done 3005 3005 echo "...done." >> $LOGFILE 3006 3006 ;; 3007 3007 "initramfs") 3008 3008 # say what will be used 3009 3009 echo "Creating a gzip'ed cpio (AKA initramfs) initrd image..." >> $LOGFILE 3010 3010 # make sure that cpio is there 3011 3011 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 209 209 #endif /* DEBUG */ 210 210 211 #define IA64_BOOT_SIZE " 8192" /* Should be coherent with mindi */211 #define IA64_BOOT_SIZE "16384" /* Should be coherent with mindi */ 212 212 #define STD_PREFIX "mondorescue" /* Should be coherent with mindi */ 213 213
Note:
See TracChangeset
for help on using the changeset viewer.