summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
* help keeping translationsThierry Vignaud2014-01-112-2/+2
|
* fix syntax errorsThierry Vignaud2014-01-111-1/+1
|
* fs/mount_point: detect and suggest /boot/EFI mount pointThomas Backlund2014-01-111-2/+3
|
* fs/any: warn about missing /boot/EFIThomas Backlund2014-01-111-2/+2
|
* partitioning_wizard: notify about missing /boot/EFIThomas Backlund2014-01-111-2/+2
|
* initial efi supportThomas Backlund2014-01-111-1/+7
|
* 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
* drop unused parameterThierry Vignaud2013-03-041-1/+1
|
* (really_all_fstab) do not put entry for CD/DVD in /etc/fstab (mga#7657)Thierry Vignaud2013-02-271-1/+1
|
* (call_blkid) add a code comment about blkid -p to prevent accidental revert ↵Colin Guthrie2013-02-141-0/+1
| | | | in the future
* (call_blkid) always bypass blkid cacheColin Guthrie2013-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts the use of the blkid cache. This cache is a broken concept and should not be used. It's only intended to be used for LABEL/UUID conversion. From the upstream maintainer: <kzak> coling: -p provides more information, the cache is designed for LABEL/UUID conversion -- and the goal is to avoid the cache if possible (it's mostly for backward compatibility). The ideal solution is to read the information from udev DB. <kzak> coling: man blkid (at least the latest version contains some hint about this issue) <kzak> coling: I'd like to learn people to use lsblk -- it's designed more friendly for end-users as well as for scripts and it reads info from udev, libblkid is only fallback here. Longer term we should kill off the use of blkid and perhaps move to lsblk or some perl-udev (if such a thing exists) usage instead: <kay> coling: avoid the blkid cache, it is a completely broken idea <kay> kzak: you should really kill that thing :) <kzak> kay: I'd like to kill blkid at all and keep it as "to test the library" binary... <kay> kzak: tools with options like that talk for their sanity themselves :) " -g Perform a garbage collection pass on the blkid cache to remove devices which no longer exist." <kay> kzak: it's just silly, really silly to ever do that :) <kay> kzak: yeah, sounds fine to let blkid and its cache die in the long run <kzak> lsblk is maintainable and extendable -- fix blkid(8) is impossible to fix... This reverts r6891.
* (call_blkid) do not bypass blkid cacheThierry Vignaud2012-12-281-1/+1
|
* (part) if a partition has been manually formated, don't offer toThierry Vignaud2012-12-111-0/+1
| | | | format it again (for draklive-install, mga#7822)
* (display_choices) make logs easier to read in report.bugThierry Vignaud2012-12-111-4/+4
|
* (main) fix 2 three years old perl_checker warningsThierry Vignaud2012-12-111-2/+2
|
* load fuse module automatically when trying to mount NTFS-3G (mga#5685)Thierry Vignaud2012-09-201-0/+1
|
* use factorized crypto modules listThierry Vignaud2012-09-041-1/+1
|
* adapt to usbfs death (3/4): usbfs is dead with kernel-3.5 (and usbdevfsThierry Vignaud2012-08-301-1/+1
| | | | is dead for quite a long time too)
* adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usbThierry Vignaud2012-08-302-4/+3
| | | | instead of /proc/bus/usb