summaryrefslogtreecommitdiffstats
path: root/fish/prep.c
Commit message (Collapse)AuthorAgeFilesLines
* fish -N option unconditionally overwrites test*.img files.Richard Jones2010-05-081-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 Jones2010-04-221-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.