- Timestamp:
- Oct 20, 2007, 9:17:20 PM (18 years ago)
- Location:
- branches/2.2.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1688 r1690 3278 3278 fi 3279 3279 3280 if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] ; then3280 if [ "$PROMPT_MAKE_USB_IMAGE" = "yes" ] && [ "$USBDEVICE" != "" ]; then 3281 3281 LogIt "Including the generation of a Bootable USB device on $USBDEVICE" 3282 3282 fi -
branches/2.2.5/mondo/src/mondoarchive/mondo-cli.c
r1687 r1690 368 368 i = flag_set['c'] + flag_set['i'] + flag_set['n'] + 369 369 flag_set['t'] + flag_set['u'] + flag_set['r'] + 370 flag_set['w'] + flag_set['C'] ;370 flag_set['w'] + flag_set['C'] + flag_set['U']; 371 371 if (i == 0) { 372 372 retval++;
Note:
See TracChangeset
for help on using the changeset viewer.