Ignore:
Timestamp:
Nov 21, 2011, 3:20:17 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Removes useless gendf option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondorestore.c

    r2882 r2903  
    29572957    }
    29582958
    2959     if (argc == 3 && strcmp(argv[1], "--gendf") == 0) {
    2960         make_grub_install_scriptlet(argv[2]);
    2961         finish(0);
    2962     }
    2963 
    29642959    if (argc >= 2 && strcmp(argv[1], "--pih") == 0) {
    29652960        if (system("mount | grep cdrom 2> /dev/null > /dev/null")) {
Note: See TracChangeset for help on using the changeset viewer.