Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a GRUB_BIOS partitions if needed (mga#18656) | Thierry Vignaud | 2016-06-11 | 1 | -0/+1 |
| | |||||
* | MBR limit really is 2TiB, not 4 | Thierry Vignaud | 2016-06-10 | 1 | -0/+3 |
| | | | | | so use GPT for disks > 2TiB, thus fixing using invalid MBR on disks between 2 & 4 TiB | ||||
* | 17.3417.34 | Thierry Vignaud | 2016-06-06 | 1 | -0/+2 |
| | |||||
* | grub2: only overwrite install.sh when installing | Thierry Vignaud | 2016-06-06 | 1 | -0/+1 |
| | | | | | And only when actually installing boot loader, not when updating grub2 menu list (mga#17455) | ||||
* | enable to (un)install os-prober | Thierry Vignaud | 2016-06-06 | 1 | -0/+1 |
| | | | | thus enabling to prevent slow boot (mga#16010, mga#18538) | ||||
* | fix reading back last grub2 entry | Thierry Vignaud | 2016-06-06 | 1 | -0/+1 |
| | |||||
* | stop offering grub legacy & lilo on new installs | Thierry Vignaud | 2016-06-06 | 1 | -0/+1 |
| | | | | | | | | rationale: - lilo is no more supported upstream and has been replaced by grub legacy a long time ago - grub-legacy does not support ext4 fses formatted with e2fsprogs-1.43 (mga#18583) | ||||
* | grub2: set GRUB_DEFAULT + GRUB_SAVEDEFAULT | Thierry Vignaud | 2016-06-06 | 1 | -0/+1 |
| | | | | | else grub2-set-default won't work (mga#9627, mga#16059) but do not overwrite it if user has changed its value | ||||
* | only overwrite GRUB_CMDLINE_LINUX_DEFAULT on first install (mga#18112) | Thierry Vignaud | 2016-06-06 | 1 | -0/+2 |
| | |||||
* | guess the right user after the switch to polkit | Thierry Vignaud | 2016-06-03 | 1 | -0/+1 |
| | | | | adjust the env variable to look at (mga#18288) | ||||
* | uid guess: fix the fallback (mga#18288) | Thierry Vignaud | 2016-06-03 | 1 | -0/+3 |
| | | | | (when the helper didn't provide the real UID) | ||||
* | 17.3317.33 | Thierry Vignaud | 2016-05-27 | 1 | -0/+2 |
| | |||||
* | log previous changes | Thierry Vignaud | 2016-05-08 | 1 | -0/+1 |
| | |||||
* | install the right fcitx packages on Plasma | Thierry Vignaud | 2016-05-08 | 1 | -0/+3 |
| | |||||
* | 17.30 | Thomas Backlund | 2016-05-07 | 1 | -0/+2 |
| | |||||
* | install nonfree firmware for amdgpu, i915, nouveau | Thomas Backlund | 2016-05-07 | 1 | -0/+2 |
| | |||||
* | 17.2917.29 | Thierry Vignaud | 2016-05-04 | 1 | -0/+2 |
| | |||||
* | adapt package list to plasma | Thierry Vignaud | 2016-05-04 | 1 | -0/+2 |
| | |||||
* | don't class Logitech wired kbd+mouse as unknown | Thierry Vignaud | 2016-05-03 | 1 | -0/+3 |
| | | | | just filter them out as those are duplicates of USB devices (mga#3510) | ||||
* | 17.2817.28 | Thierry Vignaud | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | sync with kernel-4.6 | Thierry Vignaud | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | 17.2517.25 | Thierry Vignaud | 2016-04-01 | 1 | -0/+2 |
| | |||||
* | fix displaying partitions (mga#18076) | Thierry Vignaud | 2016-04-01 | 1 | -0/+2 |
| | | | | | when there's only one disk, just add a dummy disk tab, then remove it. this fixes the reported crash | ||||
* | enhance logs for next commits | Thierry Vignaud | 2016-04-01 | 1 | -1/+2 |
| | |||||
* | fix detecting nvme devices as block devices | Thomas Backlund | 2016-03-29 | 1 | -0/+2 |
| | |||||
* | 17.2417.24 | Thierry Vignaud | 2016-03-23 | 1 | -0/+2 |
| | |||||
* | systemd-detect-virt will also be used by mousedrake | Thierry Vignaud | 2016-03-23 | 1 | -0/+2 |
| | |||||
* | 17.2217.22 | Thierry Vignaud | 2016-03-21 | 1 | -0/+2 |
| | |||||
* | port from WebKit1 to WebKit2 (mga#15031) | Thierry Vignaud | 2016-03-21 | 1 | -0/+3 |
| | |||||
* | 17.2017.20 | Thierry Vignaud | 2016-03-18 | 1 | -0/+2 |
| | |||||
* | fix partitions not initially displayed (mga#17564) | Thierry Vignaud | 2016-03-18 | 1 | -0/+3 |
| | |||||
* | 17.1917.19 | Thierry Vignaud | 2016-02-24 | 1 | -0/+2 |
| | |||||
* | enable to use WebKit2 with mygtk3 | Thierry Vignaud | 2016-02-23 | 1 | -0/+1 |
| | |||||
* | just let grub2-mkconfig do its job for grub2 | Thierry Vignaud | 2016-02-18 | 1 | -0/+2 |
| | | | | | remaining issue: we're calling update-grub2 too early, in kernel's %preun instead of its %postun... (mga#16268) | ||||
* | detect nvme devices as block devices (mga#17743) | Thomas Backlund | 2016-02-14 | 1 | -0/+1 |
| | |||||
* | detect partitions on nvme devices (mga#17743) | Thomas Backlund | 2016-02-14 | 1 | -0/+2 |
| | |||||
* | re-release as 17.18.117.18.1 | Thierry Vignaud | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | 17.1817.18 | Thierry Vignaud | 2016-02-10 | 1 | -0/+2 |
| | |||||
* | add support for grub2-text too (mga#9431) | Thierry Vignaud | 2016-02-10 | 1 | -0/+2 |
| | |||||
* | check that ESP mount point actually is an ESP | Thierry Vignaud | 2016-02-10 | 1 | -0/+1 |
| | | | | fixing grub2 faillure resulting in draklive-install crash (mga#16246) | ||||
* | (isESP) check fs too (mga#16246) | Thierry Vignaud | 2016-02-10 | 1 | -0/+3 |
| | |||||
* | Release 17.16 | Pascal Terjan | 2016-01-25 | 1 | -0/+2 |
| | |||||
* | Fix a crash in detect_devices on non x86 | Pascal Terjan | 2016-01-25 | 1 | -0/+3 |
| | |||||
* | 17.1517.15 | Thierry Vignaud | 2016-01-16 | 1 | -0/+2 |
| | |||||
* | fix crash (mga#17484) | Thierry Vignaud | 2016-01-16 | 1 | -0/+3 |
| | | | | it looks like newer gtk+ fires some signals too early | ||||
* | 17.1217.12 | Thierry Vignaud | 2016-01-02 | 1 | -0/+2 |
| | |||||
* | make troubleshooting not an advanced setting | Thierry Vignaud | 2016-01-02 | 1 | -0/+1 |
| | |||||
* | drop support for picking an arbitrary driver | Thierry Vignaud | 2016-01-02 | 1 | -0/+1 |
| | | | | those days autodetection is the norm | ||||
* | drop support for switching between OSS <-> ALSA | Thierry Vignaud | 2016-01-02 | 1 | -0/+1 |
| | |||||
* | drop support for ISApnp sound cards | Thierry Vignaud | 2016-01-02 | 1 | -0/+2 |
| | | | | obsolete for years |