Changeset 2067 in MondoRescue
- Timestamp:
- Nov 26, 2008, 12:55:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/2.2.8/mindi/mindi ¶
r2060 r2067 1685 1685 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?" 1686 1686 echo -en "..." 1687 imagefile=$ imagesdir/mindi-bootroot.$BOOT_SIZE.img1687 imagefile=$MINDI_TMP/mindi-bootroot.$BOOT_SIZE.img 1688 1688 mountpoint=$MINDI_TMP/mountpoint.$$ 1689 1689 mkdir -p $mountpoint … … 1691 1691 echo "Creating vfat filesystem on $imagefile" >> $LOGFILE 1692 1692 mkfs.vfat $imagefile >> $LOGFILE 2>> $LOGFILE 1693 # syslinux should be run on a local file (doen't work through NFS Cf: #297) 1693 1694 syslinux $imagefile >> $LOGFILE 2>> $LOGFILE 1695 1696 # Only move it now to its final destination abd use it now 1697 mv $imagefile $imagesdir 1698 imagefile=$imagesdir/mindi-bootroot.$BOOT_SIZE.img 1694 1699 1695 1700 mount -t vfat -o loop $imagefile $mountpoint || LogIt "Cannot mount (PBDI)"
Note:
See TracChangeset
for help on using the changeset viewer.