summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* diskdrake: install nfs-utils instead of nfs-utils-clientsOlivier Blin2012-07-221-1/+1
| | | | | (#6570, merged back in nfs-utils)
* (call_blkid) use newly introduced get_stdout_raw() to reduce blkidThierry Vignaud2012-05-231-1/+1
| | | | timeout to 30 seconds (mga#5979)
* no need to create /dev/zero and the like, udev already did itThierry Vignaud2012-05-231-2/+0
| | | | | quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode
* bind mount /dev inside chroot rather than copy nodes (mga#5730)Colin Guthrie2012-05-051-3/+2
|
* drop support for reiser4 (mga#5680)Thierry Vignaud2012-04-302-7/+1
|
* reuse code from hd_gtk, fixes display of "Use free space" solutionPascal Terjan2012-04-241-3/+2
|
* detect LVM on top on Encrypted partitions (mga#5330)Pascal Terjan2012-04-231-2/+4
|
* (create_display_box) fix crashing on calling a method on a non blessed referenceThierry Vignaud2012-04-201-1/+2
|
* (fs::partitioning_wizard::main) use newly introduced raid2real_kind() inThierry Vignaud2012-04-201-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 raid2kindPascal Terjan2012-03-241-2/+1
|
* (type_names) perl_checker cleanupThierry Vignaud2012-03-231-1/+1
|
* (main) add a FIXME note about a unused parameter since commit r265764Thierry Vignaud2012-03-231-0/+1
| | | | | | | | by pterjanib Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm" (spot by perl_checker)
* (prepare_minimal_root) get rid of useless argThierry Vignaud2012-03-231-2/+1
| | | | (spot by perl_checker)
* help perl_checkerThierry Vignaud2012-03-231-0/+2
|
* perl_checker cleanupsThierry Vignaud2012-03-2310-24/+24
|
* (type_names) kill debug printThierry Vignaud2012-03-111-1/+0
|
* load 'xts' module for crypted fses (Dave Hodgins, mga#3749)Thierry Vignaud2012-02-261-1/+1
|
* (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092)Thierry Vignaud2012-01-281-1/+1
|
* (list_types) allow using nilfs2 during installThierry Vignaud2012-01-231-1/+1
|
* preserve UUID when reformating a nilfs fsThierry Vignaud2012-01-231-0/+1
|