Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - /dev/<vg> may not exist if LVs have not been created, it must not be an ↵ | Pascal Rigaux | 2007-11-28 | 2 | -1/+2 | |
| | | | | error (#31478) | |||||
* | - use xkb instead of xmodmap | Pascal Rigaux | 2007-11-27 | 6 | -6/+24 | |
| | | | | | | | (this fixes XF86_Switch_VT_X not defined in our xmodmaps) => stage2 is bigger: 640KB uncompressed, 223KB compressed | |||||
* | - save bootloader on MBR when calling grub/install.sh, and restore it before | Pascal Rigaux | 2007-11-27 | 2 | -0/+35 | |
| | | | | | calling it again (#35255) (ie implement "lilo -u" for grub) | |||||
* | - ensure /etc/sysconfig/console/default.kmap is generated with installed | Pascal Rigaux | 2007-11-26 | 2 | -0/+5 | |
| | | | | | keymaps, not installer simplified (?) .bkmap (#35376) | |||||
* | adapt scripts to new locations | Pascal Rigaux | 2007-11-26 | 2 | -3/+3 | |
| | ||||||
* | replace "Estimating" with "(estimating...)" as suggested in #35103 | Pascal Rigaux | 2007-11-26 | 1 | -1/+1 | |
| | ||||||
* | - add /etc/mke2fs.conf symlink so that mke2fs can use it (cf #27377) | Pascal Rigaux | 2007-11-26 | 2 | -0/+3 | |
| | ||||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 2 | -2/+8 | |
| | | | | | o handle "alien" grub entries that will be kept verbatim (#23591) | |||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 2 | -6/+14 | |
| | | | | | | o handle "root (hd...)" for menu.lst entries (#23591) (nb: when writing, "root ..." will not be used) | |||||
* | keep grub "root" command with field name {grub_root} | Pascal Rigaux | 2007-11-26 | 1 | -4/+8 | |
| | | | | | | | (to avoid name conflict with {root} used for the root partition (think lilo)) this commit is needed by next commit | |||||
* | - bootloader: | Pascal Rigaux | 2007-11-26 | 2 | -2/+5 | |
| | | | | | | o when reading existing menu.lst, keep verbatim entries for which the device has no mount-point | |||||
* | Typo fix. | Mashrab Kuvatov | 2007-11-24 | 2 | -112/+92 | |
| | ||||||
* | add install cmdline option "force_atime" | Pascal Rigaux | 2007-11-21 | 1 | -1/+1 | |
| | | | | | (to use when installing distros <= 2007.1 where relatime is unknown) | |||||
* | - fix build (fix a workaround in partimage_whole_disk) | Pascal Rigaux | 2007-11-21 | 2 | -1/+3 | |
| | ||||||
* | - diskdrake: | Pascal Rigaux | 2007-11-20 | 2 | -1/+3 | |
| | | | | | | | | | o always display the {info} field of the drive (not only in expert mode) TODO: understand why titi sets the {info} field using the "serial" of the device, it seems quite ugly on a test here. (was introduced in detect_devices.pm, r214435) | |||||
* | - diskdrake: | Pascal Rigaux | 2007-11-19 | 2 | -1/+3 | |
| | | | | | | o disallow "Use for loopback" when the partition used for loopback is not formatted (#35535) | |||||
* | remove debug code from previous commit | Pascal Rigaux | 2007-11-19 | 1 | -1/+1 | |
| | ||||||
* | fix linking with dietlibc /o\ | Olivier Blin | 2007-11-16 | 1 | -1/+1 | |
| | ||||||
* | fix linking of static archives with gcc | Olivier Blin | 2007-11-16 | 1 | -2/+4 | |
| | ||||||
* | fix build with gcc | Olivier Blin | 2007-11-16 | 4 | -0/+5 | |
| | ||||||
* | Updated translation from Alexander Kuzmenkov | Funda Wang | 2007-11-14 | 1 | -123/+55 | |
| | ||||||
* | 10.5.5 | Pascal Rigaux | 2007-11-14 | 2 | -1/+3 | |
| | ||||||
* | - adapt to cooker: | Pascal Rigaux | 2007-11-14 | 2 | -3/+7 | |
| | | | | | | o kbd_drv.so instead of keyboard_drv.so o DejaVuSansBold*.ttf instead of DejaVuSans-Bold*.ttf | |||||
* | fix po | Pascal Rigaux | 2007-11-14 | 1 | -2/+2 | |
| | ||||||
* | 10.5.4 | Pascal Rigaux | 2007-11-13 | 2 | -1/+3 | |
| | ||||||
* | - use UUID by default (in fstab, bootloader) | Pascal Rigaux | 2007-11-13 | 2 | -0/+2 | |
| | ||||||
* | fix last commit (unsaved file :-() | Thierry Vignaud | 2007-11-13 | 1 | -1/+1 | |
| | ||||||
* | (umount) fix garbaged error messages when umounting fs | Thierry Vignaud | 2007-11-13 | 2 | -1/+4 | |
| | ||||||
* | support snd-oxygen once it's released | Thierry Vignaud | 2007-11-12 | 1 | -1/+1 | |
| | ||||||
* | have a more readable comment | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 | |
| | ||||||
* | 10.5.3 | Pascal Rigaux | 2007-11-09 | 2 | -1/+3 | |
| | ||||||
* | - bootloader-config: | Pascal Rigaux | 2007-11-09 | 2 | -3/+8 | |
| | | | | | | | o do not create "linux" entries for xen kernels, but "xen" entries instead (as requested by guillomovitch on #mandrivafr) | |||||
* | create _sanitize_ver() for future changes in kernel_str2label() | Pascal Rigaux | 2007-11-09 | 1 | -4/+12 | |
| | ||||||
* | allow running with "use strict" | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 | |
| | ||||||
* | - localedrake: | Pascal Rigaux | 2007-11-08 | 3 | -15/+29 | |
| | | | | | o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090) | |||||
* | - cleanup: | Pascal Rigaux | 2007-11-08 | 1 | -9/+11 | |
| | | | | | - $lang is a string, $locale is always an object | |||||
* | further cleanup | Pascal Rigaux | 2007-11-08 | 1 | -6/+11 | |
| | ||||||
* | fix regression(?) introduced in "r207416 2004-05-12" when cleaning ↵ | Pascal Rigaux | 2007-11-08 | 1 | -1/+2 | |
| | | | | standard_locale() | |||||
* | prevent altering tool and the like when catching a bug (#35241) | Thierry Vignaud | 2007-11-06 | 2 | -0/+5 | |
| | ||||||
* | 10.5.2 | Thierry Vignaud | 2007-11-06 | 2 | -1/+3 | |
| | ||||||
* | adjust title when catching a segfault | Thierry Vignaud | 2007-11-06 | 1 | -2/+3 | |
| | ||||||
* | report gdb trace if possible | Thierry Vignaud | 2007-11-06 | 2 | -5/+38 | |
| | ||||||
* | include ext4 | Thierry Vignaud | 2007-11-06 | 1 | -1/+1 | |
| | ||||||
* | add support for ext4 | Thierry Vignaud | 2007-11-06 | 7 | -17/+26 | |
| | ||||||
* | keep buggy process around so that we can run gdb on it (if perl segfaulted) | Thierry Vignaud | 2007-11-06 | 2 | -1/+4 | |
| | ||||||
* | (part_raw) simplify | Thierry Vignaud | 2007-11-05 | 1 | -1/+1 | |
| | ||||||
* | (createOrChangeType) this action is only availlable in expert mode thus ↵ | Thierry Vignaud | 2007-11-05 | 1 | -1/+1 | |
| | | | | adding an hint | |||||
* | updates | Keld Simonsen | 2007-11-02 | 1 | -169/+51 | |
| | ||||||
* | log my changes | Olivier Blin | 2007-10-31 | 1 | -0/+3 | |
| | ||||||
* | detect storage and various controllers before anything else (so that storage ↵ | Olivier Blin | 2007-10-31 | 1 | -103/+104 | |
| | | | | devices get detected at first boot on live) |