| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d)
|
|
|
|
|
|
| |
This commit shouldn't change the semantics of the code.
Cherry picked from commit 60cdd02b02578b427ca3926d566811c6bb7a9970.
|
| |
|
|
|
|
|
| |
Previously it was falling off the end of the loop if you
called it with an unknown image type.
|
|
|
|
|
| |
This is more convenient and makes it consistent with the
'alloc' and 'sparse' commands.
|
|
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.
|