Changeset 1872 in MondoRescue
- Timestamp:
- Jan 21, 2008, 7:10:56 PM (17 years ago)
- Location:
- branches/2.2.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo-doc/mondorestore.8
r1691 r1872 25 25 26 26 .SH SYNOPSIS 27 .B mondorestore [-p prefix] 27 .B mondorestore [-p prefix][-K loglevel] 28 28 : restore your PC 29 29 … … 50 50 .B mondorestore 51 51 will use images named machine-1.iso, machine-2.iso, ... 52 53 .TP 54 .BI "-K " "loglevel" 55 Specify the loglevel. Use 99 for full debug. Standard debug level is 4. 52 56 53 57 .SH DIAGNOSTICS -
branches/2.2.5/mondo/src/mondorestore/mondo-restore.c
r1870 r1872 3115 3115 } 3116 3116 3117 if (argc == 3 && strcmp(argv[1], "-K") == 0) { 3118 g_loglevel = atoi(argv[2]); 3119 log_msg(1,"Loglevel forced to %s",g_loglevel); 3120 } 3117 3121 3118 3122 if (argc == 2 && strcmp(argv[1], "--live-grub") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.