Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | simplify | Thierry Vignaud | 2013-04-04 | 1 | -2/+2 |
| | |||||
* | (_raid_devices_raw) fix empty lines in debug outputs | Thierry Vignaud | 2013-04-04 | 1 | -0/+1 |
| | | | | as seen in attachment #3693 of mga#9467 for example | ||||
* | (root_from_mounted) introduce it in order to fix mga#8717 | Thierry Vignaud | 2013-04-04 | 1 | -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 Vignaud | 2013-03-20 | 1 | -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 -> english | Thierry Vignaud | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | fix mounting NFS server (Derek Jennings, mga#207) | Thierry Vignaud | 2013-03-12 | 1 | -20/+23 |
| | | | | also fix indent + perl_checker cleanups + simplify | ||||
* | drop unused parameter | Thierry Vignaud | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | (really_all_fstab) do not put entry for CD/DVD in /etc/fstab (mga#7657) | Thierry Vignaud | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | (call_blkid) add a code comment about blkid -p to prevent accidental revert ↵ | Colin Guthrie | 2013-02-14 | 1 | -0/+1 |
| | | | | in the future | ||||
* | (call_blkid) always bypass blkid cache | Colin Guthrie | 2013-02-14 | 1 | -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 cache | Thierry Vignaud | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | (part) if a partition has been manually formated, don't offer to | Thierry Vignaud | 2012-12-11 | 1 | -0/+1 |
| | | | | format it again (for draklive-install, mga#7822) | ||||
* | (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 |
| | |||||
* | load fuse module automatically when trying to mount NTFS-3G (mga#5685) | Thierry Vignaud | 2012-09-20 | 1 | -0/+1 |
| | |||||
* | use factorized crypto modules list | Thierry Vignaud | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | adapt to usbfs death (3/4): usbfs is dead with kernel-3.5 (and usbdevfs | Thierry Vignaud | 2012-08-30 | 1 | -1/+1 |
| | | | | is dead for quite a long time too) | ||||
* | adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usb | Thierry Vignaud | 2012-08-30 | 2 | -4/+3 |
| | | | | instead of /proc/bus/usb | ||||
* | diskdrake: install nfs-utils instead of nfs-utils-clients | Olivier Blin | 2012-07-22 | 1 | -1/+1 |
| | | | | | (#6570, merged back in nfs-utils) | ||||
* | (call_blkid) use newly introduced get_stdout_raw() to reduce blkid | Thierry Vignaud | 2012-05-23 | 1 | -1/+1 |
| | | | | timeout to 30 seconds (mga#5979) | ||||
* | no need to create /dev/zero and the like, udev already did it | Thierry Vignaud | 2012-05-23 | 1 | -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 Guthrie | 2012-05-05 | 1 | -3/+2 |
| | |||||
* | drop support for reiser4 (mga#5680) | Thierry Vignaud | 2012-04-30 | 2 | -7/+1 |
| | |||||
* | reuse code from hd_gtk, fixes display of "Use free space" solution | Pascal Terjan | 2012-04-24 | 1 | -3/+2 |
| | |||||
* | detect LVM on top on Encrypted partitions (mga#5330) | Pascal Terjan | 2012-04-23 | 1 | -2/+4 |
| | |||||
* | (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 |
| | |||||
* | (type_names) perl_checker cleanup | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | (main) add a FIXME note about a unused parameter since commit r265764 | Thierry Vignaud | 2012-03-23 | 1 | -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 arg | Thierry Vignaud | 2012-03-23 | 1 | -2/+1 |
| | | | | (spot by perl_checker) | ||||
* | help perl_checker | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 10 | -24/+24 |
| | |||||
* | (type_names) kill debug print | Thierry Vignaud | 2012-03-11 | 1 | -1/+0 |
| | |||||
* | load 'xts' module for crypted fses (Dave Hodgins, mga#3749) | Thierry Vignaud | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092) | Thierry Vignaud | 2012-01-28 | 1 | -1/+1 |
| | |||||
* | (list_types) allow using nilfs2 during install | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | preserve UUID when reformating a nilfs fs | Thierry Vignaud | 2012-01-23 | 1 | -0/+1 |
| |