Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force reinitialisation of partition suggestions after wiping disk. | Martin Whitaker | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | When the "Use entire disk" partitioning solution is chosen in a UEFI install, any existing ESP will be deleted, so we must force the partition suggestions to be updated to ensure we create a new one. (this matches what is done in the diskdrake auto-allocate routine) | ||||
* | Allow a BIOS boot partition to be located on any disk (mga#20161). | Martin Whitaker | 2017-02-25 | 1 | -1/+1 |
| | | | | | | | This relaxes the rules in fs::any::is_boot_bios_part_needed to allow the BIOS boot partition to be located on any disk, not just the disk containing the root partition. It also ensures that a BIOS boot partition is never forcibly required in a system with non-GPT disks. | ||||
* | Fix bug in detecting whether a BIOS boot partition is required (mga#19935). | Martin Whitaker | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | make warning more explicit about "BBP" purpose | Rémi Verschelde | 2016-07-12 | 1 | -1/+1 |
| | | | | (BIOS boot partition, thus fixing mga#18923) | ||||
* | fix inverted test (mga#18656, mga#18704) | Thierry Vignaud | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | update suggestions if needed after erasing disk | Thierry Vignaud | 2016-06-11 | 1 | -0/+3 |
| | | | | | | this is incomplete: we need to reread $all_hds else we won't add a Boot BIOS partition to suggestions if there was already one _prior_ to erase the full disk (mga#18656) ... | ||||
* | add a GRUB_BIOS partitions if needed (mga#18656) | Thierry Vignaud | 2016-06-11 | 1 | -0/+5 |
| | |||||
* | init_efi_suggestions -> init_mntpnt_suggestions() | Thierry Vignaud | 2016-06-11 | 1 | -1/+1 |
| | | | | | also take a $all_hds arg instead of $fstab needed for next commit | ||||
* | 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) | ||||
* | prevent a crash (mga#15919) | Thierry Vignaud | 2015-12-25 | 1 | -1/+3 |
| | |||||
* | only use current disk when auto partitioning, wiping disk, using free space ↵ | Pascal Terjan | 2015-06-03 | 1 | -3/+3 |
| | | | | (mga#16055) | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | ignore ESP for "use free space on MS" | Thierry Vignaud | 2015-04-13 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | make sure to check for existing ESP on all disks | Thierry Vignaud | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | add ESP to suggestion if needed | Thierry Vignaud | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | use a vertical scrolling bar when needed | Thierry Vignaud | 2015-02-19 | 1 | -1/+1 |
| | | | | there might be too much solutions (mga#15272) | ||||
* | we need /boot/EFI on uefi systems | Thomas Backlund | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | hide /boot/efi check for now (mga#13638) | Thomas Backlund | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | 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 | 1 | -6/+2 |
| | | | | | | | | | | | | | 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? | ||||
* | 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 |
| | |||||
* | revert commit 9186647e | Thierry Vignaud | 2013-11-24 | 1 | -2/+0 |
| | | | | we would load *gtk3 even on text install | ||||
* | Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 1 | -24/+24 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 1 | -24/+24 |
| | |||||
* | fix a crash when reloading partition table (mga#9838) | Thierry Vignaud | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | fix losing crypt key when re-reeading partition tables (mga#5661) | Thierry Vignaud | 2013-04-19 | 1 | -0/+5 |
| | |||||
* | drop unused parameter | Thierry Vignaud | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | (display_choices) make logs easier to read in report.bug | Thierry Vignaud | 2012-12-11 | 1 | -4/+4 |
| | |||||
* | (main) fix 2 three years old perl_checker warnings | Thierry Vignaud | 2012-12-11 | 1 | -2/+2 |
| | |||||
* | reuse code from hd_gtk, fixes display of "Use free space" solution | Pascal Terjan | 2012-04-24 | 1 | -3/+2 |
| | |||||
* | (create_display_box) fix crashing on calling a method on a non blessed reference | Thierry Vignaud | 2012-04-20 | 1 | -1/+2 |
| | |||||
* | (fs::partitioning_wizard::main) use newly introduced raid2real_kind() in | Thierry Vignaud | 2012-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | order to get data about RAID devices, thus fixing: - crashing on selecting a RAID device (calling first_usable_sector on undefined value in partition_table::get_normal_parts_and_holes()) - listing RAID devices (bug introduced in commit r265764 pterjan by on Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm") sadly we trade "calling method on undefined value" for "calling method on unblessed reference" (see next commit) | ||||
* | Fix usage of raid2kind | Pascal Terjan | 2012-03-24 | 1 | -2/+1 |
| |