summaryrefslogtreecommitdiffstats
path: root/rescue/bin
Commit message (Collapse)AuthorAgeFilesLines
* remove debug codeThierry Vignaud2017-01-271-1/+1
| | | | it was wrongly added in commit 7cd51d36c05a66555b07a7fa850b21686ded2e1a
* lsparts: fix reporting half sizesThierry Vignaud2017-01-271-1/+1
| | | | | | | | | | | 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
* fix a message when re-installing bootloaderThierry Vignaud2016-06-201-1/+1
|
* do not run shells uselesslyThierry Vignaud2016-01-021-2/+2
| | | | also prevent arguments to be split on spaces & the like
* guessmount: mount {/dev,/run,/sys} too (mga#10865)Thierry Vignaud2015-04-301-0/+3
| | | | those are mounted by udev not fstab those days
* display label too (mga#8854)Thierry Vignaud2015-04-301-1/+1
|
* silent run_program (mga#8854)Thierry Vignaud2015-04-301-0/+1
|
* fix reinstalling grub2 on UEFI (mga#15695)Thierry Vignaud2015-04-151-0/+2
|
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-076-0/+431
This moves any perl files into bin and sbin folders which will be directly installed in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still work and the files end up in the right places. All other files have been moved into the tree folder in their final destination.