Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Improve appearance of guestfish -N help output. | Richard Jones | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | fish: Allow guestfish -N help for listing prepared disk image help. | Richard Jones | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | fish: Generate list of prepared disk image types. | Richard Jones | 2010-09-08 | 1 | -137/+5 |
| | | | | This commit shouldn't change the semantics of the code. | ||||
* | fish: Fix '-N part' disk partition type sub-option. | Richard Jones | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | fish: Fix guestfish -N option when called with unknown image type. | Richard Jones | 2010-05-13 | 1 | -3/+5 |
| | | | | | Previously it was falling off the end of the loop if you called it with an unknown image type. | ||||
* | fish -N option unconditionally overwrites test*.img files. | Richard Jones | 2010-05-08 | 1 | -6/+0 |
| | | | | | This is more convenient and makes it consistent with the 'alloc' and 'sparse' commands. | ||||
* | fish: Add -N option for making prepared disk images. | Richard Jones | 2010-04-22 | 1 | -0/+305 |
Previously you might have typed: $ guestfish ><fs> alloc test1.img 100M ><fs> run ><fs> part-disk /dev/sda mbr ><fs> mkfs ext4 /dev/sda1 now you can do the same with: $ guestfish -N fs:ext4 Some tests have also been updated to use this new functionality. |