Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288270
Collapse All | Expand All

(-)/usr/portage/sys-fs/cryptsetup/files/1.0.6-r2-dm-crypt-start.sh (-1 / +1 lines)
Lines 31-37 Link Here
31
		# swap contents do not need to be preserved between boots, luks not required.
31
		# swap contents do not need to be preserved between boots, luks not required.
32
		# suspend2 users should have initramfs's init handling their swap partition either way.
32
		# suspend2 users should have initramfs's init handling their swap partition either way.
33
		: ${options:='-c aes -h sha1 -d /dev/urandom'}
33
		: ${options:='-c aes -h sha1 -d /dev/urandom'}
34
		: ${pre_mount:='mkswap ${dev}'}
34
		: ${pre_mount:='mkswap -f ${dev}'}
35
	else
35
	else
36
		return
36
		return
37
	fi
37
	fi

Return to bug 288270