mirror of
				https://github.com/suiryc/archlinux-initrd-ssh-cryptsetup.git
				synced 2025-11-04 18:22:31 +03:00 
			
		
		
		
	Quoting used in script prevented them ot be properly passed. Also added a debug mode to print some more messages about ongoing actions.
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
2017-06-25 Julien Coloos <julien.coloos [at] gmail [dot] com>
 | 
						|
 | 
						|
        * v0.5-1
 | 
						|
        Fixed cryptsetup additional arguments handling: were not properly passed
 | 
						|
 | 
						|
 | 
						|
2017-06-25 Julien Coloos <julien.coloos [at] gmail [dot] com>
 | 
						|
 | 
						|
        * v0.4-1
 | 
						|
        Fixed TRIM option handling in /etc/crypttab: 'discard' ('allow-discards' being the switch name to use in cryptsetup)
 | 
						|
 | 
						|
 | 
						|
2015-11-22 Julien Coloos <julien.coloos [at] gmail [dot] com>
 | 
						|
 | 
						|
        * v0.3-1
 | 
						|
        Added configurable timeout for ipconfig
 | 
						|
        Moved configuration file from /etc/dropbear/initrd.env to /etc/initcpio/sshcs_env
 | 
						|
 | 
						|
 | 
						|
2014-05-20 Julien Coloos <julien.coloos [at] gmail [dot] com>
 | 
						|
 | 
						|
        * v0.2-1
 | 
						|
        Removed unnecessary dependency: psmisc
 | 
						|
        Added configurable timeout to unlock devices before automatic poweroff
 | 
						|
 | 
						|
 | 
						|
2014-05-19 Julien Coloos <julien.coloos [at] gmail [dot] com>
 | 
						|
 | 
						|
        * v0.1-1
 | 
						|
 | 
						|
        * Code adapted from dropbear_initrd_encrypt (https://aur.archlinux.org/packages/dropbear_initrd_encrypt/)
 | 
						|
        Reworked code
 | 
						|
        Dropped non-LUKS support
 | 
						|
        Rely on /etc/crypttab
 | 
						|
        Handle multiple devices to unlock
 | 
						|
        Merged dropbear and encryptssh hooks
 | 
						|
        Better resources cleanup
 | 
						|
 |