Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | further sync with kernel 4.14 | Thierry Vignaud | 2018-05-28 | 1 | -0/+1 |
| | | | | (cherry picked from commit 3ffc79a0be43830570b12867ee91a1d2d8834075) | ||||
* | sync with kernel 4.14 | Thomas Backlund | 2018-05-28 | 1 | -0/+1 |
| | | | | (cherry picked from commit 250dfcd6a66b084282be7bc3c6b253b0374dae1f) | ||||
* | Make fs::get_major_minor() unconditionally read the device numbers. | Martin Whitaker | 2018-05-28 | 1 | -0/+3 |
| | | | | | | | Thus ensuring we get the correct device numbers after writing a partition table (mga#22032). (cherry picked from commit eb497cece2871e59a2f981602e44f303826ffeab) | ||||
* | Fix parsing of grub2 menu entries to support 16-bit mode (mga#21247). | Martin Whitaker | 2018-05-28 | 1 | -0/+1 |
| | | | | | | | This enables bootloader::read_grub2 to recognise the initrd16 keyword, which is used by default on x86 machines. (cherry picked from commit 4d96d7a4c32186d7597f2f8f6f75eb1d8c9bf181) | ||||
* | Fix drakboot video mode selection when using grub2 (mga#21246) | Martin Whitaker | 2018-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | The video mode needs to be extracted from and written back to the GRUB_CMDLINE_LINUX_DEFAULT parameter in /etc/defaults/grub2. This fix creates a new "default_vga" key in the $bootloader hash to hold the current selection. Using the existing "vga" key would cause the default video mode to be added to any bootloader entries that don't have a specific "vga" value, e.g. the "failsafe" entry. The $bootloader "vga" value doesn't appear to be set anywhere else, so may in fact be obsolete. (cherry picked from commit f70da6dee2087dbcb26e1ae6e00c5ea859c0c787) | ||||
* | Combine bootloader perImageAppend and default_append keys. | Martin Whitaker | 2018-05-28 | 1 | -0/+3 |
| | | | | | | | This allows changes to the append options to propagate to the grub2 configuration file, thus fixing mga#21263 and mga#21250. (cherry picked from commit 6fb73fba36f9fcf88251f3bd3ad8ee67950c8541) | ||||
* | update list of modules needing firmware | Thomas Backlund | 2018-05-28 | 1 | -0/+1 |
| | | | | (cherry picked from commit 14fe8140dfa87211854877002217f44aa02318ea) | ||||
* | iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316) | Thomas Backlund | 2018-05-28 | 1 | -0/+1 |
| | | | | (cherry picked from commit c307169409a13fab669f863fdfa41364c319b20d) | ||||
* | don't list HDA "input" devices as keyboards | Thierry Vignaud | 2018-04-17 | 1 | -0/+3 |
| | | | | | | Those are listed in /proc/bus/input/devices (mga#9986) (cherry picked from commit ae6acbf65a1911b5ae29e216901a7a2ac3cd4080) | ||||
* | 17.88.117.88.1 | Thierry Vignaud | 2017-09-18 | 1 | -0/+2 |
| | |||||
* | read_grub2: fix undefined labels (mga#19014) | Thierry Vignaud | 2017-09-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | we were wrongly assuming we entered a new entry when reading eg: "${xen_rm_opts}" (which is why most people never see that error and why I wasn't able to reproduce it, one would need Xen or similar to be installed) Then drakboot would crash with: drakboot crashed ("undefined value for mandatory argument 'text' encountered at ugtk3.pm" Theorically, it could happen with DrakX too when updating a system with Xen. (cherry picked from commit 1941fa3c6e9a68a1004c92f42493508bb46a32b5) | ||||
* | (read_grub2) handle both linux & linux16 | Thierry Vignaud | 2017-09-18 | 1 | -0/+3 |
| | | | | | | thus we got more data (cherry picked from commit 56c8070207a8395b7fb0c20eb200fd9bd8c76757) | ||||
* | 17.8817.88 | Thomas Backlund | 2017-07-07 | 1 | -0/+4 |
| | |||||
* | 17.8517.85 | Thierry Vignaud | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Don't overwrite custom grub2 settings when updating/upgrading (mga#20596) | Martin Whitaker | 2017-06-22 | 1 | -0/+1 |
| | | | | | Fixes a corner case bug where GRUB_DEFAULT and GRUB_SAVEDEFAULT would be overwritten if previously set to a value that evaluates as false. | ||||
* | list 8812au (mga#21043) | Thierry Vignaud | 2017-06-10 | 1 | -0/+2 |
| | |||||
* | 17.8417.84 | Rémi Verschelde | 2017-06-05 | 1 | -0/+4 |
| | |||||
* | 17.8317.83 | Thierry Vignaud | 2017-06-04 | 1 | -0/+2 |
| | |||||
* | log previous changes | Thierry Vignaud | 2017-06-04 | 1 | -0/+1 |
| | |||||
* | fix crash introduced in 17.77 (mga#20956) | Thierry Vignaud | 2017-05-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Depending on machine speed/slowness, signals will not be fired in the order expected and Repaint() will be called before global variable $cairo is set by draw(). This can be reproduced by making $timer to happens much faster than every 120ms so that it happens before the first call to draw() This workaround fix the bug introduced in commit 1a30f422b41250e338d2c1d209aec1b64204c8e0 But it would probably be saner to get rid of the $cairo global variable and to create a Cairo context in every Repaint() caller instead... | ||||
* | 17.8217.82 | Martin Whitaker | 2017-05-06 | 1 | -0/+7 |
| | |||||
* | 17.8017.80 | Rémi Verschelde | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | Updated DE selection and advertising artwork for Mageia 6 (mga#20647) | Rémi Verschelde | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | 17.79: update translations17.79 | Thomas Backlund | 2017-04-26 | 1 | -0/+4 |
| | |||||
* | 17.7717.77 | Rémi Verschelde | 2017-04-04 | 1 | -0/+2 |
| | |||||
* | Document previous commits by Martin Whitaker | Rémi Verschelde | 2017-04-04 | 1 | -0/+12 |
| | |||||
* | Improve the CPU usage of the clock | Frédéric Buclin | 2017-03-26 | 1 | -0/+3 |
| | |||||
* | 17.7517.75 | Thierry Vignaud | 2017-03-17 | 1 | -0/+2 |
| | |||||
* | log previous changes | Thierry Vignaud | 2017-03-17 | 1 | -0/+11 |
| | |||||
* | 17.7417.74 | Jani Välimaa | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | Recognize LXQt (Razor-qt is now LXQt) | Jani Välimaa | 2017-03-09 | 1 | -0/+1 |
| | |||||
* | Fix Enlightenment (e21) recognition | Jani Välimaa | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | 17.7317.73 | Thierry Vignaud | 2017-03-08 | 1 | -0/+2 |
| | |||||
* | sync with kernel-4.8 | Thierry Vignaud | 2017-02-25 | 1 | -0/+2 |
| | |||||
* | 17.7217.72 | Thierry Vignaud | 2017-02-25 | 1 | -0/+2 |
| | |||||
* | Update NEWS | Martin Whitaker | 2017-02-25 | 1 | -0/+10 |
| | |||||
* | move installer release notes where they belong | Thierry Vignaud | 2017-02-22 | 1 | -1/+0 |
| | |||||
* | - Add 60-block.rules in the installer (mga#20074) | Nicolas Lécureuil | 2017-02-22 | 1 | -0/+1 |
| | |||||
* | sync nonfree firmware list with kernel-4.9 | Thierry Vignaud | 2017-01-30 | 1 | -0/+2 |
| | |||||
* | Release 17.7117.71 | Pascal Terjan | 2017-01-18 | 1 | -0/+2 |
| | |||||
* | Update NEWS files | Pascal Terjan | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | Update NEWS files | Pascal Terjan | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | fix year... :-( | Thierry Vignaud | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | 17.6917.69 | Thierry Vignaud | 2017-01-12 | 1 | -0/+2 |
| | |||||
* | rely on Gtk+ for checking for Xserver (mga#19498) | Thierry Vignaud | 2017-01-12 | 1 | -0/+2 |
| | | | | | | | | | MCC also needs a separate fix for forcing using the X11 GDK backend b/c GtkPlug/Socket do not work under Wayland, thus relying on xwayland XFdrake will probably fails the same way under wayland, but anyway it's there for configuring xserver... It should probably checks for wayland before proposing to test | ||||
* | fix exception when clearing all partitions | Thierry Vignaud | 2017-01-07 | 1 | -0/+2 |
| | | | | it happens on !UEFI (mga#20083) | ||||
* | sync with kernel-4.9 | Thierry Vignaud | 2016-12-31 | 1 | -0/+1 |
| | | | | looks like nobobdy did 4.8... | ||||
* | disable audit logging by default as it floods the logs | Thomas Backlund | 2016-12-24 | 1 | -0/+3 |
| | |||||
* | 17.6517.65 | Thierry Vignaud | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | show generic help too when using grub2 | Thierry Vignaud | 2016-12-11 | 1 | -0/+1 |
| |