Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.631.63 | Thierry Vignaud | 2020-03-19 | 2 | -1/+3 |
| | |||||
* | include Encode::Unicode module | Thierry Vignaud | 2020-03-19 | 2 | -0/+3 |
| | | | | needed by bootloader::write_refind() | ||||
* | include all of /usr/lib/udev/hwdb.d (mga#20327) | Thierry Vignaud | 2020-03-19 | 2 | -4/+4 |
| | | | | in order to mirror classical installer | ||||
* | include ntfs3g compression support plugin | Thierry Vignaud | 2020-03-19 | 2 | -0/+5 |
| | | | | It's needed for supporting Windows 10 NTFS "Compact OS" | ||||
* | include F2FS tools | Thierry Vignaud | 2020-03-19 | 2 | -0/+2 |
| | |||||
* | add more tools for XFS & btrfs | Thierry Vignaud | 2020-03-19 | 2 | -3/+6 |
| | |||||
* | simplify logs | Thierry Vignaud | 2020-03-19 | 1 | -2/+1 |
| | |||||
* | revert bogus spacing change | Thierry Vignaud | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | 18.2518.25 | Thierry Vignaud | 2020-03-18 | 3 | -1/+5 |
| | |||||
* | prevent adding partial support for online resizing for another fs | Thierry Vignaud | 2020-03-18 | 1 | -0/+2 |
| | |||||
* | add a note about btrfs limitations | Thierry Vignaud | 2020-03-18 | 1 | -0/+1 |
| | |||||
* | fix online resizing not always umounting | Thierry Vignaud | 2020-03-18 | 2 | -5/+6 |
| | | | | when fs was mounted on demande (eg: during installation) | ||||
* | enable to resize XFS even if not on LVM | Thierry Vignaud | 2020-03-18 | 2 | -6/+6 |
| | |||||
* | mark nilfs2 as somewhat available | Thierry Vignaud | 2020-03-18 | 3 | -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 NILFS2 | Thierry Vignaud | 2020-03-18 | 4 | -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 resize | Thierry Vignaud | 2020-03-18 | 1 | -5/+14 |
| | | | | nilfs2 needs a similar process | ||||
* | (_set_min_size_from_avail_space) split it out | Thierry Vignaud | 2020-03-18 | 1 | -6/+11 |
| | |||||
* | (preserve_UUID_after_format) split it | Thierry Vignaud | 2020-03-18 | 1 | -4/+13 |
| | | | | so that part_raw() is easier to read | ||||
* | (option_to_preserve_UUID_while_formating) split it | Thierry Vignaud | 2020-03-18 | 1 | -7/+18 |
| | |||||
* | (_get_dir_for_online_resize) split it | Thierry Vignaud | 2020-03-18 | 1 | -7/+14 |
| | |||||
* | include xfs_growfs | Thierry Vignaud | 2020-03-18 | 2 | -1/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | 2.43 | Thierry Vignaud | 2020-03-18 | 2 | -1/+3 |
| | |||||
* | 2.70 | Thierry Vignaud | 2020-03-18 | 2 | -1/+3 |
| | |||||
* | include more platform/x86 drivers | Thierry Vignaud | 2020-03-18 | 2 | -5/+10 |
| | |||||
* | sync with kernel 5.5 | Thierry Vignaud | 2020-03-18 | 5 | -13/+19 |
| | |||||
* | nilfs-resize actually needs a device | Thierry Vignaud | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | add support for F2FS | Thierry Vignaud | 2020-03-18 | 7 | -4/+15 |
| | |||||
* | partially podify fs::* | Thierry Vignaud | 2020-03-18 | 5 | -16/+188 |
| | |||||
* | explain why we're cleaning (umounting) | Thierry Vignaud | 2020-03-18 | 1 | -0/+1 |
| | |||||
* | crc32c is an alias of crc32c-intel | Thierry Vignaud | 2020-03-17 | 1 | -1/+1 |
| | |||||
* | explain | Thierry Vignaud | 2020-03-17 | 1 | -0/+1 |
| | |||||
* | f2fs needs the crc32 module | Thierry Vignaud | 2020-02-14 | 2 | -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 python | Thierry Vignaud | 2020-03-16 | 2 | -2/+4 |
| | | | | else drakx-installer-stage2 cannot be rebuilt with the debug option | ||||
* | switch from xz to zstd compression | Thierry Vignaud | 2020-03-16 | 2 | -1/+3 |
| | |||||
* | 18.2418.24 | Martin Whitaker | 2020-03-15 | 2 | -1/+3 |
| | |||||
* | installer: write ISO volume label to installer log | Martin Whitaker | 2020-03-15 | 2 | -2/+7 |
| | |||||
* | installer: fix tracking of installed packages (mga#26284) | Martin Whitaker | 2020-03-15 | 2 | -16/+11 |
| | | | | | | | | The installer keeps a record of the packages that have been installed, but was not recording the first package in each transaction. If an affected package was selected in a later step, the installer would attempt to reinstall it. With the latest rpm, this results in a fatal error. | ||||
* | include ntfs3g compression support plugin | Thierry Vignaud | 2020-03-12 | 2 | -0/+5 |
| | | | | It's needed for supporting Windows 10 NTFS "Compact OS" | ||||
* | sort log entries | Thierry Vignaud | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | skip disk ESP & BIOS boot partition checks | Thierry Vignaud | 2020-03-04 | 2 | -1/+3 |
| | | | | they now block local install with drakx-in-chroot | ||||
* | prevent doble loging | Thierry Vignaud | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | installer: write ISO date to installer log | Martin Whitaker | 2020-02-29 | 2 | -0/+3 |
| | |||||
* | diskdrake: support adding partitions to Live ISOs on USB sticks (mga#25224) | Martin Whitaker | 2020-02-29 | 4 | -4/+8 |
| | |||||
* | nilfs2: overwite existing fs when formating (like other FSes) | Thierry Vignaud | 2020-02-19 | 3 | -1/+5 |
| | |||||
* | regroup fs tools | Thierry Vignaud | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2020-02-19 | 2 | -3/+2 |
| | |||||
* | sync list of modules needing firmware with kernel 5.5 | Thierry Vignaud | 2020-02-19 | 2 | -8/+10 |
| | |||||
* | blacklist Net::DBus::Service for diskdrake::interactive | Thierry Vignaud | 2020-02-18 | 1 | -0/+1 |
| | |||||
* | include missing LVM tools symlinks (mga#25466) | Thierry Vignaud | 2020-02-18 | 2 | -0/+7 |
| |