Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add grub entries to allow booting other installed distros | Pascal Rigaux | 2008-01-30 | 1 | -0/+3 |
| | | | | | (using grub "configfile") (see #16604) | ||||
* | 10.6.10 | Thierry Vignaud | 2008-01-30 | 1 | -0/+2 |
| | |||||
* | oops, reverting again to xkb, since otherwise Ctrl-Alt-Fx doesn't work :-/ | Pascal Rigaux | 2008-01-29 | 1 | -1/+0 |
| | |||||
* | - revert to using xmodmap instead of xkb (workaround bug #35912) | Pascal Rigaux | 2008-01-29 | 1 | -0/+1 |
| | |||||
* | log handing new drivers here too | Thierry Vignaud | 2008-01-28 | 1 | -0/+7 |
| | |||||
* | - fix detecting existing LVMs (#31228) | Pascal Rigaux | 2008-01-28 | 1 | -0/+2 |
| | | | | | | | | | (regression introduced in 10.4.204 (?)) nb: great care must be taken to ensure lvm::init() is not called too soon (maybe lvm::init should be called in fsedit to ensure this doesn't happen again?) | ||||
* | - fix ensuring X is launched on tty7 (cf #37087) | Pascal Rigaux | 2008-01-28 | 1 | -0/+1 |
| | |||||
* | - fix handling LVM VGs with "-" in the name (#37267) | Pascal Rigaux | 2008-01-28 | 1 | -0/+1 |
| | |||||
* | - call X with -nolisten tcp to avoid "security" issues (#18320) | Pascal Rigaux | 2008-01-25 | 1 | -0/+2 |
| | | | | | (nb: this implies "xhost+" helper prog is not useful anymore) | ||||
* | - do not propose ext4dev filesystem during install (#37157) | Pascal Rigaux | 2008-01-25 | 1 | -0/+2 |
| | |||||
* | 10.6.8 | Thierry Vignaud | 2008-01-24 | 1 | -0/+2 |
| | |||||
* | - 2008.1 beta1 logo | Pascal Rigaux | 2008-01-23 | 1 | -0/+1 |
| | |||||
* | - bootloader-config, diskdrake: | Pascal Rigaux | 2008-01-22 | 1 | -0/+3 |
| | | | | | | o look for LVM PV on non partitioned disk before looking for DOS partition_table (esp. for lilo which puts the DOS magic) | ||||
* | 10.6.7 | Pascal Rigaux | 2008-01-22 | 1 | -3/+2 |
| | |||||
* | - add xkb/symbols/inet (which is now needed by default for pc105) | Pascal Rigaux | 2008-01-22 | 1 | -0/+2 |
| | |||||
* | 10.6.6 | Pascal Rigaux | 2008-01-22 | 1 | -0/+2 |
| | |||||
* | - do not put "windows" entry in bootloader for partitions where Windows is not | Pascal Rigaux | 2008-01-22 | 1 | -0/+2 |
| | | | | | present (#8086) | ||||
* | - adapt to perl 5.10.0 | Pascal Rigaux | 2008-01-18 | 1 | -0/+1 |
| | |||||
* | - create /dev/cdrom symlink for installer (#36703) | Pascal Rigaux | 2008-01-18 | 1 | -0/+2 |
| | | | | | | do create the symlink to have it during install (otherwise fs::wild_device::from_part will give a non accessible device) | ||||
* | 10.6.5 | Pascal Rigaux | 2008-01-17 | 1 | -0/+2 |
| | |||||
* | - do not sort languages in "choose language" step in graphical mode, since the | Pascal Rigaux | 2008-01-11 | 1 | -0/+4 |
| | | | | | | sort is done on the non-translated strings (eg: we display "Espanol" but we sort on Spanish ) | ||||
* | 10.6.3 | Pascal Rigaux | 2008-01-09 | 1 | -0/+2 |
| | |||||
* | /usr/lib/gconv/KOI8-K.so is no more, take KOI8-*.so | Pascal Rigaux | 2008-01-09 | 1 | -0/+1 |
| | |||||
* | 10.6.2 | Pascal Rigaux | 2008-01-09 | 1 | -0/+1 |
| | |||||
* | - adapt to cooker: | Pascal Rigaux | 2007-12-21 | 1 | -0/+3 |
| | | | | | | o DejaVuSans-Bold*.ttf instead of DejaVuSansBold*.ttf (again!) o no more /etc/rpm/platform (for rpm 4.4.2.2) | ||||
* | install SMP packages when "match_all_hardware" option is set | Olivier Blin | 2007-12-17 | 1 | -0/+2 |
| | |||||
* | 10.6.1 | Pascal Rigaux | 2007-12-12 | 1 | -0/+2 |
| | |||||
* | - ensure failing to build mdkinst.sqfs is a fatal error | Pascal Rigaux | 2007-12-12 | 1 | -0/+1 |
| | |||||
* | - drakx-in-chroot: | Pascal Rigaux | 2007-12-12 | 1 | -0/+3 |
| | | | | | | o just like stage1, handle <root of distrib> ending with current arch() so that we can access main32 on x86_64 | ||||
* | - do not rebuild rpmdb if it is ok | Pascal Rigaux | 2007-12-11 | 1 | -0/+2 |
| | | | | | (will workaround #32547) (need perl-URPM 3.01) | ||||
* | - adapt to perl-URPM 3.00 API to parse pubkey files | Pascal Rigaux | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-12-07 | 1 | -0/+1 |
| | | | | | o adjust Uzbek locale (cf locales-uz change) | ||||
* | (selectLanguage_install) ensure langs are sorted in text mode | Thierry Vignaud | 2007-12-06 | 1 | -0/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-12-04 | 1 | -0/+3 |
| | | | | | | o drop "Undo", "Restore partition table", "Save partition table" (preparing to switch to libparted) | ||||
* | - don't check /proc/partitions for a partition_table::lvm | Pascal Rigaux | 2007-12-03 | 1 | -0/+3 |
| | | | | | (ie PV on non partitioned drive) | ||||
* | alas switching to xkb doesn't fix XF86_Switch_VT_X (#35912) | Pascal Rigaux | 2007-12-03 | 1 | -1/+0 |
| | |||||
* | add bug number | Pascal Rigaux | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | 10.5.6 | Pascal Rigaux | 2007-11-30 | 1 | -0/+2 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-11-30 | 1 | -0/+1 |
| | | | | | o restrict the proposed input-methods for each language | ||||
* | (isLaptop) fix wrongly detecting some devices as laptop specific due | Thierry Vignaud | 2007-11-29 | 1 | -0/+1 |
| | | | | | to too hungry regexp (#35759) | ||||
* | - /dev/<vg> may not exist if LVs have not been created, it must not be an ↵ | Pascal Rigaux | 2007-11-28 | 1 | -0/+1 |
| | | | | error (#31478) | ||||
* | - use xkb instead of xmodmap | Pascal Rigaux | 2007-11-27 | 1 | -0/+2 |
| | | | | | | | (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 | 1 | -0/+2 |
| | | | | | 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 | 1 | -0/+2 |
| | | | | | keymaps, not installer simplified (?) .bkmap (#35376) | ||||
* | - add /etc/mke2fs.conf symlink so that mke2fs can use it (cf #27377) | Pascal Rigaux | 2007-11-26 | 1 | -0/+2 |
| | |||||
* | 10.5.5 | Pascal Rigaux | 2007-11-14 | 1 | -0/+2 |
| | |||||
* | - adapt to cooker: | Pascal Rigaux | 2007-11-14 | 1 | -0/+4 |
| | | | | | | o kbd_drv.so instead of keyboard_drv.so o DejaVuSansBold*.ttf instead of DejaVuSans-Bold*.ttf | ||||
* | 10.5.4 | Pascal Rigaux | 2007-11-13 | 1 | -0/+2 |
| | |||||
* | - use UUID by default (in fstab, bootloader) | Pascal Rigaux | 2007-11-13 | 1 | -0/+1 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-11-08 | 1 | -0/+2 |
| | | | | | o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090) |