Changeset 1715 in MondoRescue for branches/2.2.5


Ignore:
Timestamp:
Oct 27, 2007, 9:43:30 PM (16 years ago)
Author:
Bruno Cornec
Message:

We also need vaft format support for USB boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1714 r1715  
    28092809        list_of_groovy_mods="$list_of_groovy_mods $NET_MODS"
    28102810    fi
     2811    if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then
     2812        list_of_groovy_mods="$list_of_groovy_mods $EXTRA_MODS"
     2813    fi
    28112814    [ -e "$floppy_modules_path" ] || LogIt "path $floppy_modules_path does not exist.\n If you're not using a modular kernel then you're NUTS."
    28122815    for i in $list_of_groovy_mods ; do
Note: See TracChangeset for help on using the changeset viewer.