Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop useless linkage since X11 stuff was split out of c module | Thierry Vignaud | 2004-06-27 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-25 | 1 | -1/+83 |
| | |||||
* | use internal_error() instead of die'ing with no arguments | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | fix blino stage1 change (i think he likes breaking things ;p) | Pascal Rigaux | 2004-06-25 | 2 | -2/+2 |
| | |||||
* | remove deprecated rhimage symlink | Pascal Rigaux | 2004-06-25 | 1 | -1/+0 |
| | |||||
* | bootloader::add_kernel() do a good job at replacing symlinks with the real | Pascal Rigaux | 2004-06-25 | 1 | -17/+0 |
| | | | | | kernel/initrd file name, so don't need to do it here | ||||
* | when adding a new kernel, have a nicer new name for conflicting entry | Pascal Rigaux | 2004-06-25 | 1 | -3/+8 |
| | |||||
* | when modifying a symlink, ensure we also use the long name for the old ↵ | Pascal Rigaux | 2004-06-25 | 1 | -15/+38 |
| | | | | symlink in the existing entries | ||||
* | Make perl_checker silent | Rafael Garcia-Suarez | 2004-06-25 | 1 | -6/+6 |
| | |||||
* | fix 2 typos | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | never disable "DHCP host name" entry box, it shouldn't be linked with ↵ | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | | | | ""Assign host name from DHCP address" checkbox (#2759, #9981) | ||||
* | unblacklist sis900 since its link beat detection works with latest kernels | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-25 | 1 | -1/+514 |
| | |||||
* | drop obsolete function | Pascal Rigaux | 2004-06-25 | 1 | -8/+0 |
| | |||||
* | drop obsolete lnx4win_file() | Pascal Rigaux | 2004-06-25 | 1 | -5/+0 |
| | |||||
* | simplify using new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 4 | -12/+12 |
| | |||||
* | - adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -6/+3 |
| | | | | | - simplify | ||||
* | major cleanup and rewrite | Pascal Rigaux | 2004-06-25 | 1 | -359/+419 |
| | | | | | | | | | | | | | | | | | | | | - some functions have been renamed - some functions have changed prototype - no more bootloader::vga_modes, we use Xconfig::resolution_and_depth::bios_vga_modes() - no more detectloader, it is now detect_main_method(), but notice that bootloader::read() + bootloader::write() abstract all this! - update_for_renumbered_partitions() is surely broken :) - sort_hds_according_to_bios() and mixed_kind_of_disks() uses new function hd2bios_kind() - new data structure "kernel_str" - lilo doesn't need so much help as it used to be, so don't put as much "disk=/dev/sda bios=0x80" as before some goals: - don't rely on device names (this allows not to care too much about devfs vs udev vs ...) - kernels can be named something else than /boot/vmlinuz*, please use the various functions to construct the initrd file name, the symlink name... | ||||
* | - enhance subpart_from_wild_device_name() to handle "sda" the same as ↵ | Pascal Rigaux | 2004-06-25 | 1 | -21/+35 |
| | | | | | | | | | "/dev/sda" (when /dev/sda exists) - new function device2part() which uses subpart_from_wild_device_name and the given fstab to convert the device name to the corresponding structure (this allows not relying too much on the device name) | ||||
* | - scim-uim requires scim, no need to have both | Pascal Rigaux | 2004-06-25 | 1 | -2/+2 |
| | | | | | - scim-chinese requires scim, no need to have both | ||||
* | rollback service priority | Thierry Vignaud | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Olivier Blin | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | remove unneeded "above" lines in modules::write_conf | Olivier Blin | 2004-06-24 | 1 | -0/+1 |
| | |||||
* | 10-48mdk | Thierry Vignaud | 2004-06-24 | 1 | -1/+19 |
| | |||||
* | delete "above" lines when removing a sound alias with ↵ | Olivier Blin | 2004-06-24 | 1 | -1/+5 |
| | | | | modules::remove_alias_regexp | ||||
* | switch chinese to scim by default | Thierry Vignaud | 2004-06-24 | 1 | -2/+1 |
| | |||||
* | fix gtk IM module for scim IM | Thierry Vignaud | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | - switch japanese to scim+uim and scim | Thierry Vignaud | 2004-06-24 | 1 | -2/+2 |
| | | | | | - switch chinese to scim | ||||
* | fix stupid typo | Olivier Blin | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | in modules::when_load, try to find the best sound slot index instead of ↵ | Olivier Blin | 2004-06-24 | 1 | -1/+5 |
| | | | | always overwritting sound-slot-0 (#7890) | ||||
* | (acceptLicense) just reboot when one cancel the globetrotter first time wizard | Thierry Vignaud | 2004-06-24 | 1 | -0/+4 |
| | |||||
* | fix xcin IM | Thierry Vignaud | 2004-06-24 | 1 | -3/+1 |
| | |||||
* | - add gv (not installed by default) to have it in the package tree (bugzilla ↵ | Pascal Rigaux | 2004-06-24 | 1 | -2/+2 |
| | | | | | | | #10127) - add pciutils (not installed by default) in MONITORING (but i don't think it will get to the package tree) | ||||
* | module hid is now named usbhid (thanks to svetljo on cooker) | Pascal Rigaux | 2004-06-24 | 1 | -1/+1 |
| | |||||
* | add back support for kinput2 IM | Thierry Vignaud | 2004-06-24 | 1 | -0/+5 |
| | |||||
* | sort CJK's IM entries | Thierry Vignaud | 2004-06-24 | 1 | -17/+17 |
| | |||||
* | - factorize im settings | Thierry Vignaud | 2004-06-24 | 1 | -54/+73 |
| | | | | | | | - change default IM according to cooker-i18n feedback: o default all chinese locales to fctix IM o default all japanese locales to scim+uim IM | ||||
* | properly handle ascii WEP keys (#9884) | Olivier Blin | 2004-06-24 | 2 | -1/+19 |
| | |||||
* | 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 |
| | |||||
* | Make perl_checker happy | Rafael Garcia-Suarez | 2004-06-23 | 2 | -5/+5 |
| | |||||
* | remove unneeded quotes | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | fix another typo from Titi in #9112 fix (#6802) | 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_() | ||||
* | remove global vga choice to please Pixel and Titi | Olivier Blin | 2004-06-23 | 1 | -1/+0 |
| | |||||
* | please perl_checko the Clean Keeper | Olivier Blin | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | Support for supplementary CDs during installation (from the 10.0 | Rafael Garcia-Suarez | 2004-06-23 | 2 | -21/+137 |
| | | | | | update branch.) | ||||
* | remove spurious spaces | Olivier Blin | 2004-06-23 | 1 | -2/+2 |
| |