mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 01:18:10 +00:00 
			
		
		
		
	Solved password bug
This commit is contained in:
		@@ -450,11 +450,8 @@ if [ "$encrypt_system" == "y" ]
 | 
			
		||||
    echo "sed -i 's/$search_modules/$replace_modules/g' $mkinitcpio_path &&"
 | 
			
		||||
    echo "sed -i 's/$search_hooks/$replace_hooks/g' $mkinitcpio_path &&"
 | 
			
		||||
    echo "mkinitcpio -P &&"
 | 
			
		||||
    echo "( echo 'YES'
 | 
			
		||||
            echo $standart_luks_password
 | 
			
		||||
            echo $standart_luks_password
 | 
			
		||||
          )|sudo cryptsetup luksFormat -c aes-xts-plain64 -s 512 -h sha512 --use-random -i 1000 $encrypted_partition_path &&"
 | 
			
		||||
    echo "echo $standart_luks_password | sudo cryptsetup luksOpen $encrypted_partition_path root &&"
 | 
			
		||||
    echo "echo '$standart_luks_password' |sudo cryptsetup -v luksFormat -c aes-xts-plain64 -s 512 -h sha512 --use-random -i 1000 $encrypted_partition_path &&"
 | 
			
		||||
    echo "echo '$standart_luks_password' | sudo cryptsetup -v luksOpen $encrypted_partition_path root &&"
 | 
			
		||||
    echo "mkfs.ext4 $root_mapper_path &&"
 | 
			
		||||
    echo "mount $root_mapper_path /mnt &&"
 | 
			
		||||
    echo "rsync --info=progress2 -axHAX / /mnt/ &&"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user