Changeset 1454 in MondoRescue
- Timestamp:
- May 20, 2007, 11:35:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondorestore.c
r1374 r1454 401 401 read_cfg_file_into_bkpinfo(g_mondo_cfg_file, bkpinfo); 402 402 iamhere("Done loading config file; resizing ML"); 403 strcpy(tmp, bkpinfo->prefix); 404 if (popup_and_get_string 405 ("Prefix", "Prefix of your ISO images ?", tmp, MAX_STR_LEN / 4)) { 406 strcpy(bkpinfo->prefix, tmp); 407 log_msg(1, "Prefix set to %s",bkpinfo->prefix); 408 } 409 403 410 #ifdef __FreeBSD__ 404 411 if (strstr … … 2999 3006 } 3000 3007 3008 if (argc == 3 && strcmp(argv[1], "-p") == 0) { 3009 strcpy(bkpinfo->prefix,argv[2]); 3010 log_msg(1,"Prefix forced to %s",bkpinfo->prefix); 3011 } 3012 3001 3013 3002 3014 if (argc == 2 && strcmp(argv[1], "--live-grub") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.