Alright, I figured this would be a worthy little tip since it's not included in Installer.app. Note: This will not show up on springboard.
First off, download this file: http://shouldbefree.net/upload/screenshot
Zipped version if above doesn't work: http://shouldbefree.net/upload/screenshot.zip
Next, SFTP to your iPod, place it in the /Applications directory, as usual.
This tool can only be ran via an SSH to your iPod. So, open an SSH run a CHMOD to correct the permissions:
	
	
	
		
Lastly, run the command in SSH:
	
	
	
		
Go retrieve the file at the location it specified on your iPod when it executed.
Enjoy!
		
		
	
	
		
	 
		
	
	
		
			
		
		
	
				
			First off, download this file: http://shouldbefree.net/upload/screenshot
Zipped version if above doesn't work: http://shouldbefree.net/upload/screenshot.zip
Next, SFTP to your iPod, place it in the /Applications directory, as usual.
This tool can only be ran via an SSH to your iPod. So, open an SSH run a CHMOD to correct the permissions:
		Code:
	
	chmod -R a+x /Applications/*
	Lastly, run the command in SSH:
		Code:
	
	/Applications/screenshot
	Go retrieve the file at the location it specified on your iPod when it executed.
Enjoy!