Changeset 290 in MondoRescue
- Timestamp:
- Jan 10, 2006, 9:43:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.06/mindi/mindi
r289 r290 3194 3194 LogIt "Warning - failed to create 1.72MB boot image. Please reduce your kernel's size\n" 3195 3195 LogIt "if you want to make a 1.72MB floppy disk.\n" 3196 fi3197 if ! PrepareBootDiskImage_SYSLINUX $imagesdir 2880 $kernelpath $ramdisk_size ; then3198 LogIt "Warning - failed to create 2.88MB floppy disk image.\n"3199 LogIt "Please reduce your kernel's size\n"3200 LogIt "if you want to make a 2.88MB floppy disk.\n"3201 fi3202 PrepareBootDiskImage_SYSLINUX $imagesdir 5760 $kernelpath $ramdisk_size || Die "Failed to create 5.76MB floppy disk image."3196 if ! PrepareBootDiskImage_SYSLINUX $imagesdir 2880 $kernelpath $ramdisk_size ; then 3197 LogIt "Warning - failed to create 2.88MB floppy disk image.\n" 3198 LogIt "Please reduce your kernel's size\n" 3199 LogIt "if you want to make a 2.88MB floppy disk.\n" 3200 PrepareBootDiskImage_SYSLINUX $imagesdir 5760 $kernelpath $ramdisk_size || Die "Failed to create 5.76MB floppy disk image." 3201 fi 3202 fi 3203 3203 fi 3204 3204
Note:
See TracChangeset
for help on using the changeset viewer.