From 4a9b979a3199dfef64a342f05d666da540203a7c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 22 Apr 2010 10:42:58 +0100 Subject: fish: Add -N option for making prepared disk images. Previously you might have typed: $ guestfish > alloc test1.img 100M > run > part-disk /dev/sda mbr > 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. --- TODO | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 56b429a9..881067db 100644 --- a/TODO +++ b/TODO @@ -212,16 +212,6 @@ ntfsclone Useful imaging tool: http://man.linux-ntfs.org/ntfsclone.8.html -Standard images ---------------- - -Equip guestfish with some standard images that it can load -quickly, eg: - - load ext2 - -Maybe it's better to create these on the fly? - virt-rescue pty --------------- -- cgit