Changeset 195 in MondoRescue
- Timestamp:
- Dec 13, 2005, 7:10:50 PM (19 years ago)
- Location:
- branches/2.05
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/CHANGES
r157 r195 9 9 - USB keyboard support (Bruno Cornec) 10 10 - -p should now work with ISO/PXE/NFS modes (Bruno Cornec) 11 - relocate what was under /usr/share to /usr/lib (FHS compliance) 12 (Bruno Cornec/Andree Leidenfrost) 13 - manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball) 14 (Bruno Cornec) 11 15 12 16 1.05 (2005-11-19) -
branches/2.05/mondo/ChangeLog
r174 r195 16 16 - Quadrupled ARBITRARY_MAXIMUM from 500 to 2000 for mondorestore's filebrowser 17 17 (Andree Leidenfrost) 18 - remove the renice of mondoarchive (Hugo Rabson) 19 - relocate what was under /usr/share to /usr/lib (FHS compliance) 20 (Bruno Cornec/Andree Leidenfrost) 21 - manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball) 22 (Bruno Cornec) 23 - disable x11 build by default (Bruno Cornec) 24 - remove sbminst (Bruno Cornec/Andree Leidenfrost) 18 25 19 26 v2.05 (2005-11-19) -
branches/2.05/mondo/mondo/mondoarchive/main.c
r169 r195 313 313 register_pid(g_main_pid, "mondo"); 314 314 set_signals(TRUE); // catch SIGTERM, etc. 315 nice(10);316 315 run_program_and_log_output("dmesg -n1", TRUE); 317 316
Note:
See TracChangeset
for help on using the changeset viewer.