Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - typo fix (lost -> lose) | Robert Vojta | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | warn the user before dm exit will kill the session (Robert Vojta, #10179) | Thierry Vignaud | 2004-07-08 | 1 | -0/+1 |
| | |||||
* | when adding users during install, suggest the user names found in /home | Pascal Rigaux | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | Merge fixes from Anthill 927, 929. | Stew Benedict | 2004-07-07 | 1 | -7/+16 |
| | | | | | (filenames with spaces, .backupignore, gui behavior) | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 6 | -6/+6 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | fix typo | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | - nicer "usage: ..." | Pascal Rigaux | 2004-07-06 | 1 | -13/+54 |
| | | | | | | | | - add actions "add-entry" and "remove-entry" - add option --label - add option --chainload - rename --vmlinuz to --image | ||||
* | update bootsplash even if framebuffer was disabled | Olivier Blin | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | high level explanation | Thierry Vignaud | 2004-07-06 | 1 | -0/+1 |
| | |||||
* | try to use $default_intf (and fix the last perl_checker warning, yeah) | Olivier Blin | 2004-07-05 | 1 | -1/+7 |
| | |||||
* | perl_checker compliance | Olivier Blin | 2004-07-05 | 1 | -3/+2 |
| | |||||
* | rename $echr and $echt to $scale_r and $scale_t | Olivier Blin | 2004-07-05 | 1 | -8/+8 |
| | |||||
* | remove unused variable $type | Olivier Blin | 2004-07-05 | 1 | -3/+0 |
| | |||||
* | fix #-PO: comment | Pascal Rigaux | 2004-07-05 | 1 | -1/+2 |
| | |||||
* | drop --no-link option (already replaced by --no-short-name) | Pascal Rigaux | 2004-07-05 | 1 | -4/+0 |
| | |||||
* | - new option --no-short-name which implies no short labels (usually vmlinuz) ↵ | Pascal Rigaux | 2004-07-05 | 1 | -2/+9 |
| | | | | | | | and no symlinks (usually /boot/vmlinuz) - rename --no-link to --no-short-name (keeping compatibility for a few days) | ||||
* | typo fix | Thierry Vignaud | 2004-07-01 | 1 | -1/+1 |
| | |||||
* | revert ugly code printing "This program cannot be run in console mode", | Pascal Rigaux | 2004-07-01 | 13 | -130/+13 |
| | | | | | it is easily done in ugtk2.pm | ||||
* | when doing update_splash or remove_splash, call when_config_changed (mainly ↵ | Pascal Rigaux | 2004-06-30 | 1 | -0/+2 |
| | | | | for lilo) | ||||
* | try to display arrows closely to transmission values | Olivier Blin | 2004-06-30 | 1 | -20/+19 |
| | |||||
* | always draw an arrow next to transmitted amount | Olivier Blin | 2004-06-30 | 1 | -7/+6 |
| | |||||
* | always display a speed label for transmitted graph | Olivier Blin | 2004-06-30 | 1 | -1/+1 |
| | |||||
* | fix button layout | Thierry Vignaud | 2004-06-30 | 1 | -4/+4 |
| | |||||
* | (build_it) add translator hint | Thierry Vignaud | 2004-06-30 | 1 | -1/+3 |
| | |||||
* | allow the user to use different scales for received and transmitted | Olivier Blin | 2004-06-30 | 1 | -2/+13 |
| | |||||
* | prepare code to use distinct scales for received and transmitted | Olivier Blin | 2004-06-30 | 1 | -40/+51 |
| | |||||
* | please perl_checker | Pascal Rigaux | 2004-06-30 | 1 | -1/+1 |
| | |||||
* | remove most magic numbers, prefer usage of $width and $height | Olivier Blin | 2004-06-30 | 1 | -36/+43 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-30 | 1 | -0/+1 |
| | |||||
* | use fsedit::is_same_hd in drakupdate_fstab and revert previous change in ↵ | Olivier Blin | 2004-06-29 | 1 | -1/+1 |
| | | | | fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields) | ||||
* | add bootloader-config (tested for adding and removing in simple cases) | Pascal Rigaux | 2004-06-29 | 1 | -0/+120 |
| | |||||
* | simplify using new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | rollback service priority | Thierry Vignaud | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | Some standalone tools don't compile when run from console | Rafael Garcia-Suarez | 2004-06-24 | 13 | -13/+130 |
| | |||||
* | code cleanup per Pixel | Stew Benedict | 2004-06-23 | 1 | -6/+1 |
| | |||||
* | remove unneeded quotes | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | fix processing of config file broken again by Titi | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | - fix processing of config file broken by magic olivier | Thierry Vignaud | 2004-06-23 | 1 | -5/+2 |
| | | | | | - reuse cat_() | ||||
* | please perl_checko the Clean Keeper | Olivier Blin | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | remove spurious spaces | Olivier Blin | 2004-06-23 | 1 | -2/+2 |
| | |||||
* | be mouse wheel aware (fix bug 9926) | Olivier Blin | 2004-06-23 | 1 | -0/+3 |
| | |||||
* | ask for bootloader choice when framebuffer isn't configured (fix bug 9925) | Olivier Blin | 2004-06-23 | 1 | -3/+8 |
| | |||||
* | remove unused variable | Olivier Blin | 2004-06-23 | 1 | -3/+1 |
| | |||||
* | fix indentation | Olivier Blin | 2004-06-22 | 1 | -5/+5 |
| | |||||
* | do not update bootsplash in autologin wizard | Olivier Blin | 2004-06-22 | 1 | -2/+5 |
| | |||||
* | remove spurious comma and spaces | Olivier Blin | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2004-06-22 | 1 | -13/+13 |
| | |||||
* | (getIP) fix build | Thierry Vignaud | 2004-06-22 | 1 | -1/+1 |
| |