summaryrefslogtreecommitdiffstats
path: root/data/command-stubs
Commit message (Collapse)AuthorAgeFilesLines
* remove now-unused 'loadkeys' stubWill Woods2012-04-201-41/+0
| | | | | | Lorax f17-branch commit 3859368 removes the 'loadkeys' stub from the installer image; it's not used for anything else so we can delete it here.
* Trim "/dev/" correctly in list-harddrives (#702430).David Cantrell2011-05-101-1/+6
| | | | | Trim the leading /dev/ from device node names in the list-harddrives command-stub.
* Remove mknod-stub. We have the full one around now.Chris Lumens2011-01-051-54/+0
|
* Restore list-harddrives output to what users expect (#654436)David Cantrell2010-12-061-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | The list-harddrives command was changed to list partitions as well as the whole disks. Disks would only be shown if they had a valid disklabel. This is incorrect. The command is meant to show what disks are in the system and their size, usually so people can set up kickstart partitioning commands or partition the disk on their own. This patch changes the output from: /dev/sda 61057 /dev/sdb 476940 /dev/sdc 30524 /dev/sda1 300 /dev/sda2 60751 /dev/sdb1 476937 /dev/sdc1 30520 To: sda 61057.3359375 sdb 476940.023438 sdc 30524.0 Which is the way the command has worked in previous releases.
* Remove losetup and unlosetup from isysBrian C. Lane2010-09-031-50/+0
| | | | No longer used. mount can now handle loop devices itself.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-317-0/+288
a real Python package. Also updates the build and autotools stuff to work with the new structure