summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* 1.641.64Thierry Vignaud2020-03-202-1/+3
|
* 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
|
* 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)
* 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
|
* include missing LVM tools symlinks (mga#25466)Thierry Vignaud2020-02-182-0/+7
|
* 1.621.62Thomas Backlund2019-06-182-1/+3
|
* Enable udevd in rescue system to support lvm2 (mga#24878).Martin Whitaker2019-06-183-0/+13
|
* 1.611.61Thomas Backlund2019-05-112-1/+3
|
* update filelist for new systemdThomas Backlund2019-05-112-1/+2
|
* explainThierry Vignaud2018-11-221-0/+1
|
* 1.601.60Thierry Vignaud2018-11-222-1/+3
|
* sort libDrakX modulesThierry Vignaud2018-11-221-2/+2
|
* Revert "add some missing perl bits, more needed"Thierry Vignaud2018-11-222-43/+5
| | | | | | | | | This reverts commit 25242cf5146d105a09332a35c1ce24cdc914bb3a. rationale: commit 25242cf5146d105a09332a35c1ce24cdc914bb3a added uneeded changes regarding perl modules b/c of the breakage fixed in commit 37fe7f743f5dd9fd5557d5b99489c4a98e720e0d
* fix collecting needed perl files with glibc-2.26Thierry Vignaud2018-11-221-0/+1
| | | | | | | | | | basically the ouput of strace changed with glibc-2.26: "Since version 2.26, the glibc wrapper function for open() employs the openat() system call, rather than the kernel's open() system call". so support both ways (in case it would be backported): open("foobar...) openat(AT_FDCWD, "foobar...)
* add some missing perl bits, more neededThomas Backlund2018-11-222-5/+44
|
* 1.591.59Thomas Backlund2018-08-262-1/+3
|
* adapt for btrfs-progs 4.17.1Thomas Backlund2018-08-262-1/+3
|
* 1.581.58Thomas Backlund2018-08-262-1/+3
|
* adapt for perl-5.28Thomas Backlund2018-08-262-17/+23
|
* 1.571.57Thierry Vignaud2018-02-102-1/+3
|
* add more udev rules (syncing with regular stage2)Thierry Vignaud2018-02-102-0/+5
|
* 1.561.56Thomas Backlund2018-01-202-1/+5
|
* adapt for new systemdThomas Backlund2018-01-201-2/+2
|
* 1.55Thierry Vignaud2017-01-302-1/+3
|
* remove debug codeThierry Vignaud2017-01-271-1/+1
| | | | it was wrongly added in commit 7cd51d36c05a66555b07a7fa850b21686ded2e1a
* add bug ID :-(Thierry Vignaud2017-01-271-1/+1
|
* lsparts: fix reporting half sizesThierry Vignaud2017-01-272-1/+3
| | | | | | | | | | | The issue is that lsparts is relying on fs::proc_partitions::read_raw(), which reads /proc/partition which reports size of devices in 1kb blocks instead of expected 512b sectors elsewhere... The size is adjusted by *2 in read() but lsparts only used the lower level interface. This bug was introduced in commit 20e553d8f0ead3d5de1fb61d1aa255dd35549cf2
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-77/+0
| | | | (need latest perl_checker)
* 1.54Thierry Vignaud2016-06-202-1/+3
|
* fix a message when re-installing bootloaderThierry Vignaud2016-06-202-1/+2
|
* supplement blacklistThierry Vignaud2016-04-281-0/+1
|
* drop (broken) support for Alpha, IA64 & PPC, SparcThierry Vignaud2016-01-022-26/+3
|
* do not run shells uselesslyThierry Vignaud2016-01-022-2/+4
| | | | also prevent arguments to be split on spaces & the like
* 1.53Thierry Vignaud2015-09-292-1/+3
|
* fix build with libified perlThierry Vignaud2015-09-292-1/+2
|
* fix previous versionThierry Vignaud2015-09-291-1/+1
|
* 1.52Thierry Vignaud2015-04-302-1/+3
|
* guessmount: mount {/dev,/run,/sys} too (mga#10865)Thierry Vignaud2015-04-302-0/+4
| | | | those are mounted by udev not fstab those days
* display label too (mga#8854)Thierry Vignaud2015-04-302-1/+2
|
* silent run_program (mga#8854)Thierry Vignaud2015-04-302-0/+4
|