~xnox/debian-cd/cd-boot-images-ppc64el

« back to all changes in this revision

Viewing changes to tools/boot/jaunty/boot-i386

  • Committer: Loic Minier
  • Date: 2009-04-03 13:39:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1388.
  • Revision ID: lool@antimony-20090403133921-708ffyoc6os6kokk
replace CDIMAGE_VFAT= with IMAGE_FORMAT= (either vfat or iso)

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
    fi
391
391
fi
392
392
 
393
 
if [ "$CDIMAGE_VFAT" = "1" ]; then
 
393
if [ "$IMAGE_FORMAT" = "vfat" ]; then
394
394
        mv boot$N/isolinux boot$N/syslinux
395
395
        mv boot$N/syslinux/isolinux.cfg boot$N/syslinux/syslinux.cfg
396
396
fi