add xorriso -find / and bsdtar -xf, to be decided later

This commit is contained in:
George Danchev 2011-06-25 19:18:23 +00:00
parent b2b68a44c3
commit 96f5c87336
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
printf "NOT COMPLETED YET\n"
# Thomas:
# xorriso provides built-in means for comparison:
# -compare_r disk_path iso_rr_path
# Possibly i will have to enhance it so that it is suitable for automatic
@ -24,5 +24,8 @@ printf "NOT COMPLETED YET\n"
# One may use command diff -r to compare directory trees of a mounted image
# or extracted trees.
# George:
# xorriso -indev my.iso -find / vs. find input_dir
# bsdtar -xf my.iso vs. input_dir
exit 0