- Timestamp:
- Jan 5, 2011, 3:53:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2690 r2691 35 35 36 36 EXTRA_SPACE=49152 # increase if you run out of ramdisk space 37 BOOT_SIZE= 16384# size of the boot disk37 BOOT_SIZE=20000 # size of the boot disk 38 38 39 39 PROMPT_MAKE_CD_IMAGE="yes" … … 1782 1782 du -sk $mountpoint/* >> $LOGFILE 1783 1783 echo "--- end of list of files ---" >> $LOGFILE 1784 echo -en "Kernel size = `du -sk $kernelpath | cut -f1` K\nRamdisk free = $free_space K\n\ 1785 Sorry, your kernel is too big for your image.\n" >> $LOGFILE 1784 echo -en "Kernel size = `du -sk $kernelpath | cut -f1` K\nRamdisk free = $free_space K\n" >> $LOGFILE 1786 1785 [ "$mountpoint" != "" ] && rm -f $mountpoint/vmlinuz 1787 1786 cd $old_pwd … … 1790 1789 # losetup /dev/loop0 -d 1791 1790 [ "$imagefile" != "" ] && rm -f $imagefile 1791 Die "Sorry, your kernel is too big for your image" 1792 1792 return 0 1793 1793 fi … … 1884 1884 du -sk $mountpoint/* >> $LOGFILE 1885 1885 echo "--- end of list of files ---" >> $LOGFILE 1886 echo -en "Kernel size = `du -sk $kernelpath | cut -f1` K\nRamdisk free = $free_space K\n\ 1887 Sorry, your kernel is too big for your image.\n" >> $LOGFILE 1886 echo -en "Kernel size = `du -sk $kernelpath | cut -f1` K\nRamdisk free = $free_space K\n" >> $LOGFILE 1888 1887 [ "$mountpoint" != "" ] && rm -f $mountpoint/vmlinuz 1889 1888 cd $old_pwd … … 1891 1890 rmdir $mountpoint || LogIt "Cannot rmdir (PBDI)" 1892 1891 1893 [ "$imagefile" != "" ] && rm -f $imagefile1892 Die "Sorry, your kernel is too big for your image" 1894 1893 return 0 1895 1894 fi
Note:
See TracChangeset
for help on using the changeset viewer.