Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop support for very old kernel flavors | Thierry Vignaud | 2016-10-16 | 1 | -0/+4 |
| | | | | | those are no more generated for more than 10 years... also make kernel server default if installed | ||||
* | 17.5617.56 | Thierry Vignaud | 2016-09-19 | 1 | -0/+2 |
| | |||||
* | s/font/font-size/ (mga#19406) | Thierry Vignaud | 2016-09-19 | 1 | -0/+1 |
| | | | | thus fixing gtk+3.22 regression | ||||
* | detect ovirt too (mga#19308) | Thierry Vignaud | 2016-09-09 | 1 | -0/+1 |
| | | | | | | it looks like not all KVM GUIes result in the same result with systemd-detect-virt let's handle both cases | ||||
* | sync nonfree firmware list with kernel-4.7 | Thierry Vignaud | 2016-08-27 | 1 | -0/+2 |
| | |||||
* | 17.5417.54 | Thierry Vignaud | 2016-08-13 | 1 | -0/+2 |
| | |||||
* | add support for LXDM (mga#17616) | Nicolas Salguero | 2016-08-13 | 1 | -0/+1 |
| | | | | | need desktop-common-data-6.2+ perl_checker cleanups by Thierry Vignaud | ||||
* | autologin: add support for SDDM (mga#17913) | Thierry Vignaud | 2016-08-13 | 1 | -0/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2016-08-13 | 1 | -1/+1 |
| | |||||
* | adapt to the KDM -> SDDM switch | Thierry Vignaud | 2016-08-12 | 1 | -0/+2 |
| | | | | so that we have a translation for what's actually used | ||||
* | em28xx drives TV cards, not webcam (mga#18995) | Thierry Vignaud | 2016-08-06 | 1 | -0/+2 |
| | |||||
* | fix Samba package name (samba-server -> samba) | Thierry Vignaud | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | fix checking package is installed (mga#13353) | Thierry Vignaud | 2016-08-05 | 1 | -0/+3 |
| | |||||
* | typo fixes | Thierry Vignaud | 2016-08-01 | 1 | -6/+6 |
| | |||||
* | 17.5317.53 | Thierry Vignaud | 2016-07-31 | 1 | -0/+2 |
| | |||||
* | do not switch from gpt to dos scheme on small disk | Thierry Vignaud | 2016-07-31 | 1 | -0/+2 |
| | | | | | | | | or more generally, do not switch from current scheme to default one if not told otherwise else we get errors when partitionning after clearing them, such as: "INTERNAL ERROR: unknown device vda7" | ||||
* | first usable sector is LBA34 for GPT | Thierry Vignaud | 2016-07-31 | 1 | -0/+2 |
| | | | | | | | | same rationale as in commit 767048570e8c44061cb0d6faf689698d3313870c for mga#18666 this wasn't an issue as we later round partition on 1MB boundary but it's still cleaner/safer... | ||||
* | add support for sha256/sha512 and default to sha512 | Pascal Terjan | 2016-07-31 | 1 | -0/+1 |
| | |||||
* | fix .old backup for grub2's grub.cfg | Thierry Vignaud | 2016-07-25 | 1 | -0/+3 |
| | | | | | | | | rationale: write_*() takes (bootloader, all_hd, ext) as parameters (when called from installkernel -> bootloader-config and then only when migrating to uuids as we don't care for 2 first for grub2, just ignore the 3rd too | ||||
* | 17.5217.52 | Thierry Vignaud | 2016-07-17 | 1 | -0/+2 |
| | |||||
* | grub2: fix not being able to edit default cmdline | Thierry Vignaud | 2016-07-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | Keep default append value (aka /etc/default/grub's GRUB_CMDLINE_LINUX_DEFAULT into {default_append} variable) Always use the value passed as now write_grub2_sysconfig() is only called after having offered to display the default cmdline value On first run (during installer) or when migrating from grub-legacy or lilo, we get the first entry's parameters Thus resolving mga#18952 | ||||
* | 17.5117.51 | Thierry Vignaud | 2016-07-12 | 1 | -0/+2 |
| | |||||
* | make warning more explicit about "BBP" purpose | RĂ©mi Verschelde | 2016-07-12 | 1 | -0/+2 |
| | | | | (BIOS boot partition, thus fixing mga#18923) | ||||
* | sync libparted view with diskdrake one | Thierry Vignaud | 2016-07-12 | 1 | -0/+1 |
| | | | | | | | | | in order to prevent overlapping errors when adding partitions: (b/c libparted doesn't know that diskdrake already removed the partitions in its memory view) "failed to add partition #1 on /dev/vda" "Error: Can't have overlapping partitions." "add_partition failed" | ||||
* | don't offer to format RAID or BIOS boot partition | Thierry Vignaud | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | BIOS boot partition cannot be mounted | Thierry Vignaud | 2016-07-11 | 1 | -0/+3 |
| | |||||
* | 17.5017.50 | Thierry Vignaud | 2016-07-08 | 1 | -0/+2 |
| | |||||
* | fix version | Thierry Vignaud | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | display a wait message when adding a PV to VG | Thierry Vignaud | 2016-07-06 | 1 | -0/+3 |
| | |||||
* | 17.4817.49 | Thierry Vignaud | 2016-07-06 | 1 | -0/+2 |
| | |||||
* | prevent GPT partition to use the 33 last sectors | Thierry Vignaud | 2016-07-05 | 1 | -0/+2 |
| | | | | Resolves: mga#18666, mga#17796 | ||||
* | sync with kernel-4.6 | Thierry Vignaud | 2016-07-05 | 1 | -0/+2 |
| | |||||
* | 17.4817.48 | Thierry Vignaud | 2016-07-04 | 1 | -0/+2 |
| | |||||
* | do not warn about no bootloader can boot LVM... | Thierry Vignaud | 2016-07-04 | 1 | -0/+1 |
| | | | | ...as grub2 can (mga#9426) | ||||
* | do not warn about no bootloader can boot RAID[^1] | Thierry Vignaud | 2016-07-04 | 1 | -0/+1 |
| | | | | | | As grub2 can boot... (mga#11324) This should also fix mga#9524 And thus stop forcing obsolete metadata 0.90 format | ||||
* | factorize bad block checks | Thierry Vignaud | 2016-07-04 | 1 | -0/+1 |
| | | | | | also enable bad blocks checking on JFS (was in one place but not in other and indeed mkfs.jfs does support it) | ||||
* | do not offer to check for bad blocks on btrfs | Thierry Vignaud | 2016-07-04 | 1 | -0/+2 |
| | | | | thus resolving mga#12393 | ||||
* | allow installing grub2 on XFS / | Thierry Vignaud | 2016-07-04 | 1 | -0/+1 |
| | | | | tested under both UEFI & legacy BIOS | ||||
* | make clear grub2 is installed on ESP under UEFI | Thierry Vignaud | 2016-07-03 | 1 | -0/+2 |
| | |||||
* | finish-install: drop gnome-reboot hack | Thomas Backlund | 2016-07-02 | 1 | -0/+1 |
| | |||||
* | finish-install: drop dm-reload hack | Thomas Backlund | 2016-07-02 | 1 | -0/+3 |
| | |||||
* | 17.4717.47 | Thierry Vignaud | 2016-06-30 | 1 | -0/+2 |
| | |||||
* | include some missing wireless drivers (mga#16768) | Thierry Vignaud | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | fix being able to create vfat on UEFI (mga#15698) | Thierry Vignaud | 2016-06-30 | 1 | -0/+3 |
| | | | | | | | | | and explain the purpose of the uniq_() call see commit 56b573476e2ea63a509ab2f8ec0683397ae7c85e Rationale: use_pt_type() now returns 0 for common disks (eg: GPT ones) Under GPT+UEFI, we've 2 important "FS" having vfag as the real FS: ESP & FAT32 | ||||
* | 17.4617.46 | Thierry Vignaud | 2016-06-24 | 1 | -0/+2 |
| | |||||
* | do not alter /etc/default/grub on kernel updates | Thierry Vignaud | 2016-06-24 | 1 | -0/+4 |
| | | | | only when running drakboot (mga#18783) | ||||
* | 17.4517.45 | Thierry Vignaud | 2016-06-24 | 1 | -0/+2 |
| | |||||
* | keep UUID when formating btrfs (mga#18673) | Thierry Vignaud | 2016-06-24 | 1 | -0/+3 |
| | |||||
* | 17.4417.44 | Thierry Vignaud | 2016-06-24 | 1 | -0/+2 |
| | |||||
* | warn if grub2 is not installed on MBR/ESP | Thierry Vignaud | 2016-06-24 | 1 | -0/+1 |
| |