Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check that ESP mount point actually is an ESP | Thierry Vignaud | 2016-02-10 | 1 | -1/+4 |
| | | | | fixing grub2 faillure resulting in draklive-install crash (mga#16246) | ||||
* | (isESP) check fs too (mga#16246) | Thierry Vignaud | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | drop (broken) support for Alpha, IA64 & PPC, Sparc | Thierry Vignaud | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | prevent a crash (mga#15919) | Thierry Vignaud | 2015-12-25 | 1 | -1/+3 |
| | |||||
* | Suppress undefined comment in secrets line mga#10540 | Papoteur | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | only use current disk when auto partitioning, wiping disk, using free space ↵ | Pascal Terjan | 2015-06-03 | 1 | -3/+3 |
| | | | | (mga#16055) | ||||
* | resync with udisk2 | Thierry Vignaud | 2015-05-28 | 1 | -1/+4 |
| | | | | split those unknow from udisk2 on next line | ||||
* | update comment | Thierry Vignaud | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | fix last commit (spotted by tv), update intaller NEWS too | Thomas Backlund | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | ignore special 'Packard_Bell' and 'Push_Button_Reset' partitions (mga#15999) | Thomas Backlund | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | fix not always suggesting /boot/ESP mount point | Martin Whitaker | 2015-05-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | thus fixing mga#15689 for live installs The check for whether an ESP needs to be created or not seems to prevent us to suggest a mount point for the existing one in some cases to be reviewed for mga6... diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index f3b9973..b222c07 100644 --- a/perl-install/fs/partitioning_wizard.pm | ||||
* | perl_checker cleanup | Thierry Vignaud | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | enables to get raw available space (mga15257) | Thierry Vignaud | 2015-05-18 | 1 | -2/+2 |
| | |||||
* | (getNeededMinSpace) split it out | Thierry Vignaud | 2015-05-18 | 1 | -3/+9 |
| | | | | needed for mga#15257 | ||||
* | fix regression refusing FAT for ESP (mga#15962) | Thierry Vignaud | 2015-05-17 | 1 | -1/+4 |
| | | | | regression introduced in commit ae5b3ce9845669227ef06c90dfaa1065a7ceebe8 | ||||
* | perl_checker fix | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | log which disk we've issue with | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | fix a crash after "insufficient space" error | Thierry Vignaud | 2015-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | create_display_box gets called twice. The first time, only the $kind parameter has a value, the second time all the parameters (including $button) have values. On the first time through the partitioning step, the second call to create_display_box sets the selected_for_resize flag for my NTFS partition. When returning to the partitioning step, this flag is still set, so the first call to create_display_box executes the block of code that ends with $button->signal_connect('focus-in-event' => sub { ... }); even though it doesn't have a value for $button. (Martin Whitaker, mga#15919) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2015-05-13 | 1 | -7/+7 |
| | |||||
* | do not set noauto for /boot/EFI (mga#15627) | Thierry Vignaud | 2015-05-07 | 1 | -1/+1 |
| | | | | side effect of (side effect of commit 745849cdace7ed86ce12a9a7564bffb42edf0ef3) | ||||
* | Revert "Do not die if /proc/partitions knows more than us" | Pascal Terjan | 2015-04-26 | 1 | -1/+1 |
| | | | | This reverts commit f482ee7e8ae61341b265ec9a8c91dd1af26ed424. | ||||
* | Ignore special partitions on mmc (mga#15759) | Pascal Terjan | 2015-04-26 | 1 | -2/+6 |
| | |||||
* | Do not die if /proc/partitions knows more than us | Pascal Terjan | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | Make the resize handler more visible (mga#15728) | Pascal Terjan | 2015-04-22 | 1 | -2/+1 |
| | |||||
* | Making the resizing handle wider | Pascal Terjan | 2015-04-20 | 1 | -0/+3 |
| | |||||
* | Fix ugly separator between partitions | Pascal Terjan | 2015-04-20 | 1 | -6/+1 |
| | |||||
* | hide empty space < 2MB, we have such holes due to alignment (mga#15733) | Pascal Terjan | 2015-04-19 | 1 | -1/+3 |
| | |||||
* | use the windows partition with the most available space on current | Pascal Terjan | 2015-04-18 | 1 | -5/+22 |
| | | | | + disk, not the last one across all disks (mga#15589) | ||||
* | suggest max (20G,20%) of the windows partition, previously max (6G,10%) | Pascal Terjan | 2015-04-16 | 1 | -3/+3 |
| | |||||
* | use the windows partition with the most available space | Pascal Terjan | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | - enable firmware raids with dmraid/kpartx like we do on | Thomas Backlund | 2015-04-13 | 1 | -1/+6 |
| | | | | live medias and on fully installed systems | ||||
* | ignore ESP for "use free space on MS" | Thierry Vignaud | 2015-04-13 | 1 | -2/+2 |
| | |||||
* | detect Lenovo recovery as such | Thierry Vignaud | 2015-04-13 | 1 | -1/+1 |
| | | | | also ignore 'SYSTEM_DRV' | ||||
* | simplify through new isnormal_Fat_or_NTFS() | Thierry Vignaud | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | (isnormal_Fat_or_NTFS) introduce it | Thierry Vignaud | 2015-04-12 | 1 | -1/+2 |
| | | | | returns regular FAT/NTFS (eg: no recovery, no ESP, ...) | ||||
* | do not offer to select RAID as it result in a crash | Thierry Vignaud | 2015-04-03 | 1 | -1/+1 |
| | | | | | rationale: we only show top storage devices which are the ones that work Fix mga#5800 | ||||
* | relax checks for ESP | Thierry Vignaud | 2015-03-30 | 1 | -1/+1 |
| | | | | | | - match ESP even if already mounted - drop checking if !recovery, it's useless as isESP() and isRecovery() checks for different partition types, etc | ||||
* | fix getting ESP with "use free space" | Thierry Vignaud | 2015-03-30 | 1 | -1/+1 |
| | | | | make sure to not override /boot/EFI mount point with /media/win_X | ||||
* | make sure to check for existing ESP on all disks | Thierry Vignaud | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | (isRecovery) move "Compaq diagnostics" test here | Thierry Vignaud | 2015-03-30 | 2 | -1/+2 |
| | | | | | | | | (needed for next commit) should have been done in commit 4b06a8a57d52b7d5447a1b487b8d33e36b4121b7 added in commit c2ef4a362e13249d8a774c7c5b7d0a8ab5df7d11 | ||||
* | kill sparc leftover | Thierry Vignaud | 2015-03-25 | 1 | -7/+0 |
| | |||||
* | add ESP to suggestion if needed | Thierry Vignaud | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | reuse existing ESP under UEFI | Thierry Vignaud | 2015-03-20 | 1 | -0/+6 |
| | |||||
* | suggests /boot/EFI when we already have one | Thierry Vignaud | 2015-03-20 | 1 | -0/+4 |
| | | | | see commit 5fd7be6bb8822a8434dcf667482771b2753a8b8d & mga#15366 | ||||
* | (isESP) export it | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | (isEfi) rename as isESP() | Thierry Vignaud | 2015-03-20 | 1 | -2/+2 |
| | | | | as it really checks for ESP System Partition | ||||
* | match ESP partitions on all arches | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | use a vertical scrolling bar when needed | Thierry Vignaud | 2015-02-19 | 1 | -1/+1 |
| | | | | there might be too much solutions (mga#15272) | ||||
* | remove reiserfs from important list (mga#13295) | Thomas Backlund | 2015-01-10 | 1 | -1/+1 |
| |