- Timestamp:
- Dec 23, 2010, 6:02:08 PM (14 years ago)
- Location:
- branches/2.2.9
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2688 r2690 1722 1722 1723 1723 retval=0 1724 [ ! -e "$kernelpath" ] && Die "PBDI - cannot find $kernelpath kernel"1724 [ ! -e "$kernelpath" ] && Die "PBDI lilo - cannot find $kernelpath kernel" 1725 1725 echo -en "Making "$BOOT_SIZE"KB boot disk..." 1726 1726 TurnTgzIntoRdz $MINDI_LIB/rootfs $MINDI_TMP/initrd.img `du -sk $kernelpath | cut -f1` || Die "Could not turn rootfs into initrd.img; are you SURE your kernel supports loopfs?" … … 1829 1829 retval=0 1830 1830 1831 [ ! -e "$kernelpath" ] && Die "PBDI - cannot find $kernelpath kernel"1831 [ ! -e "$kernelpath" ] && Die "PBDI isolinux - cannot find $kernelpath kernel" 1832 1832 echo -en "Making "$BOOT_SIZE"KB boot disk..." 1833 1833 TurnTgzIntoRdz $MINDI_LIB/rootfs $MINDI_TMP/initrd.img `du -sk $kernelpath | cut -f1` || Die "Could not turn rootfs into initrd.img; are you SURE your kernel supports loopfs?"
Note:
See TracChangeset
for help on using the changeset viewer.