summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
* Switch uid/gid boundary to 1000+Colin Guthrie2014-10-201-1/+4
|
* simplifyThierry Vignaud2014-07-031-1/+1
| | | | should have been done in commit a3715cc453d4f8de5563359ed3bd30d2cfd32929
* improve fs sorting in combo box (mga#13640)Thierry Vignaud2014-07-031-1/+1
| | | | was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f
* hide /boot/efi check for now (mga#13638)Thomas Backlund2014-07-011-1/+1
|
* don't bother creating /dev/nullThierry.Vignaud2014-06-181-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:$ tagsThierry Vignaud2014-06-0718-18/+18
| | | | they're obsolete since switching from CVS/SVN to git...
* podify++ fs::dmraidThierry.Vignaud2014-05-281-2/+25
|
* add spacing for readabilityThierry.Vignaud2014-05-281-0/+1
| | | | see commit f55b5875bbf545a2a4bc33bf5d70820589d4397d
* simplify using member()Thierry.Vignaud2014-05-282-2/+2
|
* POD typo fixThierry.Vignaud2014-05-281-1/+1
|
* explain dmraid debuggingThierry Vignaud2014-05-271-4/+8
|
* convert a cople comments to PODThierry.Vignaud2014-05-271-5/+9
|
* fix indent after previous commitThierry.Vignaud2014-05-261-1/+1
|
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-263-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 headersThierry.Vignaud2014-05-262-0/+4
|
* partially podify some modulesThierry Vignaud2014-05-202-0/+46
|
* drop disabling supermountThierry Vignaud2014-03-141-1/+0
| | | | | supermount is dead since 2007 (commit 29b91486ff7de14e6f4388ee03bf426a912f76d9)
* do not propose check bad blocks for btrfs (Manuel Hiebel, mga#10116)Thierry Vignaud2014-01-131-1/+1
|
* perl_checker cleanup: tag an optional variable as suchThierry Vignaud2013-12-091-5/+5
|
* log partitioning wizard failures (mga#11924)Thierry Vignaud2013-12-091-0/+1
|
* fix a crash in partitioning wizard (mga#11820)Thierry Vignaud2013-12-031-1/+1
|
* fix partionning wizard moving the main window to left (mga#11790)Thierry Vignaud2013-12-021-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 Vignaud2013-11-281-4/+2
| | | | fix can't locate object method "child1_shrink" via package "Gtk3::HPaned"
* workaround a gtk+3 segfaultThierry Vignaud2013-11-241-1/+1
|
* revert commit 9186647eThierry Vignaud2013-11-241-2/+0
| | | | we would load *gtk3 even on text install
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-241-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-24/+24
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-24/+24
|
* fix "Can't use an undefined value as an ARRAY reference" in strict modeThierry Vignaud2013-10-101-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 Vignaud2013-09-291-1/+1
|
* fix detecting some soft RAID (mga#11139 and the like)Thierry Vignaud2013-09-131-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 Jennings2013-08-281-1/+1
|
* - skip comments in /etc/crypttab (mga#9905)Thierry Vignaud2013-04-301-0/+1
|
* only allow 'acl' option for extX & reiserfs (mga#9884)Thierry Vignaud2013-04-271-1/+2
|
* fix a crash when reloading partition table (mga#9838)Thierry Vignaud2013-04-231-0/+1
|
* (_get_existing_one_with_state) split it out of open_part()Thierry Vignaud2013-04-191-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 Vignaud2013-04-191-0/+5
|
* (save_crypttab_,read_crypttab_) split them out of (read|save)_crypttab_()Thierry Vignaud2013-04-191-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 Guthrie2013-04-182-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 deviceThierry Vignaud2013-04-181-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 Vignaud2013-04-071-1/+1
|
* tag btrfs & nilfs2 as Journalised FSThierry Vignaud2013-04-071-2/+2
| | | | (even if more Journalised FS or like one)
* bind mount /run in chroot, thus fixing dracut runs (Dave Hodgins, mga#9213)Thierry Vignaud2013-04-061-1/+2
|
* (vgs) log ignored dmraid devices (might help mga#9467)Thierry Vignaud2013-04-041-1/+6
|
* simplifyThierry Vignaud2013-04-041-2/+2
|
* (_raid_devices_raw) fix empty lines in debug outputsThierry Vignaud2013-04-041-0/+1
| | | | as seen in attachment #3693 of mga#9467 for example
* (root_from_mounted) introduce it in order to fix mga#8717Thierry Vignaud2013-04-041-0/+9
| | | | | try harder to lookup / partition by looking at mounted point when / is missing from /etc/fstab
* actually preserve UUID when formatting (mga#9428)Thierry Vignaud2013-03-201-1/+1
| | | | | | | bug introduced in commit r252676 by pterjan on Tue Feb 10 2009: "fix preserving UUID owhen formatting ext* and swap, and handle more FS (#39913)"
* frenglish -> englishThierry Vignaud2013-03-201-1/+1
|
* fix mounting NFS server (Derek Jennings, mga#207)Thierry Vignaud2013-03-121-20/+23
| | | | also fix indent + perl_checker cleanups + simplify