-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a pyflash command to delete an iosource. Not complete, but func…
…tional. darcs-hash:20090509001509-f1522-5a2d450bda6405caa4eccb2568c757e201ab000d.gz
- Loading branch information
scudette
committed
May 9, 2009
1 parent
700878c
commit 68fc3d2
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
#Example Flash script for loading a filesystem | ||
execute Case\ Management.Remove\ case remove_case=%(case)s | ||
reset Case\ Management.Create\ new\ case create_case=%(case)s | ||
execute Case\ Management.Create\ new\ case create_case=%(case)s | ||
set case=%(case)s | ||
delete_case %(case)s | ||
create_case %(case)s | ||
load %(case)s | ||
|
||
execute Load\ Data.Load\ IO\ Data\ Source iosource=test subsys=sgzip io_filename=%(Image filename)s io_offset=0 | ||
execute Load\ Data.Load\ IO\ Data\ Source iosource=test subsys=Standard filename=%(Image filename)s offset=0 | ||
|
||
execute Load\ Data.Load\ Filesystem\ image iosource=test fstype=linux-ext2 scan=TypeScan scan=DeletedScan scan=MD5Scan scan=IEIndex scan=RegistryScan scan=PstScan scan=Index | ||
scan * CompressedFile FileScanners GeneralForensics NetworkScanners |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters