Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 "Can't use an undefined value as an ARRAY reference" in strict mode | Thierry Vignaud | 2013-10-10 | 1 | -2/+4 |
| | | | | | | some fs (eg: btrfs) do not have a way to preserve the UUID this should explain some strange logs | ||||
* | enable to format already formated btrfs partitions (mga#11256) | Thierry Vignaud | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | fix detecting some soft RAID (mga#11139 and the like) | Thierry Vignaud | 2013-09-13 | 1 | -1/+1 |
| | | | | | typo introduced by Pascal Terjan in commit f55b5875b on Jan 27 2010 (was: "support ddf1 dmraid") | ||||
* | ensure files are installed for nfs (mga#10301) | Derek Jennings | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | - skip comments in /etc/crypttab (mga#9905) | Thierry Vignaud | 2013-04-30 | 1 | -0/+1 |
| | |||||
* | only allow 'acl' option for extX & reiserfs (mga#9884) | Thierry Vignaud | 2013-04-27 | 1 | -1/+2 |
| | |||||
* | fix a crash when reloading partition table (mga#9838) | Thierry Vignaud | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | (_get_existing_one_with_state) split it out of open_part() | Thierry Vignaud | 2013-04-19 | 1 | -1/+8 |
| | | | | | (read_crypttab) try harder to get enough data ({dm_active}) (idea from Colin, mga#5661) | ||||
* | fix losing crypt key when re-reeading partition tables (mga#5661) | Thierry Vignaud | 2013-04-19 | 1 | -0/+5 |
| | |||||
* | (save_crypttab_,read_crypttab_) split them out of (read|save)_crypttab_() | Thierry Vignaud | 2013-04-19 | 1 | -6/+16 |
| | | | | | | thus enabling to choose to/from which crypttab file read/write-ing needed for next changes (mga#5661) | ||||
* | Do not use /dev/inside prefix. | Colin Guthrie | 2013-04-18 | 2 | -6/+5 |
| | | | | | | | | | | | | As /dev/ is bind mounted into the prefix, we should always refer to /dev/ directly. In particular this is needed inside wild_device.pm which is often used before the prefix is even ready (i.e. when configuring existing partitions). A specific problem here was detecting the major/minor numbers of partitions which failed because the device node was being searched for inside the prefix but we'd not even unlocked the encrypted / partition yet to mount it... catch 22. mga#5661 | ||||
* | (to_subpart) fix reading link if not a mapper device | Thierry Vignaud | 2013-04-18 | 1 | -1/+1 |
| | | | | | | | condition got inverted in commit r3694 on Mar 23 2012 ("perl_checker cleanups") spot by Colin | ||||
* | allow to choose btrfs in normal mode (mga#65) | Thierry Vignaud | 2013-04-07 | 1 | -1/+1 |
| | |||||
* | tag btrfs & nilfs2 as Journalised FS | Thierry Vignaud | 2013-04-07 | 1 | -2/+2 |
| | | | | (even if more Journalised FS or like one) | ||||
* | bind mount /run in chroot, thus fixing dracut runs (Dave Hodgins, mga#9213) | Thierry Vignaud | 2013-04-06 | 1 | -1/+2 |
| | |||||
* | (vgs) log ignored dmraid devices (might help mga#9467) | Thierry Vignaud | 2013-04-04 | 1 | -1/+6 |
| |