summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.641.64Thierry Vignaud2020-03-202-1/+3
|
* 18.2618.26Thierry Vignaud2020-03-203-1/+5
|
* 2.71Thierry Vignaud2020-03-202-1/+3
|
* copy instead of renaming grub.cfg (mga#25542)Thierry Vignaud2020-03-203-1/+4
| | | | | rationale: update-grub2 (or more likely os-prober) 's failure can leave the system in an unbootable state
* add minimal support for exFATThierry Vignaud2020-03-207-5/+12
| | | | colorize it the same way as FAT or NTFS
* enable to repair encrypted LVMs/LUKS (mga#22795)Thierry Vignaud2020-03-203-0/+31
| | | | | - ask for encryption key - add enabled dmcrypts to the list of partitions to look at
* explainThierry Vignaud2020-03-201-0/+2
|
* preset keyboard if DEBUG_INSTALL_LANG is set during buildThierry Vignaud2020-03-202-0/+3
|
* install dmsetup when encrypting "/"Thierry Vignaud2020-03-192-1/+4
| | | | | | | thus workarounding unbootable minimal system as dracut's crypt module depends on it It should probably a dep in cryptsetup
* restrict ourselves to true FSesThierry Vignaud2020-03-191-1/+1
| | | | | | After commit c2fcfde5b3064845d96f7cb29ddc27689ea6e710, mounting eg: exfat strangely fails as it doesn't automatically load exfat. (I suspect it's a bug either in exfat.ko or in util-linux)
* include amd-rng intel-rngThierry Vignaud2020-03-192-0/+3
|
* remove no more existing modules from various/cryptoThierry Vignaud2020-03-192-1/+4
| | | | (so that rescue system display less "module xxx not found")
* Restoring displaying found versionThierry Vignaud2020-03-192-2/+3
| | | | | | | | | | | | | | | And also display a shorter distribution name (eg: "Mageia (Cauldron)" which is still longer than just "Mageia"). history: commit fd8bbba2f02b8bccd69e67c326fd320c0827941d wrongly introduced a "%s" in place of "Mandriva" (w/o adding any argument) Then commit e95388927be1f0de67413bdb5430cf0031710f54 fixed it by replacing "%s" with the displayed release info at end. However commit 3928e119899ee844bc0ac90e963d913782b8ae9c enables us to have the info we want, so just use that
* do not preload all fs modules uselesslyThierry Vignaud2020-03-192-9/+1
|
* just use the fs reported by blkidThierry Vignaud2020-03-192-3/+6
| | | | | | | | | | | Instead of doing brute force guessing. Thus making logs easier to read… Also slightly faster and less error-prone (even if no true FS should havoc on another fs type). We could have fallbacked on ->{fs_type_from_magic} but that would only help iso9660 & the like which are not true FSes such as tested previously by fs::type::true_local_fs_types()
* 1.631.63Thierry Vignaud2020-03-192-1/+3
|
* include Encode::Unicode moduleThierry Vignaud2020-03-192-0/+3
| | | | needed by bootloader::write_refind()
* include all of /usr/lib/udev/hwdb.d (mga#20327)Thierry Vignaud2020-03-192-4/+4
| | | | in order to mirror classical installer
* include ntfs3g compression support pluginThierry Vignaud2020-03-192-0/+5
| | | | It's needed for supporting Windows 10 NTFS "Compact OS"
* include F2FS toolsThierry Vignaud2020-03-192-0/+2
|
* add more tools for XFS & btrfsThierry Vignaud2020-03-192-3/+6
|
* simplify logsThierry Vignaud2020-03-191-2/+1
|
* revert bogus spacing changeThierry Vignaud2020-03-181-1/+1
|
* 18.2518.25Thierry Vignaud2020-03-183-1/+5
|
* prevent adding partial support for online resizing for another fsThierry Vignaud2020-03-181-0/+2
|
* add a note about btrfs limitationsThierry Vignaud2020-03-181-0/+1
|
* fix online resizing not always umountingThierry Vignaud2020-03-182-5/+6
| | | | when fs was mounted on demande (eg: during installation)
* enable to resize XFS even if not on LVMThierry Vignaud2020-03-182-6/+6
|
* mark nilfs2 as somewhat availableThierry Vignaud2020-03-183-1/+3
| | | | | | Not a true FS as it doesn't support extended attributes and thus fails to install packages (mga#26354) but we want to be able to eg: inspect it ("View" in diskrake)
* actually enable to resize NILFS2Thierry Vignaud2020-03-184-5/+9
| | | | | | | | | | | | bit of support was there but code could not be reached also actually include nilfs-resize for resizing NILFS2 It's only supported online: "This command is valid only for mounted NILFS2 file systems, and will fail if the device has no active mounts." Note that ext3/4 could use the same path but only for growing. XFS could also share that path...
* factorize online resizeThierry Vignaud2020-03-181-5/+14
| | | | nilfs2 needs a similar process
* (_set_min_size_from_avail_space) split it outThierry Vignaud2020-03-181-6/+11
|
* (preserve_UUID_after_format) split itThierry Vignaud2020-03-181-4/+13
| | | | so that part_raw() is easier to read
* (option_to_preserve_UUID_while_formating) split itThierry Vignaud2020-03-181-7/+18
|
* (_get_dir_for_online_resize) split itThierry Vignaud2020-03-181-7/+14
|
* include xfs_growfsThierry Vignaud2020-03-182-1/+2
|
* typo fixThierry Vignaud2020-03-181-2/+2
|
* 2.43Thierry Vignaud2020-03-182-1/+3
|
* 2.70Thierry Vignaud2020-03-182-1/+3
|
* include more platform/x86 driversThierry Vignaud2020-03-182-5/+10
|
* sync with kernel 5.5Thierry Vignaud2020-03-185-13/+19
|
* nilfs-resize actually needs a deviceThierry Vignaud2020-03-181-1/+1
|
* add support for F2FSThierry Vignaud2020-03-187-4/+15
|
* partially podify fs::*Thierry Vignaud2020-03-185-16/+188
|
* explain why we're cleaning (umounting)Thierry Vignaud2020-03-181-0/+1
|
* crc32c is an alias of crc32c-intelThierry Vignaud2020-03-171-1/+1
|
* explainThierry Vignaud2020-03-171-0/+1
|
* f2fs needs the crc32 moduleThierry Vignaud2020-02-142-2/+3
| | | | | | | | | | | Also explicitely the F2FS module even though it's already pulled by dracut basic modules... Though dracut should have included the crc32 generic module... It might be explained by the fact that installkernel() only list crc32c when include_fs_helper_modules() list both crc32 & crc32c in dracut/modules.d/99fs-lib/module-setup.sh...
* adjust debug build to current pythonThierry Vignaud2020-03-162-2/+4
| | | | else drakx-installer-stage2 cannot be rebuilt with the debug option
* switch from xz to zstd compressionThierry Vignaud2020-03-162-1/+3
|