Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | move EFI part up in the list so it actually gets listed | Thomas Backlund | 2015-01-09 | 1 | -6/+3 | |
| | ||||||
* | btrfs needs atleast 256MB partition | Thomas Backlund | 2015-01-08 | 1 | -0/+1 | |
| | ||||||
* | we need /boot/EFI on uefi systems | Thomas Backlund | 2015-01-08 | 3 | -6/+5 | |
| | ||||||
* | expose ESP for efi systems | Thomas Backlund | 2015-01-08 | 1 | -1/+6 | |
| | ||||||
* | group fs types using same arch() check | Thomas Backlund | 2015-01-08 | 1 | -5/+1 | |
| | ||||||
* | Switch uid/gid boundary to 1000+ | Colin Guthrie | 2014-10-20 | 1 | -1/+4 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | | | | was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f | |||||
* | hide /boot/efi check for now (mga#13638) | Thomas Backlund | 2014-07-01 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 18 | -18/+18 | |
| | | | | they're obsolete since switching from CVS/SVN to git... | |||||
* | podify++ fs::dmraid | Thierry.Vignaud | 2014-05-28 | 1 | -2/+25 | |
| | ||||||
* | add spacing for readability | Thierry.Vignaud | 2014-05-28 | 1 | -0/+1 | |
| | | | | see commit f55b5875bbf545a2a4bc33bf5d70820589d4397d | |||||
* | simplify using member() | Thierry.Vignaud | 2014-05-28 | 2 | -2/+2 | |
| | ||||||
* | POD typo fix | Thierry.Vignaud | 2014-05-28 | 1 | -1/+1 | |
| | ||||||
* | explain dmraid debugging | Thierry Vignaud | 2014-05-27 | 1 | -4/+8 | |
| | ||||||
* | convert a cople comments to POD | Thierry.Vignaud | 2014-05-27 | 1 | -5/+9 | |
| | ||||||
* | fix indent after previous commit | Thierry.Vignaud | 2014-05-26 | 1 | -1/+1 | |
| | ||||||
* | drop (broken) support for Alpha, PPC, Sparc & most of IA64 | Thierry.Vignaud | 2014-05-26 | 3 | -38/+9 | |
| | | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox? | |||||
* | add missing headers | Thierry.Vignaud | 2014-05-26 | 2 | -0/+4 | |
| | ||||||
* | partially podify some modules | Thierry Vignaud | 2014-05-20 | 2 | -0/+46 | |
| | ||||||
* | drop disabling supermount | Thierry Vignaud | 2014-03-14 | 1 | -1/+0 | |
| | | | | | supermount is dead since 2007 (commit 29b91486ff7de14e6f4388ee03bf426a912f76d9) | |||||
* | do not propose check bad blocks for btrfs (Manuel Hiebel, mga#10116) | Thierry Vignaud | 2014-01-13 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanup: tag an optional variable as such | Thierry Vignaud | 2013-12-09 | 1 | -5/+5 | |
| | ||||||
* | log partitioning wizard failures (mga#11924) | Thierry Vignaud | 2013-12-09 | 1 | -0/+1 | |
| | ||||||
* | fix a crash in partitioning wizard (mga#11820) | Thierry Vignaud | 2013-12-03 | 1 | -1/+1 | |
| | ||||||
* | fix partionning wizard moving the main window to left (mga#11790) | Thierry Vignaud | 2013-12-02 | 1 | -2/+2 | |
| | | | | | | widgets were too wide with gtk3 + oxygen-gtk3 we either have to change the horizontal scrolling policty to 'automatic' (thus having an ugly horizontal scrolling bar) or shrink those widgets | |||||
* | fix calling "child1_shrink" via package "Gtk3::HPaned" (mga#11797) | Thierry Vignaud | 2013-11-28 | 1 | -4/+2 | |
| | | | | fix can't locate object method "child1_shrink" via package "Gtk3::HPaned" | |||||
* | workaround a gtk+3 segfault | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| |