About cloned image

Hello,

After setting up a user account and installing various packages, can I compare the cloned image with the jetson nano ubuntu original image?

I’d like to be able to see the original image and what changes I made.
Can I check it through text or gui?

Thank you.

I don’t think there is any direct comparison. You could list packages installed on both, and then compare the two lists. The command “dpkg -l” lists all packages currently installed.

Unfortunately, this won’t tell you about all of the config file changes, it only mentions packages as a whole. You could use the “diff” or “sha1sum” command on every file, but you’d be spending a lot of time writing some scripts. This might be worthwhile for the “/etc” directory, but comparing the entire system would be a lot of effort.

1 Like