Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch uid/gid boundary to 1000+ | Colin Guthrie | 2014-10-20 | 3 | -2/+7 |
| | |||||
* | 16.3816.38 | Anne Nicolas | 2014-07-22 | 2 | -1/+5 |
| | |||||
* | Mageia 5 alpha 2 left background | Anne Nicolas | 2014-07-22 | 1 | -0/+0 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2014-07-03 | 1 | -1/+1 |
| | | | | (spot by tmb) | ||||
* | 16.3716.37 | Colin Guthrie | 2014-07-03 | 3 | -1/+6 |
| | |||||
* | fix not writing /etc/fstab | Thierry Vignaud | 2014-07-03 | 1 | -1/+1 |
| | | | | | test condition was wrongly inverted in commit 5eb630b080a5566359773bb38fd6e2f31e32459a | ||||
* | simplify | Thierry Vignaud | 2014-07-03 | 1 | -1/+1 |
| | | | | should have been done in commit a3715cc453d4f8de5563359ed3bd30d2cfd32929 | ||||
* | improve fs sorting in combo box (mga#13640) | Thierry Vignaud | 2014-07-03 | 3 | -1/+7 |
| | | | | was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f | ||||
* | 16.3616.36 | Thomas Backlund | 2014-07-01 | 3 | -1/+5 |
| | |||||
* | hide /boot/efi check for now (mga#13638) | Thomas Backlund | 2014-07-01 | 3 | -1/+4 |
| | |||||
* | update NEWS16.35 | Anne Nicolas | 2014-06-29 | 1 | -0/+3 |
| | |||||
* | Mageia 5 alapha 1 left background | Anne Nicolas | 2014-06-29 | 1 | -0/+0 |
| | |||||
* | really apply fix for mga#13492 | Thierry Vignaud | 2014-06-28 | 1 | -0/+1 |
| | |||||
* | fix not being able to select packages when list contains only one (mga#13492) | Thierry Vignaud | 2014-06-27 | 1 | -0/+2 |
| | |||||
* | 16.3416.34 | Thierry Vignaud | 2014-06-26 | 2 | -1/+3 |
| | |||||
* | fix installing fonts (Frédéric Buclin, mga#11849) | Thierry Vignaud | 2014-06-26 | 2 | -2/+4 |
| | | | | | fallout from gtk2 -> gtk3 switch get_filenames() now returns an arrayref instead of a list. | ||||
* | perl_checker fix | Thierry Vignaud | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | (_find_file) introduce it | Thierry Vignaud | 2014-06-21 | 2 | -1/+13 |
| | | | | | | | | either file has an absolute path and we check for its existence or it has not and we assume it's a binary to lookup in $PATH thus fixing a warning in mousedrake since commit be1d69418fda6e16422d634c59b54375bfa7a897 | ||||
* | fix loosing TZ choice when canceling TZ selection (mga#13534) | Thierry Vignaud | 2014-06-20 | 2 | -1/+3 |
| | |||||
* | fix crash on clicking Cancel after TZ selection (mga#13534) | Thierry Vignaud | 2014-06-20 | 2 | -1/+4 |
| | |||||
* | make sure udev had time to create device nodes | Thierry.Vignaud | 2014-06-19 | 2 | -1/+6 |
| | |||||
* | do not bother creating /dev/fd[01] | Thierry.Vignaud | 2014-06-19 | 2 | -2/+2 |
| | | | | now done by udev | ||||
* | 16.3316.33 | Thierry Vignaud | 2014-06-18 | 3 | -1/+5 |
| | |||||
* | 2.5 | Thierry Vignaud | 2014-06-18 | 2 | -1/+2 |
| | |||||
* | (get_dynamic_major) kill it now it's unused | Thierry.Vignaud | 2014-06-18 | 1 | -5/+0 |
| | |||||
* | don't bother creating /dev/null | Thierry.Vignaud | 2014-06-18 | 1 | -3/+1 |
| | | | | | | We mount --bind /dev on $::prefix/dev just after... Should have been done in commit 0e175066e7b21b48285d28afe85493664a0c2a8a Also restore comment & fix it. | ||||
* | those are way obsolete... | Thierry.Vignaud | 2014-06-18 | 1 | -2/+0 |
| | |||||
* | kill support for obsolete CD drivers | Thierry.Vignaud | 2014-06-18 | 1 | -11/+1 |
| | | | | | those were killed in 2007 see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/cdrom?id=f3f541f9ded9dd37edca103dd3be49bfbd9e730d | ||||
* | do not even try to create basic /dev nodes | Thierry.Vignaud | 2014-06-18 | 3 | -24/+4 |
| | | | | | Those should be handled by udev. Live install should be tested as some were added for it. | ||||
* | let udev handles /dev/urandom | Thierry.Vignaud | 2014-06-18 | 1 | -2/+0 |
| | | | | | basically reverting commit 58f604869ed79dd73e01a4955efbadd97226635d ("lvm2 uses urandom") | ||||
* | let udev creates '/dev/mapper/control' | Thierry.Vignaud | 2014-06-18 | 1 | -7/+0 |
| | |||||
* | remove support for ataraid | Thierry.Vignaud | 2014-06-18 | 3 | -17/+2 |
| | | | | | | was killed in kernel on 2002-08-16, obsolete since kernel-2.6... See https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=12105c896098faf822e882f3495fee485c2ebaa5 | ||||
* | stop creating /dev entries now that we use udev | Thierry.Vignaud | 2014-06-18 | 3 | -127/+7 |
| | | | | needs to be tested in draklive too (probe-modules) | ||||
* | 2.4 | Thierry Vignaud | 2014-06-16 | 2 | -1/+2 |
| | |||||
* | fix building with "make -j24" | Thierry Vignaud | 2014-06-16 | 2 | -0/+4 |
| | |||||
* | 16.3216.32 | Thierry Vignaud | 2014-06-15 | 3 | -1/+7 |
| | |||||
* | 2.8 | Thierry Vignaud | 2014-06-15 | 2 | -1/+3 |
| | |||||
* | 2.3 | Thierry Vignaud | 2014-06-15 | 2 | -1/+2 |
| | |||||
* | include acpi-cpufreq | Thierry Vignaud | 2014-06-15 | 2 | -0/+2 |
| | |||||
* | include platform driver autoload udev rules | Thierry Vignaud | 2014-06-15 | 2 | -0/+2 |
| | |||||
* | sync with kernel-3.15 | Thierry Vignaud | 2014-06-15 | 4 | -11/+17 |
| | |||||
* | simplify after commit cfc5075fdd3effdb0617e98133cf08e6fbdceef7 | Thierry Vignaud | 2014-06-12 | 1 | -5/+3 |
| | | | | this code is install specific... | ||||
* | this icon is no more needed | Thierry Vignaud | 2014-06-08 | 1 | -2/+0 |
| | | | | it didn't really fix the warning that has gone away anyway | ||||
* | do not create /dev/mouse symling anymore | Thierry Vignaud | 2014-06-08 | 1 | -2/+0 |
| | | | | just rely on udev | ||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 108 | -109/+95 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | cleanup unsupported arches | Thierry Vignaud | 2014-06-07 | 4 | -400/+3 |
| | | | | | rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ... | ||||
* | Slovenian translation updated | filip | 2014-06-06 | 1 | -2/+2 |
| | |||||
* | 16.31.116.31.1 | Thierry Vignaud | 2014-06-06 | 2 | -1/+3 |
| | |||||
* | include udev rule for VMmouse | Thierry Vignaud | 2014-06-06 | 2 | -0/+4 |
| | |||||
* | 16.3116.31 | Thierry Vignaud | 2014-06-06 | 2 | -1/+3 |
| |