Changeset 2041 in MondoRescue


Ignore:
Timestamp:
Oct 8, 2008, 1:52:33 AM (16 years ago)
Author:
Bruno Cornec
Message:

Fix a USB support bug where the key wasn't made bootable (syslinux.cfg copied in the wrong place) (report from Brian McKee map_at_map-heb.com)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mindi/mindi

    r2040 r2041  
    13371337
    13381338OfferToMakeBootableUSB() {
    1339     local i old_pwd
     1339    local i
    13401340    if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ _"$MONDO_SHARE" = _"" ]; then
    13411341        echo -n "Shall I make a bootable USB image ? (y/[n]) "
     
    14341434    cp $MINDI_TMP/initrd.img $MINDI_TMP/usb/initrd.img 2>> $LOGFILE
    14351435    echo -en "."
    1436     MakeBootConfFile syslinux > syslinux.cfg
     1436    MakeBootConfFile syslinux > $MINDI_TMP/usb/syslinux.cfg
    14371437    echo -en "."
    14381438    umount $MINDI_TMP/usb
Note: See TracChangeset for help on using the changeset viewer.